[MPlayer-dev-eng] [PATCH] encoding.html: '-oac copy' in mf examples removed
Moritz Bunkus
moritz at bunkus.org
Sat Dec 14 19:36:02 CET 2002
Hi.
This patch removes the '-oac copy' options from all the mf examples.
None of the examples uses '-audiofile' and using '-oac copy' in this
case is simply... ehm.... well, at least it's strange ;) Either include
'-audiofile myaudio.mp3' as well for each example or just apply my
patch to remove it.
--
==> Ciao, Mosu (Moritz Bunkus)
-------------- next part --------------
--- encoding.html 2002-12-07 22:34:29.000000000 +0100
+++ encoding-nooaccopy.html 2002-12-14 19:34:07.000000000 +0100
@@ -202,27 +202,27 @@
<P><I>Creating a DivX4 file from all the JPEG files in the current dir:</I><BR>
<CODE>mencoder \*.jpg -mf on:w=800:h=600:fps=25 -ovc divx4
- -oac copy -o output.avi</CODE></P>
+ -o output.avi</CODE></P>
<P><I>Creating a DivX4 file from some JPEG files in the current dir:</I><BR>
<CODE>mencoder frame001.jpg,frame002.jpg -mf on:w=800:h=600:fps=25
- -ovc divx4 -oac copy -o output.avi</CODE></P>
+ -ovc divx4 -o output.avi</CODE></P>
<P><I>Creating a Motion JPEG (MJPEG) file from all the JPEG files in the current dir:</I><BR>
<CODE>mencoder \*.jpg -mf on:w=800:h=600:fps=25 -ovc copy
- -oac copy -o output.avi</CODE></P>
+ -o output.avi</CODE></P>
<P><I>Creating an uncompressed file from all the PNG files in the current dir:</I><BR>
<CODE>mencoder \*.png -mf on:w=800:h=600:fps=25:type=png -ovc raw
- -oac copy -o output.avi</CODE></P>
+ -o output.avi</CODE></P>
<P><I>Creating a Motion PNG (MPNG) file from all the PNG files in the current dir:</I><BR>
<CODE>mencoder \*.png -mf on:w=800:h=600:fps=25:type=png -ovc copy
- -oac copy -o output.avi</CODE></P>
+ -o output.avi</CODE></P>
<P><I>Creating a Motion TGA (MTGA) file from all the TGA files in the current dir:</I><BR>
<CODE>mencoder \*.tga -mf on:w=800:h=600:fps=25:type=tga -ovc copy
- -oac copy -o output.avi</CODE></P>
+ -o output.avi</CODE></P>
<H3><A NAME="vobsub">2.4.7 Extracting DVD subtitles to a Vobsub file</A></H3>
More information about the MPlayer-dev-eng
mailing list