changeset 12599:8795514d0f29

MEncoder has problems reading from stdin, files need to be concatenated first.
author diego
date Thu, 17 Jun 2004 00:46:50 +0000
parents b6d373bf847d
children 2fa96fbc6b89
files DOCS/xml/en/mencoder.xml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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>