diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-02-23 08:05:52 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-02-24 07:25:07 +0100 |
commit | 746dca483a2f0f2639265f6e1c0085c8861875a1 (patch) | |
tree | e8498593ea6cfd66cff11cff30b9d199af8e6d5a /doc | |
parent | d59fcdaff36eb45307a29756c5dd1852034a3f3f (diff) | |
download | ffmpeg-746dca483a2f0f2639265f6e1c0085c8861875a1.tar.gz |
avconv: support forcing codec tags for input streams
Diffstat (limited to 'doc')
-rw-r--r-- | doc/avconv.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi index 7ef415fc7d..0c17eb9c72 100644 --- a/doc/avconv.texi +++ b/doc/avconv.texi @@ -821,7 +821,7 @@ avconv -i h264.mp4 -c:v copy -bsf:v h264_mp4toannexb -an out.h264 avconv -i file.mov -an -vn -bsf:s mov2textsub -c:s copy -f rawvideo sub.txt @end example -@item -tag[:@var{stream_specifier}] @var{codec_tag} (@emph{output,per-stream}) +@item -tag[:@var{stream_specifier}] @var{codec_tag} (@emph{input/output,per-stream}) Force a tag/fourcc for matching streams. @item -filter_complex @var{filtergraph} (@emph{global}) |