Hello,
I have already searched on the internet for several hours, tried multiple solutions, but none of them worked, at least not for me
So here's my problem:
I have about a 100 mkv files "video-001.mkv", "video-002.mkv", etc. that I want to remux with their corresponding subtitles "video-001.ssa" etc.
The naming scheme is the same and also the same with the subtitles. All the files are located in one folder.
Is someone able to give me a solution, using batch code (or similiar methods)? As I don't want to do this for 100 files manually.
mkvtoolnix is installed.
Thanks in advance!
+ Reply to Thread
Results 1 to 4 of 4
-
-
Code:
mkvmerge -o video-001-new.mkv video-001.mkv video-001.ssa
Type
Code:FOR %%f IN (*.mkv) DO ( mkvmerge -o c:\newfolder\%%~nf-new.mkv %%~nf.mkv %%~nf.ssa )
Put the test.bat and mkvmerge.exe in same folder as your mkv files.
Create a new folder for you new mkv files, the c:\newfolder in this example. It should NOT be same as your current mkv/ssa files.
Run the test.bat. You can try with a few mkv/ssa files first.Last edited by Baldrick; 13th Feb 2013 at 03:27.
-
Baldrick, thank you so much
worked like a charm!
//edit: maybe you can help me with another issue?
https://forum.videohelp.com/threads/353339-%5BHELP%5D-Handbrake-multiple-mkv-to-mp4-wit...45#post2219845
thanks again!Last edited by remuxler; 13th Feb 2013 at 04:58.
-
Similar Threads
-
Bluray remux to .ts or .mkv?
By Mr_X2012 in forum Blu-ray RippingReplies: 7Last Post: 4th Jan 2013, 12:46 -
Blu-ray to MKV remux
By axl70 in forum Blu-ray RippingReplies: 5Last Post: 11th Nov 2011, 07:44 -
80% MKV remux on H.264 - M2ts remux Aero Theme
By BJ12 in forum Video ConversionReplies: 2Last Post: 12th Aug 2011, 12:59 -
Remux several AC3 from DVD to MKV
By elmuz in forum Blu-ray RippingReplies: 2Last Post: 16th May 2011, 16:02 -
Demux mkv -> remux Divx
By nsx3000 in forum Video ConversionReplies: 4Last Post: 15th Sep 2009, 09:12