Pozdrav.
Trebao bih pomoć, pa ako je netko voljan…
Situacija je ovakva. Imam ovu verziju:
FFmpeg version SVN-rUNKNOWN, Copyright © 2000-2004 Fabrice Bellard
configuration: --enable-gpl --enable-pp --enable-pthreads --enable-vorbis --enable-libogg --enable-a52 --enable-dts --enable-libgsm --enable-dc1394 --disable-debug --enable-mp3lame --enable-faadbin --enable-faad --enable-faac --enable-xvid --enable-amr_nb --enable-shared --prefix=/usr
libavutil version: 0d.49.0.0
libavcodec version: 0d.51.11.0
libavformat version: 0d.50.5.0
built on Apr 17 2007 13:30:42, gcc: 3.3.5 (Debian 1:3.3.5-13)
ffmpeg SVN-rUNKNOWN
libavutil 3211264
libavcodec 3345152
libavformat 3278080
Radim konverziju iz mp4 u 3gp. sa slijedećom naredbom:
/usr/bin/ffmpeg -i /var/www/bla/video/74.mp4 -y -s 176*144 -vcodec mpeg4 -b 68kb -r 15 -acodec aac -ac 1 -ab 32kb -f mp4 /var/www/bla/3gp_cache/74.3gp
i javlja mi sljedeću grešku:
.
.
bla bla bla
.
.
[aac @ 0x40472748]FAAD library: cannot resolve faacDecGetErrorMessage in libfaad.so.0!
[aac @ 0x40472748]FAAD library: cannot resolve faacDecGetErrorMessage in libfaad.so.0!
[aac @ 0x40472748]FAAD library: cannot resolve faacDecGetErrorMessage in libfaad.so.0!
[aac @ 0x40472748]FAAD library: cannot resolve faacDecGetErrorMessage in libfaad.so.0!
[aac @ 0x40472748]FAAD library: cannot resolve faacDecGetErrorMessage in libfaad.so.0!
[aac @ 0x40472748]FAAD library: cannot resolve faacDecGetErrorMessage in libfaad.so.0!
[aac @ 0x40472748]FAAD library: cannot resolve faacDecGetErrorMessage in libfaad.so.0!
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x400ac400]Could not find codec parameters (Audio: aac)
Seems that stream 0 comes from film source: 1000.00 (1000/1) -> 15.00 (15/1)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from ‘/var/www/bla/video/74.mp4’:
Duration: 00:00:07.8, start: 0.000000, bitrate: 418 kb/s
Stream #0): Video: mpeg4, yuv420p, 320x240, 15.00 fps®
Stream #0): Audio: aac
Output #0, mp4, to ‘/var/www/bla/3gp_cache/74.3gp’:
Stream #0.0: Video: mpeg4, yuv420p, 176x144, q=2-31, 68 kb/s, 15.00 fps©
Stream #0.1: Audio: aac, 64 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
[aac @ 0x40472748]libfaac doesn’t support this output format!
Error while opening codec for output stream #0.1 - maybe incorrect parameters such as bit_rate, rate, width or height
Unaprijed zahvlajujem i lijep pozdrav!