[MPlayer-dev-eng] [PATCH] raw filter (ve_raw.c) writing improper frame data

John Koleszar jkoleszar at on2.com
Wed Nov 30 16:19:52 CET 2005


Diego Biurrun wrote:

>On Mon, Nov 21, 2005 at 12:27:33PM -0500, John Koleszar wrote:
>  
>
>>I've put another clip that exhibits this problem up at the address 
>>below. Sorry for the size (~30MB), but I wanted to keep things simple by 
>>using the same codec as the original clip I was having trouble with. 
>>This one is 378x203x32bpp.
>>ftp://ftp.on2.com/mobile_378_203.mov
>>    
>>
>
>Access denied.
>  
>
Sorry about that. Our FTP site has undergone some changes in the last 
week. Here's the proper URL:

ftp://opensource:opensource@ftp.on2.com/mobile_378_203_rle.mov

Note that this login is not anonymous, and the username and password of 
'opensource' must be used.

I'm curious to see how this clip plays properly for you under mplayer. I 
thought that it worked fine on a box where I had -vo xv, but I just 
tried it on a box using -vo sdl, and got pitch problems. I'm currently 
using the cygwin X server and X over SSH, so xv isn't available to me 
right now. A couple additional data points:

Exhibits pitch problems:
mplayer -vo sdl mobile_378_203_rle.mov

No pitch problems:
mplayer -vo sdl -vf expand mobile_378_203_rle.mov
mplayer -vo sdl -vf rectangle mobile_378_203_rle.mov
mplayer -vo sdl -vf rgb2bgr mobile_378_203_rle.mov
mplayer -vo sdl -vf format=yuy2 mobile_378_203_rle.mov

This is with the patch to vf.c applied. This is probably a separate 
issue, but I wanted to throw it out there.

John




More information about the MPlayer-dev-eng mailing list