Re: Changes in FFmeg. Export scripts would need to be fixed
Anacleto <[email protected]> Thu, 16 Jun 2011 17:43:16 +0000 (UTC)
| Newsgroups | gmane.comp.video.kino.devel |
|---|---|
| Message-ID | <[email protected]> |
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 @ 0x8b7d8b0]broken ffmpeg default settings detected [libx264 @ 0x8b7d8b0]use an encoding preset (vpre) ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev