I finally got pissed off with Winblows enough that I would rather take more time in 
Linux then worry about using Winblows ever again. So what command line for mpeg2enc 
would give the best results without worrying about the time taking. The source will be 
from my tv capture card 352x480 video (hard drive can't keep up with the amount of 
data from 720x480) and ac3 sound. 

My script will be

mencoder\
 tv:// -tv driver=v4l2:norm=ntsc:fps=29.97:input=2:width=352:height=480\
:alsa:adevice=hw.0,0:audiorate=48000:amode=1\
 -oac lavc -ovc copy\
 -lavcopts acodec=ac3:abitrate=192\
 -o $1.avi\
 -endpos 62:00\
 -mc 0 -noskip

mplayer $1.avi -dumpaudio -dumpfile $1.ac3

mkfifo stream.yuv

mplayer $1.avi -vop scale=w=720 -vo yuv4mpeg -nosound -noframedrop </dev/null &

mpeg2enc stream.yuv #####looking for best quality help for DVD compliant video that is 
either 6 or 6.5 mbps##### -o $1.m2v

tcmplex -i $1.m2v -p $1.ac3 -m d -o $1.mpg


-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to