I have got two video files: .mp4, with a single (incorrect) audiostream, and an .mkv, with two audio streams (one incorrect, the other correct)
Is there a way to replace the audio of the .mp4 file with the second stream in the .mkv?
Thanks
|
I have got two video files: .mp4, with a single (incorrect) audiostream, and an .mkv, with two audio streams (one incorrect, the other correct) Is there a way to replace the audio of the .mp4 file with the second stream in the .mkv? Thanks |
|||
|
|
|
You'd need to extract the audio from the MKV first and then combine remux the MP4 with the new track. Something like this should work:
|
|||
|