Skip to content

Commit 097dd42

Browse files
committed
rename -me_method to -me because despite what older versions of the ffmpeg docs say, ffmpeg doesn't always support the new name
1 parent baf8426 commit 097dd42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuvexport/export/ffmpeg/MP4.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ package export::ffmpeg::MP4;
233233
.$self->param('i_quant_factor', 0.71428572)
234234
.$self->param('b_quant_factor', 0.76923078)
235235
.$self->param('max_b_frames', 0)
236-
.' -me_method umh'
236+
.' -me umh' # this will eventually be me_method, but not all ffmpeg versions support it yet
237237
;
238238
}
239239
else {

0 commit comments

Comments
 (0)