VideoHelp Forum




+ Reply to Thread
Results 1 to 6 of 6
  1. 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.
    Quote Quote  
  2. 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.
    Quote Quote  
  3. 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 closes
    Last edited by sickonsin; 29th Apr 2011 at 17:07.
    Quote Quote  
  4. 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 timings
    http://milesaheadsoftware.org/
    Fully enabled freeware for Windows PCs.
    Quote Quote  
  5. 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 XVID4PSP
    Last edited by sickonsin; 30th Apr 2011 at 16:25.
    Quote Quote  
  6. 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.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!