I have a mkv thats video only (no audio), and several *.ts audio files that are chunks of a single audio track. Is there a single command I can run to sequentially merge the audio files with the mkv video file? Should I use mkvmerge or ffmpeg?
+ Reply to Thread
Results 1 to 4 of 4
-
-
I tried that and it does work, but I'd prefer a non-GUI approach so that its easier to automate. I know the GUI can also display the exact command prompt, but I was having trouble understanding how to set up the command, it seemed pretty complex for an easy operation. For example, if I have 'video.mkv' and 'pt1.ts', 'pt2.ts', and 'pt3.ts', what's the proper way to merge these files with mkvmerge on a command line?
-
try
Code:mkvmerge.exe "video.mkv" "pt1.ts" + "pt2.ts" + "pt3.ts" --track-order 0:0,1:0 --append-to 2:0:1:0,3:0:2:0 -o "new.mkv" pause
責任者-MDX
Similar Threads
-
Combine two files; video from one and audio from the other
By PrinceOfAbyss in forum Video ConversionReplies: 4Last Post: 30th Mar 2020, 09:30 -
How can I join 2 video files to 'combine' quality?
By YeshyyyK in forum Newbie / General discussionsReplies: 4Last Post: 17th Aug 2016, 13:54 -
How do I Combine Video Files and Audio Files into One File?
By ChikiBiki in forum Newbie / General discussionsReplies: 3Last Post: 17th Aug 2016, 13:25 -
An easy way to combine audio & image into video?
By Aquinax in forum Video ConversionReplies: 10Last Post: 17th Jul 2016, 13:47 -
2 srt files to combine - how?
By jlrm365 in forum SubtitleReplies: 7Last Post: 17th Apr 2016, 07:15