[FFmpeg-user] Trying to convert 3gp/amr to mp4/aac with no success
Robert Swain
robert.swain at gmail.com
Tue Mar 3 17:16:48 CET 2009
2009/3/3 Julien BALMONT <julien at zong.com>:
> i'm sorry to disturb again with my problem, but i'm really annoyed as
> I have to make it work asap.
>
> Any idea?
Please don't top-post. We prefer interleaved inline posting on these
mailing lists.
See below for my comments.
> On Mon, Mar 2, 2009 at 8:59 PM, Julien BALMONT <julien at zong.com> wrote:
>> Thanks for your time.
>>
>> Here is the ouput:
>> ~# ffmpeg -formats | grep aac
>> FFmpeg version SVN-r17733, Copyright (c) 2000-2009 Fabrice Bellard, et al.
>> configuration: --enable-nonfree --enable-libmp3lame
>> --enable-libtheora --enable-libx264 --enable-libgsm --enable-postproc
>> --enable-libxvid --enable-libfaac --enable-pthreads --enable-libvorbis
>> --enable-libfaad --enable-gpl --enable-x11grab --enable-libamr_nb
>> --enable-libamr_wb --enable-libgsm
>> libavutil 49.15. 0 / 49.15. 0
>> libavcodec 52.20. 0 / 52.20. 0
>> libavformat 52.31. 0 / 52.31. 0
>> libavdevice 52. 1. 0 / 52. 1. 0
>> libpostproc 51. 2. 0 / 51. 2. 0
>> built on Mar 2 2009 17:07:42, gcc: 4.1.2 20061115 (prerelease)
>> (Debian 4.1.1-21)
>> D aac raw ADTS AAC
>> D A aac Advanced Audio Coding
>>
>> I assume it's not ok? :(
I queried this as it is very unusual behaviour. The only things that I
can note is that the GCC 4.1.x series is quite old (though I don't see
why that would cause issue here) and you appear to be running as root
unnecessarily.
Try compiling and running FFmpeg as a regular user. Also make sure you
have the most recent release of FAAD and FAAC. Sometimes library
interface code in FFmpeg gets updated to support newer versions and
the older code is dropped. Also check that your library paths are
correct and that you have the correct permissions on your library
files, though I would expect some undefined symbol errors to appear
really.
Regards,
Rob
More information about the ffmpeg-user
mailing list