comparison DOCS/xml/de/mencoder.xml @ 24612:9b1154fd1424

r21744: Mention that you can use different image formats with mf://
author kraymer
date Thu, 27 Sep 2007 16:32:07 +0000
parents 94e084f0e8ea
children cb9e7a138b6e
comparison
equal deleted inserted replaced
24611:35f3eadf6ed5 24612:9b1154fd1424
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- in sync with r21612 --> 2 <!-- in sync with r21744 -->
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>
595 -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell -oac copy -o <replaceable>output.avi</replaceable> 595 -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell -oac copy -o <replaceable>output.avi</replaceable>
596 </screen> 596 </screen>
597 </para> 597 </para>
598 </informalexample> 598 </informalexample>
599 599
600 Du kannst verschiedene Bildtypen mischen, dabei ist egal, welche Methode du verwendest
601 &mdash; individuelle Dateinamen, Wildcard oder eine Datei mit einer Liste &mdash;
602 vorausgesetzt natürlich, dass sie dieselben Abmessungen haben.
603 Du kannst also den Titel von einer PNG-Datei nehmen und daran eine Diashow
604 aus JPEG-Bildern anhängen.
605
600 <informalexample> 606 <informalexample>
601 <para> 607 <para>
602 Erzeugen einer Motion JPEG (MJPEG) Datei aus allen im aktuellen Verzeichnis liegenden 608 Erzeugen einer Motion JPEG (MJPEG) Datei aus allen im aktuellen Verzeichnis liegenden
603 JPEG-Dateien: 609 JPEG-Dateien:
604 <screen>mencoder mf://*.jpg -mf w=800:h=600:fps=25:type=jpg -ovc copy -oac copy -o <replaceable>output.avi</replaceable></screen> 610 <screen>mencoder mf://*.jpg -mf w=800:h=600:fps=25:type=jpg -ovc copy -oac copy -o <replaceable>output.avi</replaceable></screen>