diff options
author | James Almer <jamrial@gmail.com> | 2020-02-26 11:03:45 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2020-02-26 11:05:46 -0300 |
commit | 3e9793cf383054c0e8656996231d006d67bb3067 (patch) | |
tree | 55ea39c3f3f81ac1dd2f7ef29e9f185eb36afcd9 | |
parent | e9aa1bfd8cc0b0335119ada66824130bdd1d2bc1 (diff) | |
download | ffmpeg-3e9793cf383054c0e8656996231d006d67bb3067.tar.gz |
doc/muxers: describe the default behavior of the write_prft dash muxer option
Signed-off-by: James Almer <jamrial@gmail.com>
-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 c9adee98e7..72b8b54cb1 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -342,6 +342,8 @@ Publish master playlist repeatedly every after specified number of segment inter @item -write_prft @var{write_prft} Write Producer Reference Time elements on supported streams. This also enables writing prft boxes in the underlying muxer. Applicable only when the @var{utc_url} option is enabled. +It's set to auto by default, in which case the muxer will attempt to enable it only in modes +that require it. @item -mpd_profile @var{mpd_profile} Set one or more manifest profiles. |