[mythtv-users] nuvexport 0.5 with ffmpeg 0.5 not working

stephen stephen at carins.com.au
Mon Apr 20 12:26:12 UTC 2009


Hi all
im having trouble getting the latest nuvexport working, hoping someone can
help

i followed this guide
http://ubuntuforums.org/archive/index.php/t-786095.html
basically

sudo apt-get purge ffmpeg x264 libx264-dev
sudo apt-get update
sudo apt-get install build-essential subversion git-core checkinstall yasm
texi2html libfaac-dev libfaad-dev libmp3lame-dev libtheora-dev
libxvidcore4-dev libvorbis-dev

git clone git://git.videolan.org/x264.git
cd x264
./configure
make
sudo checkinstall --fstrans=no --install=yes --pkgname=x264 --pkgversion
"1:0.svn`date +%Y%m%d`-0.0ubuntu1" --default

cd ..
svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg
cd ffmpeg
./configure --enable-gpl --enable-postproc --enable-pthreads
--enable-libfaac --enable-libfaad --enable-libmp3lame --enable-libtheora
--enable-libvorbis --enable-libx264 --enable-libxvid
make
sudo mkdir /usr/local/lib/pkgconfig
sudo mkdir /usr/include/libavdevice
sudo mkdir /usr/include/libavformat
sudo mkdir /usr/include/libavcodec
sudo mkdir /usr/include/libavutil
sudo mkdir /usr/lib/vhook
sudo mkdir /usr/include/libpostproc
sudo checkinstall --fstrans=no --install=yes --pkgname=ffmpeg --pkgversion
"3:0.svn`date +%Y%m%d`-12ubuntu3" --default

cd ..
wget
http://forevermore.net/files/nuvexport/nuvexport-0.5-0.20090413.svn.tar.bz2
bunzip2 nuvexport-0.5-0.20090413.svn.tar.bz2
tar -xvf nuvexport-0.5-0.20090413.svn.tar
cd nuvexport-0.5
make install


everything seems to work except nuvexport says
Using ffmpeg for exporting.
What would you like to do?

  1. Export to XviD (disabled)
  2. Export to SVCD (disabled)
  3. Export to VCD (disabled)
  4. Export to DVCD (VCD with 48kHz audio for making DVDs) (disabled)
  5. Export to DVD (disabled)
  6. Export to DivX (disabled)
  7. Export to ASF (disabled)
  8. Export to MP3 (disabled)
  9. Export to PSP (disabled)
 10. Export to MP4 (iPod) (disabled)
 11. Export to .nuv and .sql

  q. Quit

Choose a function:  1

Unrecognizeable ffmpeg version string.
This version of nuvexport requires ffmpeg 0.5.

Press ENTER to continue.

but ffmpeg says

FFmpeg version SVN-r18632, Copyright (c) 2000-2009 Fabrice Bellard, et al.
  configuration: --enable-gpl --enable-postproc --enable-pthreads
--enable-libfaac --enable-libfaad --enable-libmp3lame --enable-libtheora
--enable-libvorbis --enable-libx264 --enable-libxvid
  libavutil     50. 3. 0 / 50. 3. 0
  libavcodec    52.27. 0 / 52.27. 0
  libavformat   52.32. 0 / 52.32. 0
  libavdevice   52. 2. 0 / 52. 2. 0
  libswscale     0. 7. 1 /  0. 7. 1
  libpostproc   51. 2. 0 / 51. 2. 0
  built on Apr 20 2009 22:20:42, gcc: 4.3.2
FFmpeg SVN-r18632
libavutil     50. 3. 0 / 50. 3. 0
libavcodec    52.27. 0 / 52.27. 0
libavformat   52.32. 0 / 52.32. 0
libavdevice   52. 2. 0 / 52. 2. 0
libswscale     0. 7. 1 /  0. 7. 1
libpostproc   51. 2. 0 / 51. 2. 0


i also tried building ffmpeg 0.5 from sorce
the result is that the ffmpeg version says FFmpeg version 0.5.
but i have the same problem

anyone had a similar problem? any suggestions

cheers in advance

Steve






More information about the mythtv-users mailing list