On Fri, Jun 18, 2010 at 10:19 AM, Dan Dennedy <[email protected]> wrote: > What a mess... > > On Fri, Jun 18, 2010 at 3:39 AM, Brice Vercoustre <[email protected]> > wrote: >> Thank you again for your help. >> My answers below: >> >> Le 17 juin 2010 à 21:58, Dan Dennedy a écrit : >> >>> On Thu, Jun 17, 2010 at 11:17 AM, Brice Vercoustre <[email protected]> >>> wrote: >>>> Hello guys, >>>> >>>> I have the (unpleasant) "Segmentation fault" error when running melt 0.5.5 >>>> on Ubuntu 10.04 64bits with ffmpeg version SVN-r23548 (my production >>>> server). >>>> [...] >> Here is what I get when I do "ffmpeg -version": >> >> FFmpeg version SVN-r12420, Copyright (c) 2000-2008 Fabrice Bellard, et al. >> configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 >> --mandir=/usr/share/man --enable-static --enable-shared >> --cc=x86_64-pc-linux-gnu-gcc --disable-altivec --disable-ffplay >> --disable-ffserver --enable-libmp3lame --enable-libvorbis --enable-libgsm >> --enable-libtheora --enable-libdc1394 --enable-libxvid --enable-libx264 >> --enable-libfaad --enable-libfaac --enable-liba52 --enable-nonfree >> --enable-libamr-nb --enable-libamr-wb --enable-gpl --enable-pthreads >> --disable-strip --extra-cflags=-fPIC >> libavutil version: 49.6.0 >> libavcodec version: 51.51.0 >> libavformat version: 52.9.0 >> libavdevice version: 52.0.0 >> built on Mar 11 2008 17:52:49, gcc: 3.4.5 (Gentoo 3.4.5, ssp-3.4.5-1.0, >> pie-8.7.9) >> FFmpeg SVN-r12420 >> libavutil 3212800 >> libavcodec 3355392 >> libavformat 3410176 >> libavdevice 3407872 >> >> (and yes, I did update ffmpeg yesterday night on production server : from >> SVN-r23548 to SVN-r23639) >> > > Are these ffmpeg installs coming from packages by sunab? Apparently,
I am trying to test with sunab's packages, but I do not see this version of ffmpeg in his repo. How are you installing ffmpeg? Moreover, why does its output say Gentoo when you stated at the beginning you are using Ubuntu!?! You can not install software haphazardly on Linux and expect it to work especially something as complex and layered (non-monolithic) as mlt. You can only use the version of ffmpeg against which mlt was compiled since it uses the libraries. Anyways, I tested your composition and it works fine on: a) heads of git/svn of mlt & ffmpeg on openSUSE 11.1 b) sunab's mlt 0.5.5+git20100616 with Ubuntu's unstripped ffmpeg 0.5.1 packages on Ubuntu 10.04 c) Ubuntu 10.04's stock mlt 0.5.4 with its unstripped ffmpeg 0.5.1 I tested playback in SDL, and encoding to h264/aac with your parameters on a) and encoding to mpeg4/mp2 on b) and c). -- +-DRD-+ ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Mlt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mlt-devel
