# usage: rundll32 vobsub.dll,Configure # # inputpath\vts_01_0.ifo (inputpath\vts_01_*.vob exist) # outputpath\onlythefiletitlehere (outputpath can be the same as the inputpath) # 1 .. n # - selects the program chain (set the same pgc you did at the dvd ripper program) # 0, 1 .. 9 # - 0: indexes everything (not recommended for multi-angle dvds) # - 1 .. n: only processes vob/cell ids from this angle # 0 .. en .. cc .. ALL (can be mixed) # - 0-31: stream number # - en, hu, fr, ..: stream id # - cc: closed caption # - ALL: everything # CLOSE: # - the progress dialog will close itself after finishing (optional) # SHOW: # - shows config dialog when complete (optional) # # example: # --------- cut here and remove comment signs ------- # e:\video_ts\vts_01_0.ifo # c:\vts\example1 # 1 # 0 # 1 en 3 hu fr 9 cc # SHOW # ----------------- cut here ends ------------------- # # another example: # --------- cut here and remove comment signs ------- # e:\video_ts\vts_01_0.ifo # c:\vts\example2 # 6 # 2 # ALL # CLOSE # ----------------- cut here ends ------------------- # # That's it! # # (this is not a new functionality anymore, but still use it at your on risk :-)