[Ffmpeg-devel] erronous files with ffmpeg

Muhammad Waseem vasim98
Sun Oct 8 13:37:08 CEST 2006


Hello,
I am having problem with some of my video files. When I play them in mplayer
by double click, the mplayer appears and gives 3 different error messages as
follows

1) Mplayer interrupted by signal 11 in module: decode_video

I do it OK then

2) Mplayer crashed by Bad usage of CPU/FPU/RAM, recompile mplayer with
-enable-debug and make a gdb back trace and disassembly.

I do it OK then

3) Mplayer crashed. This shouldn't happen.It can be a bug in the player code
or your drivers or in your gcc version. Please read Doc/HTML/Bugs.........
etc.

I do it OK and mplayer terminates without executing file!

HOWEVER when I run the same files in command prompt using
>>mplayer file_name.avi

It works correctly!

For all other files It works fine. Only problem is with those files.

At the same time, I can't process these files by ffmpeg. When I try to
convert those files, it gives following error messages and terminates

----------------------------------------------------------------
[root at laptop ~]# ffmpeg -i /root/Desktop/Tulsi/Gher\ Aaya\ Mera\ Perdasi.avi
m.mp3
FFmpeg version CVS, Copyright (c) 2000-2004 Fabrice Bellard
configuration: --prefix=/usr --incdir=/usr/include/ffmpeg --libdir=/usr/lib
--mandir=/usr/share/man --cpu=x86 --extra-cflags=-O2 -g -pipe -Wall
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic
-fasynchronous-unwind-tables --enable-mp3lame --enable-libogg
--enable-vorbis --enable-theora --enable-faad --enable-faadbin --enable-faac
--enable-libgsm --enable-xvid --enable-a52 --enable-a52bin --enable-pp
--enable-shared --enable-gpl --disable-static --disable-debug --disable-opts
--disable-strip
libavutil version: 49.0.0
libavcodec version: 51.8.0
libavformat version: 50.4.0
built on Apr 15 2006 09:51:51, gcc: 4.1.0 20060304 (Red Hat 4.1.0-3)
Input #0, psxstr, from '/root/Desktop/Tulsi/Gher Aaya Mera Perdasi.avi':
Duration: N/A, bitrate: N/A
Stream #0.0: Audio: adpcm_xa, 18900 Hz, stereo
Output #0, mp3, to 'm.mp3':
Stream #0.0: Audio: mp3, 18900 Hz, stereo, 64 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Error while opening codec for output stream #0.0 - maybe incorrect
parameters such as bit_rate, rate, width or height
-------------------------------------------------------------------------------------

How can I remove the errors in those input files???

Any idea?




More information about the ffmpeg-devel mailing list