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

doc/demuxers: Document enable_drefs and use_absolute_path

parent 805563c8
No related branches found
No related tags found
No related merge requests found
...@@ -424,6 +424,23 @@ ffmpeg -framerate 10 -pattern_type glob -i "*.png" out.mkv ...@@ -424,6 +424,23 @@ ffmpeg -framerate 10 -pattern_type glob -i "*.png" out.mkv
@end example @end example
@end itemize @end itemize
@section mov/mp4/3gp/Quicktme
Quicktime / MP4 demuxer.
This demuxer accepts the following options:
@table @option
@item enable_drefs
Enable loading of external tracks, disabled by default.
Enabling this can theoretically leak information in some use cases.
@item use_absolute_path
Allows loading of external tracks via absolute paths, disabled by default.
Enabling this poses a security risk. It should only be enabled if the source
is known to be non malicious.
@end table
@section mpegts @section mpegts
MPEG-2 transport stream demuxer. MPEG-2 transport stream demuxer.
......
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