Changes in FFmeg. Export scripts would need to be fixed

Alain Lemerre <[email protected]> Wed, 4 Aug 2010 22:02:00 +0200
Newsgroups gmane.comp.video.kino.devel
Message-ID <[email protected]>
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
-formats

So, in Kino exports scripts, ffmpeg -formats need to be changed with ffmpeg
-codecs

For 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

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm

_______________________________________________
Kino-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kino-dev