[MEncoder-users] Video from JPG Files Problem
Dr. DEF
shaker_doc at yahoo.com
Fri Oct 27 12:57:52 CEST 2006
--- Matt Malone <m_j_malone at hotmail.com> wrote:
>
> My goal is to produce a video from a sequence of jpg
> files, where the video
> is in any format that is so common that any basic
> windows user anywhere can
> just click on it and it will show without having to
> go download some
> (better) codec.
>
> mencoder "mf://*.jpg" -mf type=jpg:fps=10 -o mov.mpg
> -ovc lavc -lavcopts
> vcodec=mpeg1video -nosound
>
> When I ftp it back to windows (binary of course),
If you really want to get an .avi file then your best
codec should not be meg1video. you could use
msmpeg4v2.
or modify your command to something like this one
(from the documentation)
mencoder -of mpeg -mpegopts format=xvcd "mf://*.jpg"
-mf type=jpg:fps=10 -o mov.mpg -ovc lavc
-lavcopts
vcodec=mpeg1video:keyint=15:vrc_buf_size=327:vrc_minrate=1152:vbitrate=1152:vrc_maxrate=1152
-ofps 25 vcodec=mpeg1video -nosound
or you just produce an avi file with
mencoder "mf://*.jpg" -mf type=jpg:fps=10 -o mov.avi
-ovc lavc -lavcopts
vcodec=msmpeg4v2:mbd=2:..etc... -nosound
DEF
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
More information about the MEncoder-users
mailing list