undo the bf and adjust rates for small/large

This commit is contained in:
Brooke Vibber 2023-05-07 01:35:43 -07:00
commit f380334fe2
2 changed files with 2 additions and 4 deletions

View file

@ -246,7 +246,6 @@ function convert( $src, $dest, $options ) {
'-c:v', 'libx264',
'-b:v', $bitrate,
'-preset', $preset,
'-bf', '16',
'-pass', '1',
'-passlogfile', $passlog,
'-g', $keyframeInt,
@ -263,7 +262,6 @@ function convert( $src, $dest, $options ) {
'-c:v', 'libx264',
'-b:v', $bitrate,
'-preset', $preset,
'-bf', '16',
'-pass', '2',
'-passlogfile', $passlog,
'-g', $keyframeInt,