pt123
December 8th, 2007, 04:49 PM
When I was using Fiesty I used to convert AC3 files to MP2.
ffmpeg -i in.ac3 -ab 256 -acodec mp2 out.mp2
But I have noticed after upgrading to gutsy I cannot convert anymore.
FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al.
configuration: --enable-gpl --enable-pp --enable-swscaler --enable-pthreads --enable-libvorbis --enable-libtheora --enable-libogg --enable-libgsm --enable-dc1394 --disable-debug --enable-shared --prefix=/usr
libavutil version: 1d.49.3.0
libavcodec version: 1d.51.38.0
libavformat version: 1d.51.10.0
built on Jun 3 2007 20:59:25, gcc: 4.1.3 20070528 (prerelease) (Ubuntu 4.1.2-9ubuntu2)
Input #0, ac3, from 'GRand DesignExeter.ac3':
Duration: 00:47:10.4, start: 0.000000, bitrate: 448 kb/s
Stream #0.0: Audio: 0x0000, 48000 Hz, stereo, 448 kb/s
Output #0, mp2, to 'out.mp2':
Stream #0.0: Audio: mp2, 48000 Hz, stereo, 0 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Unsupported codec (id=86020) for input stream #0.0
It is telling up Unsupported codec (id=86020) for input stream
There seem to be a similar bug reported here
https://bugs.launchpad.net/medibuntu/+bug/164206
Is there a solution apart from
"ffmpeg from using an older version."
which is messy.
--
http://lists.mplayerhq.hu/pipermail/ffmpeg-user/2006-March/002426.html
From this thread
"./configure --enable-mp3lame --enable-gpl --enable-faac --enable-xvid
--extra-cflags=-DHAVE_LRINTF
and just add:
--enable-a52
Is there a place where we can complain to the person that creates these DEBs?
ffmpeg -i in.ac3 -ab 256 -acodec mp2 out.mp2
But I have noticed after upgrading to gutsy I cannot convert anymore.
FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al.
configuration: --enable-gpl --enable-pp --enable-swscaler --enable-pthreads --enable-libvorbis --enable-libtheora --enable-libogg --enable-libgsm --enable-dc1394 --disable-debug --enable-shared --prefix=/usr
libavutil version: 1d.49.3.0
libavcodec version: 1d.51.38.0
libavformat version: 1d.51.10.0
built on Jun 3 2007 20:59:25, gcc: 4.1.3 20070528 (prerelease) (Ubuntu 4.1.2-9ubuntu2)
Input #0, ac3, from 'GRand DesignExeter.ac3':
Duration: 00:47:10.4, start: 0.000000, bitrate: 448 kb/s
Stream #0.0: Audio: 0x0000, 48000 Hz, stereo, 448 kb/s
Output #0, mp2, to 'out.mp2':
Stream #0.0: Audio: mp2, 48000 Hz, stereo, 0 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Unsupported codec (id=86020) for input stream #0.0
It is telling up Unsupported codec (id=86020) for input stream
There seem to be a similar bug reported here
https://bugs.launchpad.net/medibuntu/+bug/164206
Is there a solution apart from
"ffmpeg from using an older version."
which is messy.
--
http://lists.mplayerhq.hu/pipermail/ffmpeg-user/2006-March/002426.html
From this thread
"./configure --enable-mp3lame --enable-gpl --enable-faac --enable-xvid
--extra-cflags=-DHAVE_LRINTF
and just add:
--enable-a52
Is there a place where we can complain to the person that creates these DEBs?