[MEncoder-users] ERROR: SCR: warning; what does that mean?

Saitov Menuhin menuhin at web.de
Sun Jun 12 20:25:21 CEST 2005


On Sun, Jun 12, 2005 at 01:04:38PM -0400, Brian Keener wrote:
> I'm re-encoding a huffyuv-encoded file to mpeg2, dvd-compatible video 
> stream.
> 
> My command line is:
> 
> mencoder tv.avi -of mpeg -oac lavc -ovc lavc -lavcopts 
> vcodec=mpeg2video:vbitrate=8000:keyint=25 -vf 
> hqdn3d,pullup,pp=md,scale=720:480 -noskip -o tvout.mpg
> 

I notice that in your command line 
- mencoder tv.avi -of mpeg -oac lavc -ovc lavc -lavcopts
vcodec=mpeg2video:vbitrate=8000:keyint=25 -vf
hqdn3d,pullup,pp=md,scale=720:480 -noskip -o tvout.mpg

that you don have a codec for a sound.

mencoder tv.avi -of mpeg -oac lavc -lavcopts acodec=mp2 -ovc lavc -lavcopts
vcodec=mpeg2video:vbitrate=8000:keyint=25 -vf
 hqdn3d,pullup,pp=md,scale=720:480 -noskip -o tvout.mpg

I think should be the above command line.
If you prefer ac3 then  

acodec=ac3

Menuhin

-- 
Saitov Menuhin
http://www.msaitov.de.vu




More information about the MEncoder-users mailing list