mstjohn1974
October 10th, 2010, 04:38 PM
I am trying to convert a clip I recorded with recordmydesktop and it fails and I dont understand why. I copy the output below. Maybe someone here knows wat the heck is going on.
The input video formats are:
Dimensions: 1280x736
Codec: Theora
Framerate:25
and Audio is:
Codec: Vorbis
Channel: Mono
Sample Rate: 44100hz
Bitrate: 239
And I like to get the video to be 1280x720 with 25fps in divx/xvid and the audio to be mp3 with 128kbps bitrate and 44100hz sample rate.
Thanks
mencoder -srate 48000 -af lavcresample=48000 -noautosub -oac mp3lame -aid 0 -ovc lavc -ofps 25000/1001 -ffourcc DX50 -vf expand=1280:960:0:112,scale=1280:720 -lavcopts threads=2:vcodec=mpeg4:trell:mbd=2:sc_threshold=10 00000000:cgop:vbitrate=1001:aspect=4/3 -lameopts abr:br=128 -o /home/msj/movie/movie_01_01.avi /home/msj/Videos/out-1.ogv
MEncoder 1.0rc4-4.4.5 (C) 2000-2010 MPlayer Team
success: format: 0 data: 0x0 - 0x93104ac
libavformat file format detected.
[ogg @ 0x977cb00]max_analyze_duration reached
[lavf] stream 1: video (theora), -vid 0
[lavf] stream 2: audio (vorbis), -aid 0
VIDEO: [theo] 1280x736 0bpp 25.000 fps 0.0 kbps ( 0.0 kbyte/s)
[V] filefmt:44 fourcc:0x6F656874 size:1280x736 fps:25.000 ftime:=0.0400
================================================== ========================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
AUDIO: 44100 Hz, 1 ch, s16le, 239.9 kbit/34.00% (ratio: 29990->88200)
Selected audio codec: [ffvorbis] afm: ffmpeg (FFmpeg Vorbis)
================================================== ========================
Opening video filter: [expand osd=1]
Expand: -1 x -1, -1 ; -1, osd: 1, aspect: 0.000000, round: 1
Opening video filter: [scale w=1280 h=720]
Opening video filter: [expand w=1280 h=960 x=0 y=112]
Expand: 1280 x 960, 0 ; 112, osd: 0, aspect: 0.000000, round: 1
================================================== ========================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [fftheora] vfm: ffmpeg (FFmpeg Theora)
================================================== ========================
Forcing output FourCC to 30355844 [DX50].
MP3 audio selected.
Movie-Aspect is 1.74:1 - prescaling to correct movie aspect.
[swscaler @ 0x9be0e60]BICUBIC scaler, from yuv420p to yuv420p using MMX2
videocodec: libavcodec (1280x720 fourcc=30355844 [DX50])
[VE_LAVC] High quality encoding selected (non-realtime)!
Full DR not possible, trying SLICES instead!
Segmentation fault
The input video formats are:
Dimensions: 1280x736
Codec: Theora
Framerate:25
and Audio is:
Codec: Vorbis
Channel: Mono
Sample Rate: 44100hz
Bitrate: 239
And I like to get the video to be 1280x720 with 25fps in divx/xvid and the audio to be mp3 with 128kbps bitrate and 44100hz sample rate.
Thanks
mencoder -srate 48000 -af lavcresample=48000 -noautosub -oac mp3lame -aid 0 -ovc lavc -ofps 25000/1001 -ffourcc DX50 -vf expand=1280:960:0:112,scale=1280:720 -lavcopts threads=2:vcodec=mpeg4:trell:mbd=2:sc_threshold=10 00000000:cgop:vbitrate=1001:aspect=4/3 -lameopts abr:br=128 -o /home/msj/movie/movie_01_01.avi /home/msj/Videos/out-1.ogv
MEncoder 1.0rc4-4.4.5 (C) 2000-2010 MPlayer Team
success: format: 0 data: 0x0 - 0x93104ac
libavformat file format detected.
[ogg @ 0x977cb00]max_analyze_duration reached
[lavf] stream 1: video (theora), -vid 0
[lavf] stream 2: audio (vorbis), -aid 0
VIDEO: [theo] 1280x736 0bpp 25.000 fps 0.0 kbps ( 0.0 kbyte/s)
[V] filefmt:44 fourcc:0x6F656874 size:1280x736 fps:25.000 ftime:=0.0400
================================================== ========================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
AUDIO: 44100 Hz, 1 ch, s16le, 239.9 kbit/34.00% (ratio: 29990->88200)
Selected audio codec: [ffvorbis] afm: ffmpeg (FFmpeg Vorbis)
================================================== ========================
Opening video filter: [expand osd=1]
Expand: -1 x -1, -1 ; -1, osd: 1, aspect: 0.000000, round: 1
Opening video filter: [scale w=1280 h=720]
Opening video filter: [expand w=1280 h=960 x=0 y=112]
Expand: 1280 x 960, 0 ; 112, osd: 0, aspect: 0.000000, round: 1
================================================== ========================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [fftheora] vfm: ffmpeg (FFmpeg Theora)
================================================== ========================
Forcing output FourCC to 30355844 [DX50].
MP3 audio selected.
Movie-Aspect is 1.74:1 - prescaling to correct movie aspect.
[swscaler @ 0x9be0e60]BICUBIC scaler, from yuv420p to yuv420p using MMX2
videocodec: libavcodec (1280x720 fourcc=30355844 [DX50])
[VE_LAVC] High quality encoding selected (non-realtime)!
Full DR not possible, trying SLICES instead!
Segmentation fault