I have a folder with many many .mkv and for each of these I have a .ass file of the same name in the same folder. Is there a way to include all .ass files in their proper .mkv file without using mkvtoolnix to do it by hand for every single file?
Asked
Active
Viewed 1,002 times
0
-
[As shown here](http://superuser.com/a/64768/50173) `mkvtoolnix` can be utilized via command line. Are you interested in a script to automate this? What's your operating system? Do you have any basic programming skills? – nixda Aug 10 '15 at 14:07
-
Yes, Ubuntu or Windows 10, yes. – Andreas Hartmann Aug 10 '15 at 14:37
-
Indeed I could write a bash script then, so you have basically given an answer. – Andreas Hartmann Aug 10 '15 at 14:38
-
1If you do so, please don't forget to post your script as answer so others may benefit from your work :) – nixda Aug 10 '15 at 14:46