diff options
author | James Almer <jamrial@gmail.com> | 2020-01-10 15:51:27 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2020-02-16 14:02:38 -0300 |
commit | d2a33f665cf0e889ba2824085d203739caa0534d (patch) | |
tree | db2c5927c7393c06aa58aa2926dbfb118ef6e889 /doc | |
parent | 4d27def59c922eafc7092af7096eb048db8e0db3 (diff) | |
download | ffmpeg-d2a33f665cf0e889ba2824085d203739caa0534d.tar.gz |
avformat/dashenc: add Trick Mode support for AdaptationSets
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/muxers.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index ef5c4b10bc..c9adee98e7 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -286,6 +286,8 @@ For example, -adaptation_sets "id=0,descriptor=<SupplementalProperty schemeIdUri Please note that descriptor string should be a self-closing xml tag. seg_duration, frag_duration and frag_type override the global option values for each adaptation set. For example, -adaptation_sets "id=0,seg_duration=2,frag_duration=1,frag_type=duration,streams=v id=1,seg_duration=2,frag_type=none,streams=a" +type_id marks an adaptation set as containing streams meant to be used for Trick Mode for the referenced adaptation set. +For example, -adaptation_sets "id=0,seg_duration=2,frag_type=none,streams=0 id=1,seg_duration=10,frag_type=none,trick_id=0,streams=1" @item timeout @var{timeout} Set timeout for socket I/O operations. Applicable only for HTTP output. @item index_correction @var{index_correction} |