Log in

View Full Version : Subtitle script for Super


roger-kun
22nd November 2007, 02:55
I'm pretty new to avisynth, and I've never made any scripts before. I recently found a great video encoder called Super, I need it to do subtitles and it supports avisynth so I could use a script to put the subtitles, but that's the problem I don't know how to make a scripts. Any and all help will be greatly appreciated.

themostestultimategenius
22nd November 2007, 03:39
directshowsource("X:\video.extention")
textsub("X:\Subs.srt")

roger-kun
22nd November 2007, 05:19
thanks for the script but it won't work. I've never used avisynth before so I'm probably doing something wrong, but as far as I can tell all you need to do is drag and drop it into the same place you put the video files.