# HG changeset patch
# User diego
# Date 1087433210 0
# Node ID 8795514d0f29459295ac7bdb8bebaa027d4f36af
# Parent  b6d373bf847dded274ef655cc82fc7807835acae
MEncoder has problems reading from stdin, files need to be concatenated
first.

diff -r b6d373bf847d -r 8795514d0f29 DOCS/xml/en/mencoder.xml
--- a/DOCS/xml/en/mencoder.xml	Thu Jun 17 00:36:36 2004 +0000
+++ b/DOCS/xml/en/mencoder.xml	Thu Jun 17 00:46:50 2004 +0000
@@ -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> &gt; <replaceable>3.avi</replaceable>
+mencoder -noidx -ovc copy -oac copy -o <replaceable>output.avi</replaceable> <replaceable>3.avi</replaceable></screen>
 </para>
 
 <note><para>