[MEncoder-users] Video - Incorrect frame rate
Martijn van Beurden
mvanb1 at gmail.com
Fri Aug 26 11:23:40 CEST 2011
Op 25-08-11 19:59, Fatima Hussain schreef:
> I also tried the following instead of a.
>
> $MENCODER_LOCATION "mf://*.jpg" -mf fps=2 -o $silentmovie -ovc lavc
> -lavcopts vcodec=msmpeg4v2:vbitrate=800 harddup -ofps=2
>
> But the frames per second rate still seem very fast.
Some syntax errors here. You could try this instead:
$MENCODER_LOCATION "mf://*.jpg" -mf fps=2 -o $silentmovie -ovc lavc
-lavcopts vcodec=msmpeg4v2:vbitrate=800 -vf harddup -ofps 2
More information about the MEncoder-users
mailing list