Log in

View Full Version : load subtitle when playing DVD


JimmyZ
17th September 2005, 16:13
as far as i know, i have to use MPC and choose vmr7/9 renderless so i can load a .srt subtitle outside, but vmr causes explicitly graphic quanity losing and the subtitle goes out of sync after a while of playback.

is there any other way to do this?

btw, i already found some way to do this perfectly, use a avisynth script like this to play this dvd, but this is really ...


LoadPlugin("E:\PROGRA~1\GORDIA~1\DGMPGDec\DGDecode.dll")
LoadPlugin("E:\PROGRA~1\GORDIA~1\AviSyn~1\VSFilter.dll")
v=mpeg2source("F:\temp\ff7ac\ff7ac.d2v").LanczosResize(864,480)
a=DirectShowSource("ff7ac T01 3_2ch 448Kbps DELAY 0ms.ac3")
AudioDub(v,a)
TextSub("G:\Anime\Movie\bien-xvid-ff7.[HKG][CHT].ass")