[MPlayer-users] Encoding Video Tape to DVD

Dave Szczuka lists at szczuka.com
Wed Aug 11 17:55:11 CEST 2004


I'm going about it like this, but I am wondering if there is a better
way to do it?


mencoder -ofps 24000/1001 -lavcopts acodec=mp2:abitrate=224:vqscale=2
-vf pp=lb,hqdn3d -o Infomercial.mp4.avi -ovc lavc -oac lavc -tv
driver=v4l2:norm=NTSC:input=1:width=720:height=480:alsa:audiorate=48000:amode=1 tv://

mplayer -vc dummy -vo null -dumpaudio -dumpfile Infomercial.mpa
mkfifo -m660 stream.yuv
mplayer -ac dummy -ao null -vo yuv4mpeg Infomercial.mp4.avi &
cat stream.yuv | mpeg2enc -f8 -F1 -a2 -o Infomercial.m2v
mplex -f8 -o Infomercial.mpg Infomercial.m2v Infomercial.mpa





More information about the MPlayer-users mailing list