diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-05-21 22:29:53 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-05-21 22:32:24 +0200 |
commit | 1c6ede3360c49daa64e0089d9b2f3e456545760c (patch) | |
tree | 97e9930fd54ec51044a200675394e23d4f3c3e60 | |
parent | c886dd2f5875e01a5949fddd0388c965c7766cfb (diff) | |
download | ffmpeg-1c6ede3360c49daa64e0089d9b2f3e456545760c.tar.gz |
doc/ffmpeg: basic documentation for -copy/ignore_unknown
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | doc/ffmpeg.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 7cd81b080a..16cee4708f 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -835,6 +835,14 @@ ffmpeg -i INPUT -map 0:m:language:eng OUTPUT Note that using this option disables the default mappings for this output file. +@item -ignore_unknown +Ignore input streams with unknown type instead of failing if copying +such streams is attempted. + +@item -copy_unknown +Allow input streams with unknown type to be copied instead of failing if copying +such streams is attempted. + @item -map_channel [@var{input_file_id}.@var{stream_specifier}.@var{channel_id}|-1][:@var{output_file_id}.@var{stream_specifier}] Map an audio channel from a given input to an output. If @var{output_file_id}.@var{stream_specifier} is not set, the audio channel will |