We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721ac95 commit 8317f61Copy full SHA for 8317f61
nuvexport/export/ffmpeg/MP4.pm
@@ -283,7 +283,7 @@ package export::ffmpeg::MP4;
283
}
284
# Single/final pass options
285
if ($self->{'mp4_codec'} eq 'h264') {
286
- $ffmpeg_xtra .= ' -refs '.($self->var('ipod') ? 2 : 7)
+ $ffmpeg_xtra .= ' -refs '.($self->val('ipod') ? 2 : 7)
287
.' -subq 7'
288
.' -partitions parti4x4+parti8x8+partp4x4+partp8x8+partb8x8'
289
.' -flags2 +bpyramid+wpred+mixed_refs+8x8dct+brdo'
0 commit comments