diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2022-05-16 13:52:48 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2022-05-16 13:56:38 +0530 |
commit | 00ae20dfb49a748df7bfe30c2447cb1815881c89 (patch) | |
tree | 271e1afe8854566f165f0dd2ab40cee1aad549cc /doc | |
parent | d31a3af6a994c4afaa39d6f781ddbdd519d417f8 (diff) | |
download | ffmpeg-00ae20dfb49a748df7bfe30c2447cb1815881c89.tar.gz |
doc/muxers: note write_btrt option for MOV/MP4
Diffstat (limited to 'doc')
-rw-r--r-- | doc/muxers.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index 1af603b7f6..b6cafaa5fd 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -1731,6 +1731,14 @@ B-frames. Additionally, eases conformance with the DASH-IF interoperability guidelines. This option is implicitly set when writing ismv (Smooth Streaming) files. + +@item -write_btrt @var{bool} +Force or disable writing bitrate box inside stsd box of a track. +The box contains decoding buffer size (in bytes), maximum bitrate and +average bitrate for the track. The box will be skipped if none of these values +can be computed. +Default is @code{-1} or @code{auto}, which will write the box only in MP4 mode. + @item -write_prft Write producer time reference box (PRFT) with a specified time source for the NTP field in the PRFT box. Set value as @samp{wallclock} to specify timesource |