Skip to content

Commit

Permalink
4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTaylorLee committed Nov 12, 2024
1 parent 1765d95 commit 3fe1146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 96 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ The constant rate factor to be used for the video file.
The filename for the video file to be processed and not the fullpath.
.EXAMPLE
Write-Output "info: Get-HDRValues Start"
Write-Output "info: Build-TranscodeParams Start"
$ffmpegargs = Build-TranscodeParams -video $video -comment $comment -crf $crf
$outargs = ($ffmpegArgs -join " ")
Write-Output "debug FFmpeg arguments being used: $outargs"
Write-Output "info: Get-HDRValues End"
Write-Output "info: Build-TranscodeParams End"
ffmpeg $ffmpegArgs
Example usage of this helper function.
Expand Down
94 changes: 0 additions & 94 deletions testing/Process HDR/Constructing Process.md

This file was deleted.

0 comments on commit 3fe1146

Please sign in to comment.