Log in

View Full Version : hardcoding subs in GK


pd
29th July 2006, 20:12
i've got my subs in .srt, .ssa and 'configured' .ssa

i just want to hardcode them WHILE i convert my .d2v files to avi. is this dooable?

btw, i created a .sub file of my subs in divxland's 'media subtitler' and tried using gk to encode everything [video, mp3, subs], but i got errors. i dont have the .ifo files, so i can't use vobsub... or can i?

anyway, there's got to be a manual that isn't convoluted or just too 'general' to follow, but unfortunately i haven't found one.

on a side note, i think i might be able to use virtualdubmod if it would let me choose more than just one vob... is there a way to highlight all the vobs of my choice when clicking file/open video files?

HymnToLife
2nd August 2006, 18:42
If I'm not mistaken, GK uses an AVS script to do the encoding job. If it lets you modify the script manually, just add a textsub line at the end, like this :

textsub("Z:\path\to\subfile.ssa")

Of course, you need to have VSFilter.dll in your AviSynth plugins directory.