Hallo

> im trying to convert divx-xvid to dvd, i use mplayer for frameserver and
> encoding
> with mpeg2enc i type:
> 
> mkfifo stream.yuv
> 
> mplayer -vo yuv4mpeg -ao null divx.avi &
> nice -10 mpeg2enc -f 8 -o video.mpg < stream.yuv
> 
> the problem is that the final mpeg2 don have the correct dimensions, 720x576
> for pal format
> i know the | yuvscaler -O DVD | option. .... from console:
> 
> mplayer -vo yuv4mpeg -ao null divx.avi &
> nice -10 mpeg2enc -f 8 | yuvscaler -O DVD |  -o video.mpg < stream.yuv
> 
> but this gime a error with yuvscaler.................
try something like that:
cat stream.yuv | yuvscaler -O DVD | mpeg2enc -f 8 -o video.m2v

> What im doing wrong.....
read the mjpeg howto. 

auf hoffentlich bald,

Berni the Chaos of Woodquarter

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to