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 baf8426 commit 097dd42Copy full SHA for 097dd42
nuvexport/export/ffmpeg/MP4.pm
@@ -233,7 +233,7 @@ package export::ffmpeg::MP4;
233
.$self->param('i_quant_factor', 0.71428572)
234
.$self->param('b_quant_factor', 0.76923078)
235
.$self->param('max_b_frames', 0)
236
- .' -me_method umh'
+ .' -me umh' # this will eventually be me_method, but not all ffmpeg versions support it yet
237
;
238
}
239
else {
0 commit comments