Re: [Mjpeg-users] encoding mp4 to mpeg2 DVD format

2012-09-30 Thread Bernhard Praschinger
Hallo Well for the first try doing it by hand can be helpful. > Well after a few hours of running the script: > #!/bin/ksh > [ $# -lt 2 ] && echo 'Usage: $0 ' && exit 1 > mkfifo stream.yuv > cat stream.yuv | mpeg2enc -f 8 -o video.m2v & > mplayer -nosound -noframedrop -vo yuv4mpeg $1 > > # The t

Re: [Mjpeg-users] encoding mp4 to mpeg2 DVD format

2012-09-29 Thread Steven Boswell II
If you're transcoding, you should be using something suited for that purpose, like ffmpeg. Enclosed is a shell script that I use for transcoding arbitrary videos to DVD format. Feel free to change the framerate, frame size, and aspect ratio to any legal values. I use mpeg2enc only for creating

Re: [Mjpeg-users] encoding mp4 to mpeg2 DVD format

2012-09-29 Thread JD
On 09/28/2012 11:03 PM, Bernhard Praschinger wrote: > Hallo > > mpeg2enc cannot transcode this way. > You need some other program to generate the yuv4mpeg format, mplayer > for example can do this for you. In the mjpegtools wiki is a short > howto: > http://sourceforge.net/apps/mediawiki/mjpeg/

Re: [Mjpeg-users] encoding mp4 to mpeg2 DVD format

2012-09-28 Thread Bernhard Praschinger
Hallo JD wrote: > mjpegtools-2.0.0-1.fc16.i686 > > My question is if mpeg2enc is able to convert > mp4 videos to mpeg2 dvd format. This is how I am invoking it: > > $ mpeg2enc --no-constraints -o video_12.dvd < $PWD/Video_12.mp4 > INFO: [mpeg2enc] SETTING EXTENDED MMX for MOTION! > INFO: