diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2022-02-17 16:08:33 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2022-02-17 16:11:16 +0530 |
commit | 281250808615eef26c33f22fa8a0712855c9c029 (patch) | |
tree | 58adf39474b85815ff3fd68eb5c00234a17cae67 | |
parent | 09ca2f1950f9cdd50a8a4f7d2b911de53e3e1dce (diff) | |
download | ffmpeg-281250808615eef26c33f22fa8a0712855c9c029.tar.gz |
doc/muxers: add entry for empty_hdlr_name in mov
-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 c49ae3a17b..7c7669077d 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -1742,6 +1742,10 @@ where PTS values are set as as wallclock time at the source. For example, an encoding use case with decklink capture source where @option{video_pts} and @option{audio_pts} are set to @samp{abs_wallclock}. +@item -empty_hdlr_name @var{bool} +Enable to skip writing the name inside a @code{hdlr} box. +Default is @code{false}. + @item -movie_timescale @var{scale} Set the timescale written in the movie header box (@code{mvhd}). Range is 1 to INT_MAX. Default is 1000. |