[MPlayer-users] mplayer crashes on x264 file - cause found

Raphael mencoder at lesshaste.plus.com
Thu Oct 26 21:02:23 CEST 2006


Raphael wrote:
> I have made a miniature sample file called test.264 and put it into 
> ftp://upload.mplayerhq.hu/MPlayer/incoming/
>
> It crashes in exactly the same way.
>
> Raphael
>
>   


The cause is the "interlaced" option  in mencoder.

mencoder -endpos 10 -vf crop=720:432:0:70 -ovc x264 -x264encopts
bitrate=750:interlaced title1.vob -nosound  -of rawvideo -o test.264

makes a file that crashes mplayer


mencoder -endpos 10 -vf crop=720:432:0:70 -ovc x264 -x264encopts
bitrate=750 title1.vob -nosound  -of rawvideo -o test.264

doesn't.

Seems interlaced support is buggy at the moment for x264/mencoder and
mplayer is not immune to crashing.

Raphael



More information about the MPlayer-users mailing list