[MPlayer-users] Avi to SVCD framerate encoding problem
Erik K. Pedersen
erik at binghamton.edu
Mon Aug 16 15:11:11 CEST 2004
Mandag 16 august 2004 03:12 skrev rcooley:
> Anyhow, you can get around it by a couple methods. The "proper" way is
> to use -ofps 29.97002997 (or -ofps 23.976023976). Alternatively, you
> could for it to use 29.97 if you add vstrict=-1 to your lavcopts.
I use this to decode NTSC dvd's
#!/bin/sh
#
mencoder dvd://1 -ovc lavc -lavcopts vcodec=mpeg4:vhq=4:vbitrate=851:trell:cbp
-oac mp3lame -lameopts abr:br=128:vol=4 -vf scale=512:288 -ofps 23.976023976
-o $0.avi
and this for PAL dvd's. Is that a good way?
#!/bin/sh
#
mencoder dvd://1 -ovc lavc -lavcopts vcodec=mpeg4:vhq=4:vbitrate=851:trell:cbp
-oac mp3lame -lameopts abr:br=128:vol=4 -vf scale=512:288 -ofps 29.97002997
-o $0.avi
More information about the MPlayer-users
mailing list