[FFmpeg-devel] [PATCH] Show examples to avoid to decode audio streams in pass 1

compn tempn
Wed Aug 13 20:16:13 CEST 2008


On Sat, 9 Aug 2008 18:28:19 +0200 (CEST), V?ctor Paesa wrote:
>Well, the FAQ humbly mentions the "copy" Windows command as closest
>equivalent of "cat".

wait, copy is the same as cp on nix.
'type' is what windows uses to send a file to stdout.
type file1 file2 > file3 looks like it works in windows.
type file | mplayer - does not. at least not in cmd.exe

E:\mplayer-testclips>type vp6test.avi sp5x_problem.avi > mix.avi
vp6test.avi
sp5x_problem.avi
E:\mplayer-testclips>dir mix.avi sp5x_problem.avi vp6test.avi
11/25/2002  07:00p              49,848 sp5x_problem.avi
09/13/2006  10:48a             390,416 vp6test.avi
08/13/2008  02:12p             440,264 mix.avi

E:\mplayer-testclips\ffmpeg>cat version.h
#define FFMPEG_VERSION "SVN-r8992"

E:\mplayer-testclips\ffmpeg>type version.h
#define FFMPEG_VERSION "SVN-r8992"

E:\mplayer-testclips\ffmpeg>copy version.h
The file cannot be copied onto itself.
        0 file(s) copied.

-compn




More information about the ffmpeg-devel mailing list