Skip to content
Snippets Groups Projects
Commit 1c6ede33 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

doc/ffmpeg: basic documentation for -copy/ignore_unknown

parent c886dd2f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment