[MPlayer-DOCS] CVS: main/DOCS/xml/en mencoder.xml,1.23,1.24
Diego Biurrun CVS
syncmail at mplayerhq.hu
Thu Jun 17 02:46:52 CEST 2004
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var2/tmp/cvs-serv30804/xml/en
Modified Files:
mencoder.xml
Log Message:
MEncoder has problems reading from stdin, files need to be concatenated
first.
Index: mencoder.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/mencoder.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- mencoder.xml 13 Jun 2004 17:46:06 -0000 1.23
+++ mencoder.xml 17 Jun 2004 00:46:50 -0000 1.24
@@ -169,7 +169,8 @@
<para>
Command:
-<screen>cat 1.avi 2.avi | mencoder -noidx -ovc copy -oac copy -o <replaceable>output.avi</replaceable> -</screen>
+<screen>cat <replaceable>1.avi</replaceable> <replaceable>2.avi</replaceable> > <replaceable>3.avi</replaceable>
+mencoder -noidx -ovc copy -oac copy -o <replaceable>output.avi</replaceable> <replaceable>3.avi</replaceable></screen>
</para>
<note><para>
More information about the MPlayer-DOCS
mailing list