[Bug 627976] Re: ffmpeg should be installable from apt with x264/h264 support without users needing to recompile it

2010-09-02 Thread Rory McCann
The version of libavcodec-extra-52 is "4:0.5+svn20090706-2ubuntu3". I reported this bug on my lucid desktop (so I could use ubuntu-bug), however the server doing the encoding is karmic. ('ubuntu-restricted- extra' is at version 36). -- ffmpeg should be installable from apt with x264/h264 support

[Bug 627976] Re: ffmpeg should be installable from apt with x264/h264 support without users needing to recompile it

2010-09-01 Thread Rory McCann
I installed the ubuntu-restricted-extras package, as you suggested, and I still have the same problem. I followed the ubuntu forums guide to recompile ffmpeg & x264 and that worked. For the record the command I am trying to do: ffmpeg -i './file.vob' -f mpegts -acodec libmp3lame -ar 48000 -ab 640

[Bug 627976] Re: ffmpeg should be installable from apt with x264/h264 support without users needing to recompile it

2010-09-01 Thread Reinhard Tartler
the correct fix is to install the package 'ubuntu-restricted-extras', which will install 'libavcodec-extra-52' as dependency. This package is linked against libx264 and therefore capable to encode to h264. ** Changed in: x264 (Ubuntu) Status: New => Invalid ** Changed in: ffmpeg (Ubuntu)

[Bug 627976] Re: ffmpeg should be installable from apt with x264/h264 support without users needing to recompile it

2010-09-01 Thread Rory McCann
** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/627976/+attachment/1534067/+files/Dependencies.txt ** Also affects: x264 (Ubuntu) Importance: Undecided Status: New -- ffmpeg should be installable from apt with x264/h264 support without users needing to rec