ffmpeg | branch: master | Gyan Doshi <[email protected]> | Thu Feb 17 16:26:33 2022 +0530| [281250808615eef26c33f22fa8a0712855c9c029] | committer: Gyan Doshi
doc/muxers: add entry for empty_hdlr_name in mov > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=281250808615eef26c33f22fa8a0712855c9c029 --- doc/muxers.texi | 4 ++++ 1 file changed, 4 insertions(+) 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. _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
