From 116303cd245138370ac684d28e086f30e12e9f6d Mon Sep 17 00:00:00 2001 From: Leo Zhang Date: Fri, 19 Jul 2019 15:43:46 +0800 Subject: avformat/dashenc: add descriptor which is useful to the scheme defined by ISO/IEC 23009-1:2014/Amd.2:2015. Signed-off-by: leozhang --- doc/muxers.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') 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=,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} -- cgit v1.2.3