malkion
26th March 2004, 03:16
Excuse me, I'm trying to watch a movie with the following script.
loadplugin("e:\dll\mpeg2dec3dg.dll")
loadplugin("e:\dll\ac3source.dll")
loadplugin("e:\dll\decomb511.dll")
loadplugin("e:\dll\vsfilter.dll")
setmemorymax(128)
mpeg2source("e:\replay\tomie.d2v",idct=5)
telecide(order=1,guide=1).decimate()
crop(4,6,-6,-2,align=true).lanczosresize(640,352)
textsub("e:\replay\subs.srt")
ac3source("e:\replay\tomie AC3 T01 3_2ch 384Kbps DELAY 9642ms.ac3")
delayaudio(9.642)
This causes the movie to not play smoothly. Using a P4 2.4ghz, ATI 8500dv. I load the ac3source because of the 9.642 second delay making the file not playable opening the audio and video separately using MPC. Might there be a fix?
[edit] Well, watched the movie. The playback 'stutter' was hardly noticeable. Maybe something to do with the occasional seek time on the HD?
loadplugin("e:\dll\mpeg2dec3dg.dll")
loadplugin("e:\dll\ac3source.dll")
loadplugin("e:\dll\decomb511.dll")
loadplugin("e:\dll\vsfilter.dll")
setmemorymax(128)
mpeg2source("e:\replay\tomie.d2v",idct=5)
telecide(order=1,guide=1).decimate()
crop(4,6,-6,-2,align=true).lanczosresize(640,352)
textsub("e:\replay\subs.srt")
ac3source("e:\replay\tomie AC3 T01 3_2ch 384Kbps DELAY 9642ms.ac3")
delayaudio(9.642)
This causes the movie to not play smoothly. Using a P4 2.4ghz, ATI 8500dv. I load the ac3source because of the 9.642 second delay making the file not playable opening the audio and video separately using MPC. Might there be a fix?
[edit] Well, watched the movie. The playback 'stutter' was hardly noticeable. Maybe something to do with the occasional seek time on the HD?