is there any command line or batch option avalaible?
the situation:
i have a lot of subt *.esp.srt and *.eng.srt.
with the new version 3.3 of vobsub, and my couple of .bat's i got a lot (150+) files *.{esp or eng}.{idx and sub}
then i want to mix every couple... so for example, if there was a command line avalaible, i could do something like
Code: Select all
for %f in (*.eng.idx) do vobsubmuxer -i "%f.eng.idx" -i "%f.esp.idx" -out "%f.muxed.idx"
and thanks!!