Friends
I have a mac
The main idea I want to do.
For example:
I have a multiple videos, also I have different voice files and subtitles.
I want to merge all video files from season 1 with all audio+subtitles from season 1.
With naming like
FileName1.mkv
FileName1.aac
FileName1.srt
FileName2.mkv
FileName2.aac
FileName2.srt
FileName3.mkv
FileName3.aac
FileName3.srt
...
etc
I really need a scripts for this, I hope it's possible to automate this process.
As I understand I need some sort of cycle for files with the same names like FileName%NUMBER%, where number is 1+n.
Can anyone help me with this?
I think it's quite useful, but for some reason I haven't found anything on Google.
Thank you!
+ Reply to Thread
Results 1 to 2 of 2
-
-
If pattern is predictable and fixed then you can try to do script with auto-increment variable:
https://stackoverflow.com/questions/21697199/how-to-increment-variable-under-dos
https://social.technet.microsoft.com/Forums/en-US/3d589dc0-0b1a-4980-af21-0f440048fb0e...file-using-dos
Similar Threads
-
how to merge multiple subtitle files in python?
By D.LUFFY in forum ProgrammingReplies: 2Last Post: 7th Nov 2021, 08:24 -
How Merge 1 Video to 100 Videos (Intro + Multiple Main Videos) help
By Squid Ward in forum EditingReplies: 0Last Post: 4th Sep 2020, 10:27 -
Batch file to create nfo files for multiple videos
By olpdog in forum ProgrammingReplies: 2Last Post: 16th Jul 2019, 12:47 -
Avisynth, merge two videos, but I want to delay audio of one only.
By attackworld in forum EditingReplies: 3Last Post: 25th Mar 2019, 12:57 -
how to merge multiple audio with time offset to one audio file ?
By yanshof in forum ProgrammingReplies: 6Last Post: 4th Oct 2018, 12:35