[MEncoder-users] help tweaking command for images to .mpg

James Tripp eliared at yahoo.com
Sun May 20 17:33:50 CEST 2007


How about

mencoder mf://*.jpg -mf w=384:h=288:fps=1/7:type=jpg -nosound -of lavf 
-lavfopts format=mov:i_certify_that_my_video_stream_does_not_use_b_frames -ovc lavc -vf scale=384:288,harddup -lavcopts vcodec=mjpeg:vbitrate=2554 
-ofps 25 -o new5.mov
 
or 
mencoder mf://*.jpg -mf w=384:h=288:fps=1/7:type=jpg -nosound -ovc lavc 
-vf scale=384:288,harddup -lavcopts vcodec=mjpeg:vbitrate=2554 -ofps 25 
-o new5.avi

ffmpeg -i new5.avi -vcodec copy -f mov new_file.mov

if you'd rather have ffmpeg mux to mov.

I'm not at all familiar wth openvideoeditor btw, can't test that

gl

Tom Poe <tompoe at fngi.net> wrote: mencoder mf://*.jpg -mf w=320:h=240:fps=1/7:type=jpg -audiofile 
somefile.ogg -oac lavc -ovc lavc -of mpeg -mpegopts format=vcd -vf 
scale=352:240,harddup -srate 44100 -af lavcresample=44100 -lavcopts 
vcodec=mpeg1video:keyint=18:vrc_buf_size=327:vrc_minrate=1152:vbitrate=1152:vrc_maxrate=1152:acodec=mp2:abitrate=224
-ofps 30000/1001 -o new5.mpg

Can anyone suggest how I might tweak the above command to do the following?
1]  I need to drop the audio
2]  The framerate needs to be able to meet "video framerates other than 
25 are not supported" error message and adjusted to be able to open the 
file in openmovieeditor.  openmovieeditor also requires I use their code,
ffmpeg -i new5.mpg -s 384x288 -vcodec mjpeg -f mov -b 3000 -ar 48000 
-acodec pcm_s16le new_file.mov



 
---------------------------------
It's here! Your new message!
Get new email alerts with the free Yahoo! Toolbar.


More information about the MEncoder-users mailing list