bummer.I cant get that movie snippet you sent me to fail
Ok this is the code I am inputting:Can you try the following for me? Download the latest version of MPlayer from http://www1.mplayerhq.hu/MPlayer/releases/win32/MPlayer-mingw32-1.0rc1.zip
Unzip and open a command window and CD to this dir. Now enter the following command
mencoder -oac lavc -ovc lavc -of mpeg -mpegopts format=dvd -vf scale=720:576,harddup -srate 48000 -af lavcresample=48000 -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=5000:keyint=15:acodec=ac3:abitrate=192:aspect=16/9 -ofps 25 -o MooCow.mpg InputFile.mpg
where InputFile.mpg is your file you want to burn (e.g. your Heroes (10_30_2006).mpg file)
This will convert the mpg file into a DVD compatible MPG file (puts extra packets in the right places)
mencoder -oac lavc -ovc lavc -of mpeg -mpegopts format=dvd -vf scale=720:576,harddup -srate 48000 -af lavcresample=48000 -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=98 00:vbitrate=5000:keyint=15:acodec=ac3:abitrate=192 :aspect=16/9 -ofps 25 -o MooCow.mpg Heroes_(10_30_2006).mpg
(I added that underscore to the filename b/c of DOS language)
Now I copy paste this into the command prompt window and mencoder is giving me an error, I think it's a syntax error in the long string above:
G:\mplayer>mencoder -oac lavc -ovc lavc -of mpeg -mpegopts format=dvd -vf scale=
720:576,harddup -srate 48000 -af lavcresample=48000 -lavcopts vcodec=mpeg2video:
vrc_buf_size=1835:vrc_maxrate=98 00:vbitrate=5000:keyint=15:acodec=ac3:abitrate=
192 :aspect=16/9 -ofps 25 -o MooCow.mpg Heroes_(10_30_2006).mpg
MEncoder 1.0rc1-3.4.2 (C) 2000-2006 MPlayer Team
CPU: AMD Athlon(tm) XP 2200+ (Family: 6, Model: 10, Stepping: 0)
CPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 0 SSE2: 0
Compiled with runtime CPU detection.
File not found: '00:vbitrate=5000:keyint=15:acodec=ac3:abitrate=192'
Failed to open 00:vbitrate=5000:keyint=15:acodec=ac3:abitrate=192.
Cannot open file/device.
Are you getting this error when you use the same string or...?