comparison DOCS/xml/de/mencoder.xml @ 24624:e7232d31eb02

r23578: Fix license header. r23579: Activate license notice. r23594: added some carriage returns and full stops, plus a missing 'option' r23608: Nico claims to never have had any problems with X11 compilation on Mandrake. r23983: i_certify_that_my_video_stream_does_not_use_b_frames is gone.
author kraymer
date Fri, 28 Sep 2007 02:20:48 +0000
parents c7c3d70bdf82
children 75df3c533a73
comparison
equal deleted inserted replaced
24623:c7c3d70bdf82 24624:e7232d31eb02
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- in sync with r23342 --> 2 <!-- in sync with r23983 -->
3 <!-- missing cosmetic commit 21537 --> 3 <!-- missing cosmetic commit 21537 -->
4 <chapter id="mencoder"> 4 <chapter id="mencoder">
5 <title>Allgemeiner Gebrauch von <application>MEncoder</application></title> 5 <title>Allgemeiner Gebrauch von <application>MEncoder</application></title>
6 6
7 <para> 7 <para>
343 <title>Encodierung für PSP</title> 343 <title>Encodierung für PSP</title>
344 <para> 344 <para>
345 <screen> 345 <screen>
346 mencoder -ofps 30000/1001 -af lavcresample=24000 -vf harddup -of lavf \ 346 mencoder -ofps 30000/1001 -af lavcresample=24000 -vf harddup -of lavf \
347 -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:acodec=aac \ 347 -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:acodec=aac \
348 -lavfopts format=psp:i_certify_that_my_video_stream_does_not_use_b_frames \ 348 -lavfopts format=psp \
349 <replaceable>input.video</replaceable> -o <replaceable>output.psp</replaceable> 349 <replaceable>input.video</replaceable> -o <replaceable>output.psp</replaceable>
350 </screen> 350 </screen>
351 Der Titel des Videos kann folgendermaßen angepasst werden: 351 Der Titel des Videos kann folgendermaßen angepasst werden:
352 <option>-info name=<replaceable>MovieTitle</replaceable></option>. 352 <option>-info name=<replaceable>MovieTitle</replaceable></option>.
353 </para> 353 </para>
433 -lavcopts acodec=mp2:abitrate=224:vcodec=mpeg1video:vbitrate=1152:keyint=15:mbd=2:aspect=4/3 433 -lavcopts acodec=mp2:abitrate=224:vcodec=mpeg1video:vbitrate=1152:keyint=15:mbd=2:aspect=4/3
434 </screen> 434 </screen>
435 Das gleiche bei Benutzung des MPEG-Muxers von <systemitem class="library">libavformat</systemitem>: 435 Das gleiche bei Benutzung des MPEG-Muxers von <systemitem class="library">libavformat</systemitem>:
436 <screen> 436 <screen>
437 mencoder <replaceable>input.avi</replaceable> -o <replaceable>VCD.mpg</replaceable> -ofps 25 -vf scale=352:288,harddup -of lavf \ 437 mencoder <replaceable>input.avi</replaceable> -o <replaceable>VCD.mpg</replaceable> -ofps 25 -vf scale=352:288,harddup -of lavf \
438 -lavfopts format=mpg:i_certify_that_my_video_stream_does_not_use_b_frames \ 438 -lavfopts format=mpg -oac lavc -lavcopts acodec=mp2:abitrate=224 -ovc lavc \
439 -oac lavc -lavcopts acodec=mp2:abitrate=224 -ovc lavc \
440 -lavcopts vcodec=mpeg1video:vrc_buf_size=327:keyint=15:vrc_maxrate=1152:vbitrate=1152:vmax_b_frames=0 439 -lavcopts vcodec=mpeg1video:vrc_buf_size=327:keyint=15:vrc_maxrate=1152:vbitrate=1152:vmax_b_frames=0
441 </screen> 440 </screen>
442 </para> 441 </para>
443 </informalexample> 442 </informalexample>
444 443