[MPlayer-users] Attempt to create avi (xvid) from MPEG fails on some files
Martin Kamín
martinkamin at quick.cz
Fri Mar 24 12:25:47 CET 2006
Hello,
I'm new subcriber of this mailing list, hope someone will point me to right
direction to solve my problem.
I'm trying to create xvid avi files from my grabed TV movies and show etc.
MPEG files are: MPEG sequence, v2, program multiplex
My script looks like:
mencoder file.mpeg -oac mp3lame -lameopts vbr=3:br=96 -ovc frameno -o \
frameno.avi
# to separate sound
mencoder -ovc xvid -xvidencopts bitrate=700:me_quality=3:vhq=0 \
-oac mp3lame file.mpeg -o final.avi
#to code video to AVI
But, coding fails with second pass, when sound is separated already:
----------------------------------------------- cut -------------------
Audio stream: 105.153 kbit/s (13144 bps) size: 39412896 bytes 2998.512
secs
MEncoder 1.0pre7try2-4.0.2 (C) 2000-2005 MPlayer Team
CPU: Advanced Micro Devices (Family: 8, Stepping: 0)
Detected cache-line size is 64 bytes
CPUflags: Type: 8 MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled with runtime CPU detection - WARNING - this is not optimal!
To get best performance, recompile MPlayer with
--disable-runtime-cpudetection.
AVI file format detected.
VIDEO: [FrNo] 720x576 24bpp 25.000 fps 0.8 kbps ( 0.1 kbyte/s)
Using pass3 control file: frameno.avi
success: format: 0 data: 0x0 - 0x4afc7004
MPEG-PS file format detected.
VIDEO: MPEG2 720x576 (aspect 2) 25.000 fps 3344.4 kbps (418.1 kbyte/s)
[V] filefmt:2 fourcc:0x10000002 size:720x576 fps:25.00 ftime:=0.0400
==========================================================================
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
AUDIO: 48000 Hz, 2 ch, s16le, 128.0 kbit/8.33% (ratio: 16000->192000)
Selected audio codec: [mp3] afm:mp3lib (mp3lib MPEG layer-2, layer-3)
==========================================================================
xvid: using library version 1.1.-125 (build xvid-1.1.0-beta2)
Opening video filter: [expand osd=1]
Expand: -1 x -1, -1 ; -1 (-1=autodetect) osd: 1
==========================================================================
Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough
VDec: vo config request - 720 x 576 (preferred csp: Mpeg PES)
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
The selected video_out device is incompatible with this codec.
VDecoder init failed :(
Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.4.0b
Selected video codec: [mpeg12] vfm:libmpeg2 (MPEG-1 or 2 (libmpeg2))
==========================================================================
MP3 audio selected
Building audio filter chain for 48000Hz/2ch/s16le -> 48000Hz/2ch/s16le...
Writing AVI header...
ODML: Aspect information not (yet?) available or unspecified, not writing vprp
header.
VDec: vo config request - 720 x 576 (preferred csp: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.
videocodec: XviD (720x576 fourcc=44495658 [XVID])
xvid: par=0/0 (vga11), displayed=768x576, sampled=720x576
xvid: CBR Rate Control -- bitrate=700kbit/s
ODML: vprp aspect is 4:3. 0fps Trem: 0min 0mb A-V:0.000 [0:0]
Pos: 0.7s 22f ( 0%) 8fps Trem: 0min 0mb A-V:0.000 [0:171]
Skipping frame!
Pos: 1.1s 33f ( 0%) 8fps Trem: 0min 0mb A-V:0.000 [1061:173]
Skipping frame!
*** glibc detected *** double free or corruption (fasttop): 0x086da130 ***
/home/kamin/bat/mpegtoavixvid.bat: line 10: 2542 Neúspěšně ukončen (SIGABRT)
mencoder -ovc xvid -xvidencopts bitrate=700:me_quality=3:vhq=0 -oac
mp3lame ../$CO -o $CO-final.avi
--------------------------cut ------------------------------
Does anybody experieced this kind of "error"?
Mplayer comes from Packman's rpm, 1.0pre7try3
Martin
OpenSUSE 10.0
2.6.13-15.8-default
More information about the MPlayer-users
mailing list