[FFmpeg-devel] [PATCH] libavformat/concatdev.c use the unified time base

2022-02-28 Thread Ye Chuan
in some case, the input files have different time base even though they share the same codec and codec parameters, so when we replace the packet, we need use the unified time base instead of it of each stream own, which may lead to wrong pts/dts of the output packet. Signed-off-by: Chuan Ye mai

[FFmpeg-devel] [PATCH] libavformat/concatdev.c: use the unified time base

2022-02-28 Thread Ye Chuan
In some case, the input files have different time base even though they share the same codec and codec parameters, So when we replace the packet, we need use the unified time base instead of it of each stream own, which may lead to wrong pts/dts of the output packet. Signed-off-by: Chuan Ye ---

[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

[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

Re: [FFmpeg-devel] [PATCH] libavformat/concatdev.c: use the unified time base

2022-03-01 Thread Ye Chuan
at 12:49 PM To: ffmpeg-devel@ffmpeg.org Subject: Re: [FFmpeg-devel] [PATCH] libavformat/concatdev.c: use the unified time base On 2022-03-01 09:46 am, Ye Chuan wrote: > In some case, the input files have different time base > even though they share the same codec and codec parameters,

[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

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 option

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 option

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