Input 1 and 2 have the same exact lenght, and frame rate. I want to merge them to one but only have one of the input’s video, but both audio. One of the audio goes wrong and is behind the other input’s video like 2 seconds. I have no clue why is it doing this, the only difference i found is audio codec (but i don’t know much about codecs) input 1 has A-AC3, the other has A-EAC3. What should i do? Im clueless rn
Check with mediainfo for example if one of your file has a delay on the audio.
You can’t see it in mkvtoolnix. Then simply shift the same amount of time back.
Example:
video1 has no delay on audio
video2 has +1,83s delay on audio
=> put -1830 in delay for the audio (in mkvtoolnix)
2 Likes