> linux-8ky4:/zzz-especiais # mencoder "mf://*.jpg" -mf fps=25 -o \
> output.avi -ovc lavc -lavcopts vcodec=mpeg4
> linux-8ky4:/zzz-especiais # mencoder "mf://*.jpg" -mf fps=25 -ovc lavc \
> -lavcopts vcodec=mpeg4 -o output.avi
> linux-8ky4:/zzz-especiais # mencoder "mf://*.jpg" -mf fps=25 -lavcopts \
> vcodec=mpeg4 -o output.avi -ovc lavc
Try putting the input MRL at the *end* of the command line. As a rule,
that's where the input (non-option) arguments belong anyway (recent SVN
doesn't seem to care so much, but rc1 and rc2 did...sometimes).
_______________________________________________
MEncoder-users mailing list
MEncoder-users@mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/mencoder-users
No comments:
Post a Comment