[MPlayer-dev-eng] Resizing with mencoder

Kim Minh Kaplan kmkaplan at selfoffice.com
Thu Nov 29 17:00:59 CET 2001


Michael Niedermayer writes:

> i tried it and got a totally messed up picture 
> ... with -vo ffdivx it was called 
> green line(s) ... :(

I don't get it...  MEncoder has no "-vo" switch!?  Are you speaking
about MPlayer?  I did not change anything in it.

What I do is something like : "mencoder -dvd 1 -x 1024 -y 576" where
the original was a 720x576 DVD and it works fine.  But if I change the
"-y" value then I get broken image with some green lines value.

> found some debuging? code, this should not be there i think
> +    if (vo_w != sh_video->disp_w || vo_h != sh_video->disp_h || 1) { 

Indeed.

> this should be under if(verbose) or #ifdef DEBUG or something
> +    fprintf(stderr, "vo_w = %d, vo_h = %d, xinc = 0x%x, yinc = 0x%x\n",
> +	    vo_w, vo_h, scale_xinc, scale_yinc);

It should not be there anymore!

Kim Minh.




More information about the MPlayer-dev-eng mailing list