comparison DOCS/xml/de/mencoder.xml @ 21662:f71581809157

r21423: Consistent capitalization of table entries r21424: Reformat examples: [...]
author kraymer
date Mon, 18 Dec 2006 23:40:49 +0000
parents e3d1a0ca75f1
children 7607b2bb5b2a
comparison
equal deleted inserted replaced
21661:18a091f55d3f 21662:f71581809157
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- in sync with r21079 --> 2 <!-- in sync with r21424 -->
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
38 <row><entry>Audiocodecname</entry><entry>Beschreibung</entry></row> 38 <row><entry>Audiocodecname</entry><entry>Beschreibung</entry></row>
39 </thead> 39 </thead>
40 <tbody> 40 <tbody>
41 <row> 41 <row>
42 <entry>mp3lame</entry> 42 <entry>mp3lame</entry>
43 <entry>Encodiere nach VBR-, ABR- oder CBR-MP3 mittels LAME</entry> 43 <entry>encodiere nach VBR-, ABR- oder CBR-MP3 mittels LAME</entry>
44 </row> 44 </row>
45 <row> 45 <row>
46 <entry>lavc</entry> 46 <entry>lavc</entry>
47 <entry>Verwende einen der Audiocodecs von 47 <entry>verwende einen der Audiocodecs von
48 <link linkend="menc-feat-enc-libavcodec-audio-codecs"><systemitem class="library">libavcodec</systemitem></link> 48 <link linkend="menc-feat-enc-libavcodec-audio-codecs"><systemitem class="library">libavcodec</systemitem></link>
49 </entry> 49 </entry>
50 </row> 50 </row>
51 <row> 51 <row>
52 <entry>faac</entry> 52 <entry>faac</entry>
60 <entry>twolame</entry> 60 <entry>twolame</entry>
61 <entry>MPEG Audio Layer 2 Encoder basierend auf tooLAME</entry> 61 <entry>MPEG Audio Layer 2 Encoder basierend auf tooLAME</entry>
62 </row> 62 </row>
63 <row> 63 <row>
64 <entry>pcm</entry> 64 <entry>pcm</entry>
65 <entry>Unkomprimiertes PCM-Audio</entry> 65 <entry>unkomprimiertes PCM-Audio</entry>
66 </row> 66 </row>
67 <row> 67 <row>
68 <entry>copy</entry> 68 <entry>copy</entry>
69 <entry>Nicht neu codieren, kopiere einfach nur komprimierte Frames</entry> 69 <entry>nicht neu codieren, kopiere einfach nur komprimierte Frames</entry>
70 </row> 70 </row>
71 </tbody> 71 </tbody>
72 </tgroup> 72 </tgroup>
73 </informaltable> 73 </informaltable>
74 </para> 74 </para>
99 <entry>nuv</entry> 99 <entry>nuv</entry>
100 <entry>NuppelVideo, von Echtzeit-Anwendungen verwendet</entry> 100 <entry>NuppelVideo, von Echtzeit-Anwendungen verwendet</entry>
101 </row> 101 </row>
102 <row> 102 <row>
103 <entry>raw</entry> 103 <entry>raw</entry>
104 <entry>Unkomprimierte Video-Frames</entry> 104 <entry>unkomprimierte Video-Frames</entry>
105 </row> 105 </row>
106 <row> 106 <row>
107 <entry>copy</entry> 107 <entry>copy</entry>
108 <entry>Nicht neu codieren, kopiere einfach nur komprimierte Frames</entry> 108 <entry>nicht neu codieren, kopiere einfach nur komprimierte Frames</entry>
109 </row> 109 </row>
110 <row> 110 <row>
111 <entry>frameno</entry> 111 <entry>frameno</entry>
112 <entry>Verwendet für 3-pass-Encodierung (nicht empfohlen)</entry> 112 <entry>verwendet für 3-pass-Encodierung (nicht empfohlen)</entry>
113 </row> 113 </row>
114 </tbody> 114 </tbody>
115 </tgroup> 115 </tgroup>
116 </informaltable> 116 </informaltable>
117 </para> 117 </para>
131 <row><entry>Name des Containerformats</entry><entry>Beschreibung</entry></row> 131 <row><entry>Name des Containerformats</entry><entry>Beschreibung</entry></row>
132 </thead> 132 </thead>
133 <tbody> 133 <tbody>
134 <row> 134 <row>
135 <entry>lavf</entry> 135 <entry>lavf</entry>
136 <entry>Einer der von 136 <entry>einer der von
137 <systemitem class="library">libavformat</systemitem> 137 <systemitem class="library">libavformat</systemitem>
138 unterstützten Container</entry> 138 unterstützten Container</entry>
139 </row> 139 </row>
140 <row> 140 <row>
141 <entry>avi</entry> 141 <entry>avi</entry>
250 <para>Beispiel:</para> 250 <para>Beispiel:</para>
251 <para> 251 <para>
252 Erzeugen eines Macromedia Flash Videos, das in einem Web-Browser mit dem 252 Erzeugen eines Macromedia Flash Videos, das in einem Web-Browser mit dem
253 Macromedia Flash Plugin abgespielt werden kann: 253 Macromedia Flash Plugin abgespielt werden kann:
254 <screen> 254 <screen>
255 mencoder <replaceable>input.avi</replaceable> -o <replaceable>output.flv</replaceable> -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc \ 255 mencoder <replaceable>input.avi</replaceable> -o <replaceable>output.flv</replaceable> -of lavf \
256 -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 \ 256 -oac mp3lame -lameopts abr:br=56 -ovc lavc \
257 -srate 22050 257 -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 \
258 -srate 22050
258 </screen> 259 </screen>
259 </para> 260 </para>
260 </informalexample> 261 </informalexample>
261 262
262 </sect1> 263 </sect1>
337 338
338 <example id="encode_for_psp"> 339 <example id="encode_for_psp">
339 <title>Encodierung für PSP</title> 340 <title>Encodierung für PSP</title>
340 <para> 341 <para>
341 <screen> 342 <screen>
342 mencoder -oac lavc -ovc lavc -of lavf -lavcopts 343 mencoder -ofps 30000/1001 -af resample=24000 -vf harddup -of lavf \
343 aglobal=1:vglobal=1:vcodec=mpeg4:acodec=aac \ 344 -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:acodec=aac \
344 -af lavcresample=24000 -vf harddup -lavfopts 345 -lavfopts format=psp:i_certify_that_my_video_stream_does_not_use_b_frames \
345 format=psp:i_certify_that_my_video_stream_does_not_use_b_frames \ 346 <replaceable>input.video</replaceable> -o <replaceable>output.psp</replaceable>
346 -ofps 30000/1001 input.video -o output.psp
347 </screen> 347 </screen>
348 Der Titel des Videos kann folgendermaßen angepasst werden: 348 Der Titel des Videos kann folgendermaßen angepasst werden:
349 <option>-info name=<replaceable>MovieTitle</replaceable></option>. 349 <option>-info name=<replaceable>MovieTitle</replaceable></option>.
350 </para> 350 </para>
351 </example> 351 </example>
417 417
418 <informalexample> 418 <informalexample>
419 <para> 419 <para>
420 Beispiel: 420 Beispiel:
421 <screen> 421 <screen>
422 mencoder <replaceable>input.avi</replaceable> -of mpeg -ovc lavc -lavcopts vcodec=mpeg1video -oac copy <replaceable>other_options</replaceable> -o <replaceable>output.mpg</replaceable> 422 mencoder <replaceable>input.avi</replaceable> -of mpeg -ovc lavc -lavcopts vcodec=mpeg1video \
423 -oac copy <replaceable>other_options</replaceable> -o <replaceable>output.mpg</replaceable>
423 </screen> 424 </screen>
424 Erzeugen einer für das Abspielen auf Systemen mit minimalem Multimedia-Support 425 Erzeugen einer für das Abspielen auf Systemen mit minimalem Multimedia-Support
425 geeigneten MPEG1-Datei, wie etwa auf Standard-Windows-Installationen: 426 geeigneten MPEG1-Datei, wie etwa auf Standard-Windows-Installationen:
426 <screen> 427 <screen>
427 mencoder <replaceable>input.avi</replaceable> -of mpeg -mpegopts format=mpeg1:tsaf:muxrate=2000 -o <replaceable>output.mpg</replaceable> -oac lavc -ovc lavc \ 428 mencoder <replaceable>input.avi</replaceable> -of mpeg -mpegopts format=mpeg1:tsaf:muxrate=2000 \
428 -lavcopts acodec=mp2:abitrate=224:vcodec=mpeg1video:vbitrate=1152:keyint=15:mbd=2:aspect=4/3 429 -o <replaceable>output.mpg</replaceable> -oac lavc -ovc lavc \
430 -lavcopts acodec=mp2:abitrate=224:vcodec=mpeg1video:vbitrate=1152:keyint=15:mbd=2:aspect=4/3
429 </screen> 431 </screen>
430 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>:
431 <screen> 433 <screen>
432 mencoder <replaceable>input.avi</replaceable> -of lavf -lavfopts format=mpg:i_certify_that_my_video_stream_does_not_use_b_frames \ 434 mencoder <replaceable>input.avi</replaceable> -o <replaceable>VCD.mpg</replaceable> -ofps 25 -vf scale=352:288,harddup -of lavf \
433 -ovc lavc -lavcopts vcodec=mpeg1video:vrc_buf_size=327:keyint=15:vrc_maxrate=1152:vbitrate=1152:vmax_b_frames=0 \ 435 -lavfopts format=mpg:i_certify_that_my_video_stream_does_not_use_b_frames \
434 -o VCD.mpg -ofps 25 -vf scale=352:288,harddup -oac lavc -lavcopts acodec=mp2:abitrate=224 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 \
435 </screen> 438 </screen>
436 </para> 439 </para>
437 </informalexample> 440 </informalexample>
438 441
439 <note><title>Hinweis:</title> 442 <note><title>Hinweis:</title>
472 </para> 475 </para>
473 476
474 <para> 477 <para>
475 Anwendung: 478 Anwendung:
476 <screen> 479 <screen>
477 mencoder <replaceable>input.mpg</replaceable> -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell -vf scale=640:480 -o <replaceable>output.avi</replaceable> 480 mencoder <replaceable>input.mpg</replaceable> -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell \
481 -vf scale=640:480 -o <replaceable>output.avi</replaceable>
478 </screen> 482 </screen>
479 </para> 483 </para>
480 </sect1> 484 </sect1>
481 485
482 486
520 </para> 524 </para>
521 525
522 <para> 526 <para>
523 Beispiel: 527 Beispiel:
524 <screen> 528 <screen>
525 mencoder <replaceable>input.nsv</replaceable> -oac copy -fafmttag 0x706D -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell -o <replaceable>output.avi</replaceable> 529 mencoder <replaceable>input.nsv</replaceable> -oac copy -fafmttag 0x706D \
530 -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell -o <replaceable>output.avi</replaceable>
526 </screen> 531 </screen>
527 </para> 532 </para>
528 533
529 </sect1> 534 </sect1>
530 535
560 <informalexample> 565 <informalexample>
561 <para> 566 <para>
562 Erzeugen einer MPEG4-Datei aus allen im aktuellen Verzeichnis liegenden 567 Erzeugen einer MPEG4-Datei aus allen im aktuellen Verzeichnis liegenden
563 JPEG-Dateien: 568 JPEG-Dateien:
564 <screen> 569 <screen>
565 mencoder mf://*.jpg -mf w=800:h=600:fps=25:type=jpg -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell -oac copy -o <replaceable>output.avi</replaceable> 570 mencoder mf://*.jpg -mf w=800:h=600:fps=25:type=jpg -ovc lavc \
571 -lavcopts vcodec=mpeg4:mbd=2:trell -oac copy -o <replaceable>output.avi</replaceable>
566 </screen> 572 </screen>
567 </para> 573 </para>
568 </informalexample> 574 </informalexample>
569 575
570 <informalexample> 576 <informalexample>
571 <para> 577 <para>
572 Erzeugen einer MPEG4-Datei aus einigen im aktuellen Verzeichnis liegenden 578 Erzeugen einer MPEG4-Datei aus einigen im aktuellen Verzeichnis liegenden
573 JPEG-Dateien: 579 JPEG-Dateien:
574 <screen> 580 <screen>
575 mencoder mf://<replaceable>frame001.jpg,frame002.jpg</replaceable> -mf w=800:h=600:fps=25:type=jpg -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell -oac copy -o <replaceable>output.avi</replaceable> 581 mencoder mf://<replaceable>frame001.jpg,frame002.jpg</replaceable> -mf w=800:h=600:fps=25:type=jpg \
582 -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell -oac copy -o <replaceable>output.avi</replaceable>
576 </screen> 583 </screen>
577 </para> 584 </para>
578 </informalexample> 585 </informalexample>
579 586
580 <informalexample> 587 <informalexample>
582 Erzeugen einer MPEG4-Datei aus einer eindeutigen Liste von JPEG-Dateien (list.txt im 589 Erzeugen einer MPEG4-Datei aus einer eindeutigen Liste von JPEG-Dateien (list.txt im
583 aktuellem Verzeichnis enthält die Liste von Dateien, die als Quelle genutzt werden 590 aktuellem Verzeichnis enthält die Liste von Dateien, die als Quelle genutzt werden
584 sollen, eine pro Zeile): 591 sollen, eine pro Zeile):
585 <screen> 592 <screen>
586 mencoder mf://<replaceable>@list.txt</replaceable> -mf w=800:h=600:fps=25:type=jpg \ 593 mencoder mf://<replaceable>@list.txt</replaceable> -mf w=800:h=600:fps=25:type=jpg \
587 -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell -oac copy -o <replaceable>output.avi</replaceable> 594 -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell -oac copy -o <replaceable>output.avi</replaceable>
588 </screen> 595 </screen>
589 </para> 596 </para>
590 </informalexample> 597 </informalexample>
591 598
592 <informalexample> 599 <informalexample>
677 </para> 684 </para>
678 685
679 <example id="copying_two_subtitles_from_a_dvd_while_doing_two_pass_encoding"> 686 <example id="copying_two_subtitles_from_a_dvd_while_doing_two_pass_encoding">
680 <title>Kopieren zweier Untertitel aus einer DVD während einer 2-pass-Encodierung</title> 687 <title>Kopieren zweier Untertitel aus einer DVD während einer 2-pass-Encodierung</title>
681 <screen> 688 <screen>
682 rm subtitles.idx subtitles.sub 689 rm <replaceable>subtitles.idx</replaceable> <replaceable>subtitles.sub</replaceable>
683 mencoder dvd://1 -oac copy -ovc lavc -lavcopts vcodec=mpeg4:vpass=1 -vobsubout subtitles -vobsuboutindex 0 -sid 2 690 mencoder dvd://1 -oac copy -ovc lavc -lavcopts vcodec=mpeg4:vpass=1 \
684 mencoder dvd://1 -oac copy -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell:vpass=2 -vobsubout subtitles -vobsuboutindex 1 -sid 5<!-- 691 -vobsubout <replaceable>subtitles</replaceable> -vobsuboutindex 0 -sid 2
692 mencoder dvd://1 -oac copy -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell:vpass=2 \
693 -vobsubout <replaceable>subtitles</replaceable> -vobsuboutindex 1 -sid 5<!--
685 --></screen> 694 --></screen>
686 </example> 695 </example>
687 696
688 <example id="copying_a_french_subtitle_from_an_mpeg_file"> 697 <example id="copying_a_french_subtitle_from_an_mpeg_file">
689 <title>Kopieren eines französichen Untertitels aus einer MPEG-Datei</title> 698 <title>Kopieren eines französichen Untertitels aus einer MPEG-Datei</title>
690 <screen> 699 <screen>
691 rm subtitles.idx subtitles.sub 700 rm <replaceable>subtitles.idx</replaceable> <replaceable>subtitles.sub</replaceable>
692 mencoder <replaceable>movie.mpg</replaceable> -ifo <replaceable>movie.ifo</replaceable> -vobsubout subtitles -vobsuboutindex 0 -vobsuboutid fr -sid 1 -nosound -ovc copy 701 mencoder <replaceable>movie.mpg</replaceable> -ifo <replaceable>movie.ifo</replaceable> -vobsubout <replaceable>subtitles</replaceable> -vobsuboutindex 0 \
702 -vobsuboutid fr -sid 1 -nosound -ovc copy
693 </screen> 703 </screen>
694 </example> 704 </example>
695 705
696 </sect1> 706 </sect1>
697 707
732 und <systemitem>crop</systemitem>. 742 und <systemitem>crop</systemitem>.
733 </para> 743 </para>
734 744
735 <para> 745 <para>
736 Anwendung: 746 Anwendung:
737 <screen>mencoder <replaceable>sample-svcd.mpg</replaceable> -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell:autoaspect -vf crop=714:548:0:14 -oac copy -o <replaceable>output.avi</replaceable></screen> 747 <screen>mencoder <replaceable>sample-svcd.mpg</replaceable> -vf crop=714:548:0:14 -oac copy -ovc lavc \
748 -lavcopts vcodec=mpeg4:mbd=2:trell:autoaspect -o <replaceable>output.avi</replaceable></screen>
738 </para> 749 </para>
739 </sect1> 750 </sect1>
740 751
741 </chapter> 752 </chapter>