igb
March 2nd, 2009, 07:27 AM
I have recently gone from using Hardy to the latest Mythbuntu 8.10. I am having a problem with mp3 support in ffmppeg:
ffmpeg -i "/home/mythmedia/19688_20090228210000.mpg" -y -ab 64 -ac 2 -acodec mp3 -f mp3 "/media/recordings/mythtv/radio/BBC_Radio_4_Classic_Serial:_Scoop_Scoop_2009022821 0000.mp3" 2>&1
FFmpeg version r11872+debian_3:0.svn20080206-12ubuntu3, Copyright (c) 2000-2008 Fabrice Bellard, et al.
configuration: --enable-gpl --enable-pp --enable-swscaler --enable-x11grab --prefix=/usr --enable-libgsm --enable-libtheora --enable-libvorbis --enable-pthreads --disable-strip --enable-libfaad --enable-libfaadbin --enable-liba52 --enable-liba52bin --enable-libdc1394 --enable-shared --disable-static
libavutil version: 49.6.0
libavcodec version: 51.50.0
libavformat version: 52.7.0
libavdevice version: 52.0.0
built on Oct 3 2008 22:41:23, gcc: 4.3.2
Input #0, mpegts, from '/home/mythmedia/19688_20090228210000.mpg':
Duration: 01:00:55.2, start: 9839.298444, bitrate: 1601 kb/s
Program 1
Stream #0.0[0x1b7](eng): Audio: mp2, 48000 Hz, stereo, 192 kb/s
Unknown encoder 'mp3'
I have installed all the "unstripped" libs, which I though would fix this problem. I have alos enabled the "Proposed" repos as per https://bugs.launchpad.net/ubuntu/intrepid/+source/mythexport/+bug/297019 . So what am I doing wrong?
Ian.
ffmpeg -i "/home/mythmedia/19688_20090228210000.mpg" -y -ab 64 -ac 2 -acodec mp3 -f mp3 "/media/recordings/mythtv/radio/BBC_Radio_4_Classic_Serial:_Scoop_Scoop_2009022821 0000.mp3" 2>&1
FFmpeg version r11872+debian_3:0.svn20080206-12ubuntu3, Copyright (c) 2000-2008 Fabrice Bellard, et al.
configuration: --enable-gpl --enable-pp --enable-swscaler --enable-x11grab --prefix=/usr --enable-libgsm --enable-libtheora --enable-libvorbis --enable-pthreads --disable-strip --enable-libfaad --enable-libfaadbin --enable-liba52 --enable-liba52bin --enable-libdc1394 --enable-shared --disable-static
libavutil version: 49.6.0
libavcodec version: 51.50.0
libavformat version: 52.7.0
libavdevice version: 52.0.0
built on Oct 3 2008 22:41:23, gcc: 4.3.2
Input #0, mpegts, from '/home/mythmedia/19688_20090228210000.mpg':
Duration: 01:00:55.2, start: 9839.298444, bitrate: 1601 kb/s
Program 1
Stream #0.0[0x1b7](eng): Audio: mp2, 48000 Hz, stereo, 192 kb/s
Unknown encoder 'mp3'
I have installed all the "unstripped" libs, which I though would fix this problem. I have alos enabled the "Proposed" repos as per https://bugs.launchpad.net/ubuntu/intrepid/+source/mythexport/+bug/297019 . So what am I doing wrong?
Ian.