Hi I am getting this error when trying too convert video.

export MALLOC_CHECK_=1; /usr/local/bin/ffmpeg -v 0 -y -i '/tmp/HXjK4X' -f flv -vcodec flv -b 320k -g 48 -s 426x240 -acodec libmp3lame -ab 64k -ac 2 -ar 22050 -pass 1 -passlogfile /tmp/HDUIQ1 /tmp/aykJXZ 2>&1 malloc: using debugging hooks FFmpeg version 0.5, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/share/man --incdir=/usr/include --extra-cflags=-fPIC --enable-libamr-nb --enable-libamr-wb --enable-libdirac --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-libtheora --enable-libx264 --enable-gpl --enable-nonfree --enable-postproc --enable-pthreads --enable-shared --enable-swscale --enable-x11grab 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 libswscale 0. 7. 1 / 0. 7. 1 libpostproc 51. 2. 0 / 51. 2. 0 built on Nov 6 2009 19:11:04, gcc: 4.1.2 20080704 (Red Hat 4.1.2-46) Seems stream 1 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 24.00 (24/1) Stream mapping: Stream #0.1 -> #0.0 Stream #0.0 -> #0.1 Unsupported codec (id=86056) for input stream #0.0

Comments

jbrown’s picture

Priority: Critical » Normal

Codec 86056 is Windows Media Audio Professional V9.

Recompile FFmpeg with the latest snapshot.

Also, please view source before copying and pasting, as it makes it much easier to read.

wibbla’s picture

I can't do any thing with the ffmpeg program it is installd on shered server.