Is there a program to easily do this and it works? VobSub I have to do it one at a time. I have over 200 files I have to convert and I don't want to spend all day doing it one at a time.
+ Reply to Thread
Results 1 to 6 of 6
-
-
Use SAConv.exe command line converter. Easiest way is a "for loop" such as
For %s in (*.ass) do SAConv yadda yadda
type
SAConv --help
at the prompt for command line switches and syntax.
It's a command line app but uses a .NET library for the subtitle conversions. If you have .NET 2.0 or later you're probably OK. Although I don't see any reference to .NET in the docs but if it uses a .NET lib then you need some kind of .NET. I'm just guessing 2.0 is enough. Trial and error shouldn't take long though. I'm using it on Windows Seven 32 bit.http://milesaheadsoftware.org/
Fully enabled freeware for Windows PCs. -
Can you give me the EXACT list of what to type for it. Everytime I try to program something like that I fail miserably and break it.
Also when I try to run the command line one it immediately closesLast edited by sickonsin; 29th Apr 2011 at 17:07.
-
Set the command prompt to the folder with all the .ass files.
Have SAConv.exe in a folder in your PATH.
Use this command line
For %s in (*.ass) do SAConv %s SubRip
Should work if I read the help correctly
Note that .srt doesn't have the formatting that .ass does. All you will get is text and timingshttp://milesaheadsoftware.org/
Fully enabled freeware for Windows PCs. -
I guess Im doing something wrong but I typed EXACTLY what you said and dp was unexpected at this time
also I can't read the help because it won't show up
OR a way I can batch convert MKV to AVI with the subtitles in tact (converting everything with XVID4PSPLast edited by sickonsin; 30th Apr 2011 at 16:25.
-
If you type
SAConv --help
(with 2 hyphens before the word help)
and it doesn't show up then it's not set up correctly.
You need the keep the entire SAConv folder not just the exe.
Add the folder to your PATH
See how to edit environment variables in Windows.
http://www.computerhope.com/issues/ch000549.htm
If you have vista or w7 instead search for that.
The info is out there. You have to do some trials to figure it out.Last edited by MilesAhead; 30th Apr 2011 at 17:39.
http://milesaheadsoftware.org/
Fully enabled freeware for Windows PCs.
Similar Threads
-
Convert .ass to .srt help
By Kyo in forum SubtitleReplies: 30Last Post: 21st Jul 2011, 03:47 -
Mencoder srt or ass style formating gone
By baoky in forum SubtitleReplies: 0Last Post: 24th Jun 2011, 22:45 -
Converting non-utf8 .ass to .srt in linux
By p014k in forum SubtitleReplies: 5Last Post: 22nd Apr 2011, 08:20 -
Converting .ass to .srt help please
By iKhoa in forum SubtitleReplies: 6Last Post: 2nd Jul 2010, 12:56 -
ass to srt ?
By t_jay17 in forum SubtitleReplies: 3Last Post: 10th Oct 2007, 13:47