Change ffmpeg encoding preset from 'fast' to 'slow' in Compare-Videos.ps1 and Stich-InBetween.ps1 for higher quality output at the cost of longer encoding time
This commit is contained in:
+1
-1
@@ -576,7 +576,7 @@ if (-not $NoAudio) {
|
||||
|
||||
$ffmpegArgs += @(
|
||||
"-c:v", "libx264",
|
||||
"-preset", "fast",
|
||||
"-preset", "slow",
|
||||
"-crf", "8",
|
||||
"-pix_fmt", "yuv420p"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user