I've searched far and wide and tried several different programs and none of them are producing the results I'm looking for and I couldn't find an option for tweaking the settings, mainly AVIAddXSubs and TXT2VobSub.
I believe I tried increasing the resolution in AVIAddXSubs' settings but I don't think that changed anything.
I'm trying to convert SRT subtitles to VobSb (SUB+IDX) files in which the converted text (bitmaps) will show up much smoother. Currently, the text it produces very jagged, pixely letters.
Any way to change this?
P.S. A program that can generate PC safe colors (white and not neon pink) is definitely a plus.
Also, a program that can do this in BATCHES would simply be heaven.
Cheers!
+ Reply to Thread
Results 1 to 6 of 6
-
-
You might take a look at the scripts generated by FAVC. He uses SubtitleCreator to convert .srt to .sup. You may be able to change it to produce idx/sub or find a way to convert .sup to idx/sub in batch. The subtitles produced by the script are white with 3d black border.. a lot smoother than AviAddXSubs does by default. Of course you can change the params. It may be a good place to start.
http://milesaheadsoftware.org/
Fully enabled freeware for Windows PCs. -
Thanks! SubtitleCreator produces subtitles much smoother than the other programs I mentioned.
Now I'm just going to look for a way to run all of my subtitles through the program in a batch.
Cheers! -
If you set up a job with FAVC and on Advanced Tab check "don't start batch file" you don't have to run the job. Just look through the batch and avs scripts to see how he calls SubtitleCreator from the command line. I haven't used SubtitleCreator much so there may be guides for it around I'm not aware of.
http://milesaheadsoftware.org/
Fully enabled freeware for Windows PCs. -
Comparatively old thread - but I needed a solution and found it after some time in SubtitleCreator itself, which took more searching on the Internet. So I post here, in case others need a solution too.
(I find VobSub=idx/sub useful for muxing in .mkv thus displaying smooth subs on my Blu-Ray player.)
To display its help and use SubtitleCreator from the command line, on Windows use the Command Prompt in SubtitlesCreator's directory, using these parameters:
Code:SubtitleCreator -help
Those can be used in a batch file afterwards, like this:
Code:for %%F in (*.srt) do SubtitleCreator "%%~nF.srt" -p1 -iMyIfo.ifo -ven -"%%~nF.idx" pause
This will create any number of VobSub from .srt files in SubtitleCreator's directory. (Details are explained in SC's help.)
It seems, SC cannot accept paths containing spaces, so I wasn't (yet) able to run the .bat from the source video file directory, calling SC from there. Tried using the path with inverted commas, which didn't work.
Am not a programmer so perhaps someone else with experience will be able to suggest how to use a directory of choice, calling SC from there.
Have fun!Last edited by nbarzgar; 29th May 2015 at 13:21.
Similar Threads
-
How to Convert a Unicode SRT file to bmp or idx
By rezabrando in forum SubtitleReplies: 12Last Post: 19th Jun 2015, 10:15 -
How to convert IDx/Sub to Srt w/o typing a manuscript
By FireWalker in forum User guidesReplies: 16Last Post: 8th Jul 2013, 12:30 -
Convert .sub, .idx to .srt subtitles?
By Ryu69 in forum Video ConversionReplies: 17Last Post: 9th Jul 2011, 04:23 -
question about different ways to convert srt to sub/idx
By jimdagys in forum SubtitleReplies: 7Last Post: 15th May 2009, 00:12 -
how to convert an .idx subtitle to a .srt file??
By vinayak1986 in forum SubtitleReplies: 1Last Post: 9th Sep 2007, 11:53