Nick Less
26th March 2006, 14:51
I have a problem ith my script. I did it according to the guides here.
LoadPlugin("c:\Progs\DGDecode.dll")
LoadPlugin("C:\Program Files\GordianKnot\AviSynthPlugins\decomb.dll")
MPEG2Source("C:\WKWAI\In the mood for love.d2v")
Telecide(order=0)
Decimate(cycle=5)
Crop(2,60,-8,-56)
BilinearResize(688,384)
Everything works and the video comes up great looking after encoding to xvid but the problem is it's framerate is changed to 20 instead 25 that the source has. If i remove decomb.dll line and telecide and decimate lines, the framerate is ok. What do i need to do to make it work at 25? Framerate change has nothing to do with VDub encoding, it's 20 at the time i load it to VDub.
The source is a dvb capture, 544*576, 25FPS, DAR 4:3
I'm completely inexperienced as far as avisynth is concerned, so if there's something else wrong with the script, let me know :D
LoadPlugin("c:\Progs\DGDecode.dll")
LoadPlugin("C:\Program Files\GordianKnot\AviSynthPlugins\decomb.dll")
MPEG2Source("C:\WKWAI\In the mood for love.d2v")
Telecide(order=0)
Decimate(cycle=5)
Crop(2,60,-8,-56)
BilinearResize(688,384)
Everything works and the video comes up great looking after encoding to xvid but the problem is it's framerate is changed to 20 instead 25 that the source has. If i remove decomb.dll line and telecide and decimate lines, the framerate is ok. What do i need to do to make it work at 25? Framerate change has nothing to do with VDub encoding, it's 20 at the time i load it to VDub.
The source is a dvb capture, 544*576, 25FPS, DAR 4:3
I'm completely inexperienced as far as avisynth is concerned, so if there's something else wrong with the script, let me know :D