|
Posted by petru.marginean on 10/07/32 11:53
Hi,
I'm trying to convert a *.aac file, retrieved from online radio like
this:
$> fPls.exe -L-1 http://www.kissfm.ro/asculta_live.php?stream=high
-s.aac -o./ -cmd -t
into a *.mp3 file, so I can listen to it on my MP3 player (FL100)
I've successfully compiled ffmpeg with both mp3 and aac support:
$> ./configure --enable-mp3lame --enable-faac
However when I try to convert from AAC to MP3 I get an error:
<code>
$> ffmpeg -i /tmp/radio/test.aac -acodec mp3 -ac 2 -ab 128
/tmp/radio/test.mp3
FFmpeg version SVN-r5804, Copyright (c) 2000-2004 Fabrice Bellard
configuration: --enable-mp3lame --enable-faac
libavutil version: 49.0.0
libavcodec version: 51.10.0
libavformat version: 50.5.0
built on Jul 21 2006 01:21:43, gcc: 3.4.4 (cygming special) (gdc
0.12, using dmd 0.125)
Input #0, aac, from '/tmp/radio/test.aac':
Duration: 00:20:33.4, start: 0.000000, bitrate: 35 kb/s
Stream #0.0: Audio: 0x0000, 22050 Hz, stereo, 35 kb/s
Output #0, mp3, to '/tmp/radio/test.mp3':
Stream #0.0: Audio: mp3, 22050 Hz, stereo, 128 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Unsupported codec (id=86018) for input stream #0.0
</code>
The test.aac file is fine, since I can listen to it using WinAmp...
Any idea?
Regards,
Petru
Navigation:
[Reply to this message]
|