comparison DOCS/xml/de/mencoder.xml @ 21663:7607b2bb5b2a

r21425: Some fixes for previous commit, 10l for me r21462: mention all other image formats
author kraymer
date Mon, 18 Dec 2006 23:44:07 +0000
parents f71581809157
children 98fbc2315506
comparison
equal deleted inserted replaced
21662:f71581809157 21663:7607b2bb5b2a
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- in sync with r21424 --> 2 <!-- in sync with r21462 -->
3 <chapter id="mencoder"> 3 <chapter id="mencoder">
4 <title>Allgemeiner Gebrauch von <application>MEncoder</application></title> 4 <title>Allgemeiner Gebrauch von <application>MEncoder</application></title>
5 5
6 <para> 6 <para>
7 Eine komplette Liste der <application>MEncoder</application>-Optionen 7 Eine komplette Liste der <application>MEncoder</application>-Optionen
338 338
339 <example id="encode_for_psp"> 339 <example id="encode_for_psp">
340 <title>Encodierung für PSP</title> 340 <title>Encodierung für PSP</title>
341 <para> 341 <para>
342 <screen> 342 <screen>
343 mencoder -ofps 30000/1001 -af resample=24000 -vf harddup -of lavf \ 343 mencoder -ofps 30000/1001 -af lavcresample=24000 -vf harddup -of lavf \
344 -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:acodec=aac \ 344 -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:acodec=aac \
345 -lavfopts format=psp:i_certify_that_my_video_stream_does_not_use_b_frames \ 345 -lavfopts format=psp:i_certify_that_my_video_stream_does_not_use_b_frames \
346 <replaceable>input.video</replaceable> -o <replaceable>output.psp</replaceable> 346 <replaceable>input.video</replaceable> -o <replaceable>output.psp</replaceable>
347 </screen> 347 </screen>
348 Der Titel des Videos kann folgendermaßen angepasst werden: 348 Der Titel des Videos kann folgendermaßen angepasst werden:
432 Das gleiche bei Benutzung des MPEG-Muxers von <systemitem class="library">libavformat</systemitem>: 432 Das gleiche bei Benutzung des MPEG-Muxers von <systemitem class="library">libavformat</systemitem>:
433 <screen> 433 <screen>
434 mencoder <replaceable>input.avi</replaceable> -o <replaceable>VCD.mpg</replaceable> -ofps 25 -vf scale=352:288,harddup -of lavf \ 434 mencoder <replaceable>input.avi</replaceable> -o <replaceable>VCD.mpg</replaceable> -ofps 25 -vf scale=352:288,harddup -of lavf \
435 -lavfopts format=mpg:i_certify_that_my_video_stream_does_not_use_b_frames \ 435 -lavfopts format=mpg:i_certify_that_my_video_stream_does_not_use_b_frames \
436 -oac lavc -lavcopts acodec=mp2:abitrate=224 -ovc lavc \ 436 -oac lavc -lavcopts acodec=mp2:abitrate=224 -ovc lavc \
437 -lavcopts vcodec=mpeg1video:vrc_buf_size=327:keyint=15:vrc_maxrate=1152:vbitrate=1152:vmax_b_frames=0 \ 437 -lavcopts vcodec=mpeg1video:vrc_buf_size=327:keyint=15:vrc_maxrate=1152:vbitrate=1152:vmax_b_frames=0
438 </screen> 438 </screen>
439 </para> 439 </para>
440 </informalexample> 440 </informalexample>
441 441
442 <note><title>Hinweis:</title> 442 <note><title>Hinweis:</title>
533 533
534 </sect1> 534 </sect1>
535 535
536 536
537 <sect1 id="menc-feat-enc-images"> 537 <sect1 id="menc-feat-enc-images">
538 <title>Encodieren von mehreren Input-Bilddateien (JPEG, PNG, TGA, SGI)</title> 538 <title>Encodieren von mehreren Input-Bilddateien (JPEG, PNG, TGA, etc.)</title>
539 539
540 <para> 540 <para>
541 <application>MEncoder</application> ist in der Lage, Filme aus einer oder 541 <application>MEncoder</application> ist in der Lage, Filme aus einer oder
542 mehreren JPEG-, PNG- oder TGA-Dateien zu erzeugen. Mit einem einfachen 542 mehreren JPEG-, PNG-, TGA- oder andere Bilddateien zu erzeugen. Mit einem einfachen
543 framecopy kann es Dateien wie MJPEG (Motion JPEG), MPNG (Motion PNG) 543 framecopy kann es Dateien wie MJPEG (Motion JPEG), MPNG (Motion PNG)
544 oder MTGA (Motion TGA) generieren. 544 oder MTGA (Motion TGA) generieren.
545 </para> 545 </para>
546 546
547 <orderedlist> 547 <orderedlist>