Pixelpanic / winff

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

Unrecognized encoding options #208

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Several of the encoding options are no longer used/recognized in avconv/ffmpeg

Steps to reproduce:
1. Convert to MPEG-4
2. Preset MPEG-4 H.264 video (super high quality)
3. Convert

Terminal output:
Unrecognized option 'preset'
Failed to set value 'veryslow' for option 'preset'

Encoding options:
/usr/bin/avconv -y -i "video.mp4" -crf 15.0 -vcodec libx264 -preset veryslow 
-acodec libvo_aacenc -ar 48000 -ab 192k -coder 1 -flags +loop -cmp +chroma 
-partitions +parti4x4+partp8x8+partb8x8 -me_method hex -subq 6 -me_range 16 -g 
250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -b_strategy 1 -threads 0 
"output.mp4"

WinFF version:
1.5.1

OS:
Ubuntu 13.10

Original issue reported on code.google.com by bv3...@gmail.com on 20 Jan 2014 at 10:43

GoogleCodeExporter commented 8 years ago
Did you install winff from the Ubuntu repositories? If so, please file a bug in 
Ubuntu.

To solve your problem, please load the 
/usr/share/winff/presets-libavcodec53.wff file into Winff. Unfortunately, I 
believe I made a mistake when syncing winff from Debian to Ubuntu. Ubuntu's 
libav was not yet as far as Debian's.

Original comment by poipodec...@hotmail.com on 31 Jan 2014 at 6:11