Hallo

> I have an MPEG2 video stream which I'm looking to convert from
> 4:3 to 16:9. The actual video is 16:9 anamorphic but Quicktime and
> my DVD player play it as 4:3. Is there a tool which can change the
> flag in the MPEG stream so it indicates it is 16:9?
If you only want to set the aspect ration you can do this using the
mpeg2enc -a 3 option. If you need to rescale you also need yuvscaler.

I guess with yuvscaler it would look like that (PAL Example): 
lav2yuv test.eli | yuvscaler -I USE_720x336+0+120 -O SIZE_720x576 | ....

auf hoffentlich bald,

Berni the Chaos of Woodquarter

Email: [EMAIL PROTECTED] [EMAIL PROTECTED]
www: http://www.lysator.liu.se/~gz/bernhard


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to