Skip to content

Commit

Permalink
4.3.0 update debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTaylorLee committed Nov 13, 2024
1 parent b4fdb1e commit 02e285c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/functions/Start-TranscodeMovies.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function Start-TranscodeMovies {
Write-Output "info: Build-TranscodeParams Start"
$ffmpegargs = Build-TranscodeParams -video $env:FFToolsSource$video -comment $comment -crf $crf -output $env:FFToolsTarget$video
$outargs = ($ffmpegArgs -join " ")
Write-Output "debug FFmpeg arguments being used: $outargs"
Write-Output "debug: ffmpeg $outargs"
Write-Output "info: Build-TranscodeParams End"
ffmpeg $ffmpegArgs
}
Expand Down
2 changes: 1 addition & 1 deletion build/functions/Start-TranscodeShows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function Start-TranscodeShows {
Write-Output "info: Build-TranscodeParams Start"
$ffmpegargs = Build-TranscodeParams -video $env:FFToolsSource$video -comment $comment -crf $crf -output $env:FFToolsTarget$video
$outargs = ($ffmpegArgs -join " ")
Write-Output "debug FFmpeg arguments being used: $outargs"
Write-Output "debug: ffmpeg $outargs"
Write-Output "info: Build-TranscodeParams End"
ffmpeg $ffmpegArgs
}
Expand Down

0 comments on commit 02e285c

Please sign in to comment.