16 Jun 2011 19:43
Re: Changes in FFmeg. Export scripts would need to be fixed
Anacleto <anacletus <at> gmail.com>
2011-06-16 17:43:16 GMT
2011-06-16 17:43:16 GMT
Alain Lemerre <alain.lemerre <at> gmail.com> writes: > > Hi everybody, I have installed the last svn of FFmeg and there is some changes that cause Kino not to detect the right installed codecs. The installed codecs are detected using ffmpeg -formats. But FFmpeg version SVN-r24648 give information about codecs with ffmpeg -codecs and not ffmpeg -formatsSo, in Kino exports scripts, ffmpeg -formats need to be changed with ffmpeg -codecsFor example: current: aac=`ffmpeg -formats 2> /dev/null | egrep "(Encoders:)|(.*EA.*aac)" | grep aac | wc -l`correct version: aac=`ffmpeg -codecs 2> /dev/null | egrep "(Encoders:)|(.*EA.*aac)" | grep aac | wc -l`Regards, Alain Hi. In ubuntu narwhal, h264 exports didn't show, so I had to change the scripts as you posted. Thx! x264 encoding still didn't work. I had to add an option to the ffmpeg call: -vpre hq "hq" is for the better quality, there are other possible options. This is needed because libx264 now refuses to work with ffmpeg default settings. The error in ffmpeg (or x264) was: [libx264 <at> 0x8b7d8b0]broken ffmpeg default settings detected [libx264 <at> 0x8b7d8b0]use an encoding preset (vpre) ------------------------------------------------------------------------------(Continue reading)
RSS Feed