doc/muxers: note movie_timescale option in movenc

This commit is contained in:
Gyan Doshi 2021-05-07 18:46:20 +05:30
parent c6ae560a18
commit 8649f5dca6

View file

@ -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 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 encoding use case with decklink capture source where @option{video_pts} and
@option{audio_pts} are set to @samp{abs_wallclock}. @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 @end table
@subsection Example @subsection Example