Re: [FFmpeg-devel] [PATCH] libavformat/concatdev.c: Add unified_time_base opt

2022-03-01 Thread Ye Chuan
Subject: Re: [FFmpeg-devel] [PATCH] libavformat/concatdev.c: Add unified_time_base opt Ye Chuan (12022-03-01): > In some case, the input files have different time base even though > they share the same codec and codec parameters, > While processing the packet, it will adjust the pts/dts b

[FFmpeg-devel] [PATCH] libavformat/concatdev.c: Add unified_time_base opt

2022-03-01 Thread Ye Chuan
In some case, the input files have different time base even though they share the same codec and codec parameters, While processing the packet, it will adjust the pts/dts by its own time base instead of the unified one of the output stream, which may lead to wrong pts/dts or unexpected speed change

Re: [FFmpeg-devel] [PATCH] libavformat/concatdev.c: Add unified_time_base opt

2022-03-01 Thread Nicolas George
Ye Chuan (12022-03-01): > In some case, the input files have different time base even though > they share the same codec and codec parameters, > While processing the packet, it will adjust the pts/dts by its own > time base instead of the unified one of the output stream, which may > lead to wrong

[FFmpeg-devel] [PATCH] libavformat/concatdev.c: Add unified_time_base opt

2022-03-01 Thread Ye Chuan
In some case, the input files have different time base even though they share the same codec and codec parameters, While processing the packet, it will adjust the pts/dts by its own time base instead of the unified one of the output stream, which may lead to wrong pts/dts or unexpected speed change

[FFmpeg-devel] [PATCH] libavformat/concatdev.c: Add unified_time_base opt

2022-03-01 Thread Ye Chuan
In some case, the input files have different time base even though they share the same codec and codec parameters, While processing the packet, it will adjust the pts/dts by its own time base instead of the unified one of the output stream, which may lead to wrong pts/dts or unexpected speed change

[FFmpeg-devel] [PATCH] libavformat/concatdev.c: add unified_time_base opt

2022-03-01 Thread Ye Chuan
In some case, the input files have different time base even though they share the same codec and codec parameters, While processing the packet, it will adjust the pts/dts by its own time base instead of the unified one of the output stream, which may lead to wrong pts/dts or unexpected speed change

[FFmpeg-devel] [PATCH] libavformat/concatdev.c: add unified_time_base opt

2022-03-01 Thread Ye Chuan
In some case, the input files have different time base even though they share the same codec and codec parameters, While processing the packet, it will adjust the pts/dts by its own time base instead of the unified one of the output stream, which may lead to wrong pts/dts or unexpected speed change

[FFmpeg-devel] [PATCH] libavformat/concatdev.c: add unified_time_base opt

2022-03-01 Thread Ye Chuan
In some case, the input files have different time base even though they share the same codec and codec parameters, While processing the packet, it will adjust the pts/dts by its own time base instead of the unified one of the output stream, which may lead to wrong pts/dts or unexpected speed change

[FFmpeg-devel] [PATCH] libavformat/concatdev.c: add unified_time_base opt

2022-03-01 Thread Ye Chuan
In some case, the input files have different time base even though they share the same codec and codec parameters, while processing the packet, it will adjust the pts/dts by its own time base instead of the unified one of the output stream, which may lead to wrong pts/dts or unexpected speed chang