summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLimin Wang <lance.lmwang@gmail.com>2021-11-26 20:47:20 +0800
committerLimin Wang <lance.lmwang@gmail.com>2021-11-29 09:26:40 +0800
commit86a2123a6ea69f3f6d1e30c7cb35478ab3620a0d (patch)
tree47c29acc16d59f6c439e289f3ec04ef0223d01cd /doc
parent0d924d6e5a4272149bd5ea87d63cbb6e67732345 (diff)
downloadffmpeg-86a2123a6ea69f3f6d1e30c7cb35478ab3620a0d.tar.gz
avfilter/src_movie: add format_opts for the opened file
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 3731a14521..a1b212d38a 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -28395,6 +28395,15 @@ timestamps.
@item dec_threads
Specifies the number of threads for decoding
+
+@item format_opts
+Specify format options for the opened file. Format options can be specified
+as a list of @var{key}=@var{value} pairs separated by ':'. The following example
+shows how to add protocol_whitelist and protocol_blacklist options:
+@example
+ffplay -f lavfi
+"movie=filename='1.sdp':format_opts='protocol_whitelist=file,rtp,udp\:protocol_blacklist=http'"
+@end example
@end table
It allows overlaying a second video on top of the main input of