Mkvcinewmas -

mkvmerge -o output.mkv input1.mp4 input2.wav In this example, input1.mp4 is a video file, and input2.wav is an audio file. The resulting output.mkv file will contain both the video and audio tracks. You can also specify options for each track, such as the audio language or the video codec:

Top