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

Brian Keener keenerb at roleplayga.org
Sun Jun 12 20:41:45 CEST 2005


Saitov Menuhin wrote:

>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
>
>  
>
The docs say it defaults to mp2 for sound, which I figured was OK.

Brian K




More information about the MEncoder-users mailing list