S
S
swyt2021-01-17 02:00:43
fmpeg
swyt, 2021-01-17 02:00:43

Why does ffmpeg change framerate when merging multiple videos?

The video is split into several parts, with a frame rate of 23.98, when they are glued together, the output frame rate is 24. How to leave the frame rate unchanged?
I write ffmpeg -f concat -i file.txt -c copy output.mp4,
in file.txt

file 'input1.mp4'
file 'input2.mp4'
file 'input3.mp4'

6003710164c8f683266735.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Sokolov, 2021-01-17
@sergiks

Does not change. With -c copyall codec parameters remain unchanged. No recoding takes place. Look at the screen (do not break your eyes - it would be better if you copied it in text) in Input #0 - Stream #0 ... 23.98 fpsand the same frequency inOutput #0 - Stream #0:0 ... 23.98 fps

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question