Allow to overwrite input stream tags.

This commit is contained in:
Carl Eugen Hoyos
2011-10-16 19:05:11 +02:00
parent 02b651a7e3
commit 6bca574a98
2 changed files with 10 additions and 1 deletions

View File

@@ -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