Hi all

I'm trying to convert video dump from network camera. If dump is without a sound, everything is all right. Problem is dump with audio. Camera streams mpeg4 with aac sound (axis 207). Here is output of ffmpeg:

ffmpeg -i axis.mp4 test.flv

FFmpeg version SVN-r6575, Copyright (c) 2000-2006 Fabrice Bellard, et al.
configuration: --enable-mp3lame --enable-faac --enable-faad --enable-faadbin --enable-gpl
libavutil version: 49.0.1
libavcodec version: 51.16.0
libavformat version: 50.5.0
built on Oct 26 2006 23:48:33, gcc: 4.0.3 20051111 (prerelease) (Debian 4.0.2-4)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x834b460]Could not find codec parameters (Audio: aac)
axis.mp4: could not find codec parameters

Same is when use switch -acodec aac. Mplayer plays dump with audio. Anyone with this problem?