WinFF / winff

Automatically exported from code.google.com/p/winff
215 stars 49 forks source link

multiple presets fails with ffmpeg 4.x #240

Open paulgevers opened 6 years ago

paulgevers commented 6 years ago

Recently the version of ffmpeg in Debian was updated to 4.0.1. The automatic tests of WinFF (just using each preset from the Debian version of the presets on a dummy video) started to fail.

I removed the mv0 flag (I couldn't find the replacement) and I converted the "me_method full" to "me_method esa" as we only use that with libx264 and "full" is not listed to for me_method in the libx264 section, but the general section says there esa is a synonym for full.

[swscaler @ 0x5556eb5c40c0] deprecated pixel format used, make sure you did set range correctly
[flv @ 0x5556eb586700] [Eval @ 0x7ffe535ec7a0] Undefined constant or missing '(' in 'mv0'
[flv @ 0x5556eb586700] Unable to parse option value "mv0+mv4"
[flv @ 0x5556eb586700] [Eval @ 0x7ffe535ec460] Undefined constant or missing '(' in 'mv0'
[flv @ 0x5556eb586700] Unable to parse option value "mv0+mv4"
[flv @ 0x5556eb586700] Error setting option flags to value +aic+mv0+mv4.
Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
Conversion failed!