diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-10-16 19:05:11 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-10-16 19:05:11 +0200 |
commit | 6bca574a98ba604459f6ee92538b19d25bba0973 (patch) | |
tree | 85331d4fe0b52a97d9181190163ca08e95b05c0e /doc | |
parent | 02b651a7e39844edd573a9d057ec87a0160bef8d (diff) | |
download | ffmpeg-6bca574a98ba604459f6ee92538b19d25bba0973.tar.gz |
Allow to overwrite input stream tags.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffmpeg.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 8d3e59e0c4..39fb27cd8a 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -864,7 +864,7 @@ ffmpeg -i h264.mp4 -c:v copy -vbsf h264_mp4toannexb -an out.h264 ffmpeg -i file.mov -an -vn -sbsf 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{per-stream}) Force a tag/fourcc for matching streams. @end table |