summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLeo Zhang <leozhang@qiyi.com>2019-07-19 15:43:46 +0800
committerKarthick J <kjeyapal@akamai.com>2019-07-22 07:57:39 +0530
commit116303cd245138370ac684d28e086f30e12e9f6d (patch)
tree0338e58ddb66eb3586994af442f0d1275d0d4089 /doc
parent18928e2bb4568cbe5e9061c3e6b63559392af3d2 (diff)
avformat/dashenc: add descriptor which is useful to the scheme defined by ISO/IEC 23009-1:2014/Amd.2:2015.
Signed-off-by: leozhang <leozhang@qiyi.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/muxers.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index b109297963..bc38cf6029 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -275,6 +275,10 @@ of the adaptation sets and a,b,c,d and e are the indices of the mapped streams.
To map all video (or audio) streams to an AdaptationSet, "v" (or "a") can be used as stream identifier instead of IDs.
When no assignment is defined, this defaults to an AdaptationSet for each stream.
+
+Optional syntax is "id=x,descriptor=descriptor_string,streams=a,b,c id=y,streams=d,e" and so on, descriptor is useful to the scheme defined by ISO/IEC 23009-1:2014/Amd.2:2015.
+For example, -adaptation_sets "id=0,descriptor=<SupplementalProperty schemeIdUri=\"urn:mpeg:dash:srd:2014\" value=\"0,0,0,1,1,2,2\"/>,streams=v".
+Please note that descriptor string should be a self-closing xml tag.
@item timeout @var{timeout}
Set timeout for socket I/O operations. Applicable only for HTTP output.
@item index_correction @var{index_correction}