mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
Add a new MPEG encoding example using lavf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21079 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8d2affbd59
commit
ccb1c23c8f
@ -414,6 +414,12 @@ multimedia support, such as default Windows installs:
|
||||
mencoder <replaceable>input.avi</replaceable> -of mpeg -mpegopts format=mpeg1:tsaf:muxrate=2000 -o <replaceable>output.mpg</replaceable> -oac lavc -ovc lavc \
|
||||
-lavcopts acodec=mp2:abitrate=224:vcodec=mpeg1video:vbitrate=1152:keyint=15:mbd=2:aspect=4/3
|
||||
</screen>
|
||||
Same, but using <systemitem class="library">libavformat</systemitem> MPEG muxer:
|
||||
<screen>
|
||||
mencoder <replaceable>input.avi</replaceable> -of lavf -lavfopts format=mpg:i_certify_that_my_video_stream_does_not_use_b_frames \
|
||||
-ovc lavc -lavcopts vcodec=mpeg1video:vrc_buf_size=327:keyint=15:vrc_maxrate=1152:vbitrate=1152:vmax_b_frames=0 \
|
||||
-o VCD.mpg -ofps 25 -vf scale=352:288,harddup -oac lavc -lavcopts acodec=mp2:abitrate=224
|
||||
</screen>
|
||||
</para>
|
||||
</informalexample>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user