batch conversion .srt to .sub (vobsub)

Discussion about Txt2Vobsub. Requests and bug fixing.

Moderators: george, roger_rabbit

yaronkle
Junior Member
Posts: 2
Joined: Fri Jan 16, 2009 1:30 pm

Post by yaronkle »

Hi,
Trying to follow this thread but still don't understand what is the recommended method to batch process?
In my case I want to batch process srt files spread out on several directories.

Can someone supply an example?
Thanks.
trustfm
Site Admin
Posts: 1649
Joined: Sun Feb 27, 2005 4:40 pm

Post by trustfm »

the easiest way is to load ene subtitle then instead of pressing Generate Vobsub you just press the Add to batch button.
Then keep loading all the srt with the same method (Add to batch button).
When you load all the srts you want to convert then just close txt2vobsub.
Find the bat file and just run it.
yaronkle
Junior Member
Posts: 2
Joined: Fri Jan 16, 2009 1:30 pm

Post by yaronkle »

Thanks, but my subs are on a numerous directories.

I was thinking of doing the following:

for /f %%a IN ('dir /b /w /s *.srt') do srtconv.bat %%a

srtconv.bat would convert each file.

Am hoping for an easier method instead.
Post Reply