summaryrefslogtreecommitdiff
path: root/doc/avconv.texi
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-02-23 08:05:52 +0100
committerAnton Khirnov <anton@khirnov.net>2014-02-24 07:25:07 +0100
commit746dca483a2f0f2639265f6e1c0085c8861875a1 (patch)
treee8498593ea6cfd66cff11cff30b9d199af8e6d5a /doc/avconv.texi
parentd59fcdaff36eb45307a29756c5dd1852034a3f3f (diff)
avconv: support forcing codec tags for input streams
Diffstat (limited to 'doc/avconv.texi')
-rw-r--r--doc/avconv.texi2
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})