[FFmpeg-cvslog] doc/ffmpeg: basic documentation for -copy/ignore_unknown
Michael Niedermayer
git at videolan.org
Thu May 21 23:07:56 CEST 2015
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu May 21 22:29:53 2015 +0200| [1c6ede3360c49daa64e0089d9b2f3e456545760c] | committer: Michael Niedermayer
doc/ffmpeg: basic documentation for -copy/ignore_unknown
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1c6ede3360c49daa64e0089d9b2f3e456545760c
---
doc/ffmpeg.texi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 7cd81b0..16cee47 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.
+ at item -ignore_unknown
+Ignore input streams with unknown type instead of failing if copying
+such streams is attempted.
+
+ at 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}. at var{stream_specifier}. at var{channel_id}|-1][:@var{output_file_id}. at var{stream_specifier}]
Map an audio channel from a given input to an output. If
@var{output_file_id}. at var{stream_specifier} is not set, the audio channel will
More information about the ffmpeg-cvslog
mailing list