< SPF with bethere.co.uk
archive
Microsoft vs everyone else>
(blog entry)
Tuesday 5 May 2009
nuvexport in ubuntu jaunty 9.04
ffmpeg SVN build is required if you're using nuvexport or what to do some say H264 encoding.
# Sources / dependencies svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg apt-get install libgsm1-dev libvorbis-dev libxvidcore4-dev libfaac-dev libmp3lame-dev libx264-dev libfaad-dev libtheora-dev libsdl1.2-dev # Configure/build ./configure --enable-gpl --enable-postproc --enable-pthreads --enable-x11grab --enable-libdc1394 --enable-libfaac --enable-libfaad --enable-libgsm --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-nonfree make # Install checkinstall --fstrans=no --install=yes --pkgname=ffmpeg --pkgversion "3:0.svn`date +%Y%m%d`-12ubuntu3" --default Nuvexport changes required in /usr/share/nuvexport/export/ffmpeg/MP4.pm * remove -slice option * remove -chroma option * remove -title option