jriker1
17th November 2016, 00:38
I have an AVI file and I have an AC3 file and I have a ASS file. The ASS file is foreign subtitles and they are off from the source video. I can't seem to play the file realtime and it's all jerky making seeing where to adjust the start/end times for each subtitle difficult. Heck even just identifying the first one to see if I can do a global shift for say 5 seconds and they will all align is tough. Is there a way to play a segment of a script realtime? Like some kind of pre-buffer that will buffer the content and then play it? For reference script is:
LoadPlugin("D:\Program Files (x86)\AviSynth+\plugins64+\LSMASHSource.dll")
V=AVISource("video.avi")
A=LWLibavAudioSource ("test-2channel.ac3")
AudioDub(V,A)
TextSub("video-forced.ass")
Thanks.
JR
LoadPlugin("D:\Program Files (x86)\AviSynth+\plugins64+\LSMASHSource.dll")
V=AVISource("video.avi")
A=LWLibavAudioSource ("test-2channel.ac3")
AudioDub(V,A)
TextSub("video-forced.ass")
Thanks.
JR