MEncoder has problems reading from stdin, files need to be concatenated

first.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12600 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2004-06-17 00:46:50 +00:00
parent 5a65fbcf55
commit 1f1812fdcf
1 changed files with 2 additions and 1 deletions

View File

@ -169,7 +169,8 @@ to append 2 (or more) AVI files:
<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>