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

Michael Fabian 'Xaymar' Dirks michael.dirks at xaymar.com
Fri May 21 03:48:42 EEST 2021


On 2021-05-21 02:45, James Almer wrote:
> 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.

It's fine, it's better to be correct the first time than to discover a problem much later that could have been solved by being correct in the first place.

-- 
Sincerely | Mit freundlichen Grüßen

Michael Fabian 'Xaymar' Dirks
Software Designer & Engineer



More information about the ffmpeg-devel mailing list