summaryrefslogtreecommitdiff
path: root/doc/ffmpeg.texi
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2021-07-02 15:30:21 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2021-07-11 11:54:20 +0530
commit79ebdbb9b9da0a86b277e3f85981196c781af398 (patch)
tree3ac954b138815a860112855aba49d44a366a99c8 /doc/ffmpeg.texi
parent7bd7377ddbad959e7f77681e8cc990561406f04f (diff)
ffmpeg: add option recast_media
Allows forcing decoders of different media type. Needed to decode media data muxed as data streams.
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r--doc/ffmpeg.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 7827291755..b27b9fe2c4 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -449,6 +449,11 @@ output file already exists.
Set number of times input stream shall be looped. Loop 0 means no loop,
loop -1 means infinite loop.
+@item -recast_media (@emph{global})
+Allow forcing a decoder of a different media type than the one
+detected or designated by the demuxer. Useful for decoding media
+data muxed as data streams.
+
@item -c[:@var{stream_specifier}] @var{codec} (@emph{input/output,per-stream})
@itemx -codec[:@var{stream_specifier}] @var{codec} (@emph{input/output,per-stream})
Select an encoder (when used before an output file) or a decoder (when used