Ask Your Question
0

Is the output of Ffmpeg concat not in sync?

asked 2021-09-30 11:00:00 +0000

pufferfish gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2022-05-02 00:00:00 +0000

djk gravatar image

The output of Ffmpeg concat may not be in sync if the input files have different frame rates, codecs or resolutions, or if they have different starting times. In these cases, Ffmpeg may have trouble matching up the frames and audio packets, leading to sync issues in the output. It is important to make sure that all input files have the same properties before using Ffmpeg concat, or to use additional options such as -safe 0 or -copyts to avoid sync issues.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-09-30 11:00:00 +0000

Seen: 14 times

Last updated: May 02 '22