Hi,
I'm trying to convert .flv file to .avi using mencoder like this:
Code:
mencoder jonas3.flv -ovc lavc -oac mp3lame -o jonas3.avi
Earlier it was working, but today I tried to use it that gave me segmentation fault:
Code:
success: format: 0 data: 0x0 - 0x100c
AVI file format detected.
[aviheader] Video stream found, -vid 0
[aviheader] Audio stream found, -aid 1
AVI: Missing video stream!? Contact the author, it may be a bug :(
libavformat file format detected.
[avi @ 0x8669d14]Could not find codec parameters (Video: mpeg4)
[lavf] Video stream found, -vid 0
[lavf] Audio stream found, -aid 1
VIDEO: [FMP4] 0x0 24bpp 30.000 fps 0.0 kbps ( 0.0 kbyte/s)
[V] filefmt:35 fourcc:0x34504D46 size:0x0 fps:30.00 ftime:=0.0333
==========================================================================
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
ADecoder init failed :(
ADecoder init failed :(
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
AUDIO: 22050 Hz, 2 ch, s16le, 192.0 kbit/27.21% (ratio: 24000->88200)
Selected audio codec: [ffmp3] afm: ffmpeg (FFmpeg MPEG layer-3 audio decoder)
==========================================================================
Opening video filter: [expand osd=1]
Expand: -1 x -1, -1 ; -1, osd: 1, aspect: 0.000000, round: 1
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4)
==========================================================================
MP3 audio selected.
Flushing video frames.
Filters have not been configured! Empty file?
Writing index...
Writing header...
ODML: Aspect information not (yet?) available or unspecified, not writing vprp header.
Video stream: nan kbit/s (-2147483648 B/s) size: 0 bytes 0.000 secs 0 frames
Audio stream: nan kbit/s (-2147483648 B/s) size: 0 bytes 0.000 secs
Segmentation fault
I have all-20071007.tar.bz2 installed in my computer.
And,
Code:
$ locate libmp3lame
shows this:
Code:
/home/Imran/bin/src/MPlayer-1.0rc2/libavcodec/libmp3lame.c
/usr/lib/libmp3lame.so.0
/usr/lib/libmp3lame.so.0.0.0
Kindly help me.
Thanks