undo the bf and adjust rates for small/large
This commit is contained in:
parent
7317855d05
commit
f380334fe2
2 changed files with 2 additions and 4 deletions
2
pack-vid
2
pack-vid
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue