26 Jun
2008
26 Jun
'08
2:36 p.m.
On Wed, 25 Jun 2008, Alexandre Almeida wrote:
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).