|
| To: | MPlayer-Users <mplayer-users@xxxxxxxxxxxx> |
| Subject: | [MPlayer-users] Encoding Video Tape to DVD |
| From: | Dave Szczuka <lists@xxxxxxxxxxx> |
| Date: | Wed, 11 Aug 2004 11:55:11 -0400 |
| Delivered-to: | itdp@goinform.homeip.net |
| Delivered-to: | mplayer-users@mplayerhq.hu |
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 _______________________________________________ MPlayer-users mailing list MPlayer-users@xxxxxxxxxxxx http://mplayerhq.hu/mailman/listinfo/mplayer-users
| [Prev in Thread] | Current Thread | [Next in Thread] |