I can not duplicate this seg fault and your example command works for me (although you should really be using the libx264 presets: http://rob.opendot.cl/index.php/useful-stuff/ffmpeg-x264-encoding- guide/). You did not list libavcodec-extra-52 (or the aliased libavcodec-unstripped-52) as a package you have installed. This is required to enable restricted encoders such as libx264. You listed libavcodec52 and this conflicts with libavcodec-extra-52. FFmpeg should give an "Unknown encoder 'libx264'" error when using libavcodec52.
Also, you list libx264-65 as being installed, but this is unavailable in the Ubuntu Karmic repository. More likely you are experiencing the seg fault due to interference from unofficial packages. Do you have any pre-Karmic Ubuntu repositories, third-party repositories, or PPAs enabled? Show the output of your "/etc/apt/sources.list" file and the output of any files in "/etc/apt/sources.list.d/". -- ffmpeg segfault regression - working cli encode in jaunty now broken in karmic https://bugs.launchpad.net/bugs/491876 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
