command line or batch avalaible?

Mux your vobsubs, turn them multilanguage with one click ! Support forum.

Moderators: george, roger_rabbit

Post Reply
shouseillo
Junior Member
Posts: 8
Joined: Fri Jan 25, 2008 11:33 am

command line or batch avalaible?

Post by shouseillo »

as i've posted in the other thread,

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"
see if you can implement it :P

and thanks!!
trustfm
Site Admin
Posts: 1649
Joined: Sun Feb 27, 2005 4:40 pm

Post by trustfm »

yes there is. Just download the 1.3 version of vobsubmuxer.
Documentation of the command line you can find here : http://www.trustfm.net/divx/SoftwareVob ... uides.html
and here : http://www.trustfm.net/phpBB2/viewtopic.php?t=1844
Post Reply