From 8649f5dca6688feb66f787dcf232d42ed20fdb28 Mon Sep 17 00:00:00 2001 From: Gyan Doshi Date: Fri, 7 May 2021 18:46:20 +0530 Subject: doc/muxers: note movie_timescale option in movenc --- doc/muxers.texi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/muxers.texi b/doc/muxers.texi index 99a56f261a..e1c6ad0829 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -1722,6 +1722,11 @@ Setting value to @samp{pts} is applicable only for a live encoding use case, 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 -movie_timescale @var{scale} +Set the timescale written in the movie header box (@code{mvhd}). +Range is 1 to INT_MAX. Default is 1000. + @end table @subsection Example -- cgit v1.2.3