diff options
author | Vishwanath Dixit <vdixit@akamai.com> | 2018-05-07 15:28:02 +0530 |
---|---|---|
committer | Karthick Jeyapal <kjeyapal@akamai.com> | 2018-05-15 11:13:36 +0530 |
commit | e3518821c95d3a90498e93e53dcc886b9d082ccf (patch) | |
tree | 098474f907b6876588601f6b91cae4c90d42e2f0 /doc/muxers.texi | |
parent | 9a09f4c54ab829811c2dd041cfb7196000590b78 (diff) | |
download | ffmpeg-e3518821c95d3a90498e93e53dcc886b9d082ccf.tar.gz |
avformat/dashenc: configuring container format options
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r-- | doc/muxers.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index 57948cfb9a..59e20bf426 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -284,6 +284,10 @@ corrects that index value. Typically this logic is needed in live streaming use cases. The network bandwidth fluctuations are common during long run streaming. Each fluctuation can cause the segment indexes fall behind the expected real time position. +@item -format_options @var{options_list} +Set container format (mp4/webm) options using a @code{:} separated list of +key=value parameters. Values containing @code{:} special characters must be +escaped. @end table @anchor{framecrc} |