[FFmpeg-devel] [PATCH] avformat/matroskaenc: Allow changing the time stamp precision via option

James Almer jamrial at gmail.com
Fri May 21 03:45:42 EEST 2021


On 5/20/2021 9:29 PM, michael.dirks at xaymar.com wrote:
> From: Michael Fabian 'Xaymar' Dirks <michael.dirks at xaymar.com>
> 
> Adds "timestamp_precision" to the available options for Matroska muxing.
> The option enables users and developers to change the precision of the
> time stamps in the Matroska container up to 1 nanosecond, which can aid
> with the proper detection of constant and variable rate content.
> 
> Work-around fix for: 259, 6406, 7927, 8909 and 9124.
> 
> Signed-off-by: Michael Fabian 'Xaymar' Dirks <michael.dirks at xaymar.com>
> ---
>   doc/muxers.texi           |  8 ++++++++
>   libavformat/matroskaenc.c | 33 ++++++++++++++++++++++++++-------
>   2 files changed, 34 insertions(+), 7 deletions(-)

Will apply. Thanks, and sorry for all the bikeshedding.


More information about the ffmpeg-devel mailing list