[MEncoder-users] need help with .mpg format
DEF
shaker_doc at yahoo.com
Thu Mar 29 06:42:22 CEST 2007
--- Tom Poe <tompoe at fngi.net> wrote:
> Here's .mpg file as is:
>
http://www.ibiblio.org/studioforrecording/media/banders.mpg
>
> When I type the address into firefox browser, on my
> PIII FC5 system, it
> loads and plays fine. However, I have reports that
> it doesn't open on a
> Mac system, or a Windows system. Here's the
> encoding commands I used:
> ]$ mencoder mf://*.jpg -mf
> w=320:h=240:fps=1/7:type=jpg -ovc copy
> -audiofile Open_Studios_theme_banders.ogg -oac pcm
> -o test1.avi
> followed by:
> ]$ mencoder test1.avi -o new5.mpg -ofps 25 -vf
> scale=320:240,harddup -of
> mpeg -mpegopts format=vcd -oac lavc -lavcopts
> acodec=mp2:abitrate=224
> -ovc lavc -lavcopts
>
>vcodec=mpeg1video:vrc_buf_size=327:keyint=15:vrc_maxr>ate=1152:vbitrate=1152:vmax_b_frames=0
>
> Can anyone help me work out commands that would
> create a video that
> starts with images, and results in a video with
> sound track that works
> on most computers? Any help appreciated.
Try
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
having all the options suggested by the manual.
and BTW, I can succesfully play the link with WMP
version 9 from an office PC!
DEF
> Tom
> _______________________________________________
> MEncoder-users mailing list
> MEncoder-users at mplayerhq.hu
>
http://lists.mplayerhq.hu/mailman/listinfo/mencoder-users
>
____________________________________________________________________________________
It's here! Your new message!
Get new email alerts with the free Yahoo! Toolbar.
http://tools.search.yahoo.com/toolbar/features/mail/
More information about the MEncoder-users
mailing list