mirror of https://github.com/mpv-player/mpv
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:
parent
5a65fbcf55
commit
1f1812fdcf
|
@ -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> > <replaceable>3.avi</replaceable>
|
||||
mencoder -noidx -ovc copy -oac copy -o <replaceable>output.avi</replaceable> <replaceable>3.avi</replaceable></screen>
|
||||
</para>
|
||||
|
||||
<note><para>
|
||||
|
|
Loading…
Reference in New Issue