pablobhz
6th December 2007, 10:31
Hello
I'm tryng to rip an dvd, making a VFR video.
Its the 2nd time i encode it, but it keeps playng so fast. I don't know what much i can do, since i'm following the avisynth's wiki tutorial without skip any step, and the same problem keeps happening.
Playng trough media player classic, or windows media player... same problem is happening.
I'll post a sample of the VFR script.
Thanks for the help =)
Pass 1:
LoadPlugin("D:\AVSPlugins\TIVTC\TIVTC.dll")
#LoadPlugin("D:\AVSPlugins\TDeint\tdeint.dll")
#LoadPlugin("D:\AVSPlugins\EEDI2\EEDI2.dll")
LoadPlugin("D:\AVSPlugins\DGIndex\DGDecode.dll")
#LoadPlugin("D:\AVSPlugins\ColorMatrix2\ColorMatrix\ColorMatrix.dll")
#LoadPlugin("D:\AVSPlugins\FFT3DFilter\FFT3DFilter.dll")
#LoadPlugin("D:\AVSPlugins\Decomb\Decomb521VFR.dll")
MPEG2Source("D:\Lucky Star Vol5\KABA_2705_DVD\VIDEO_TS\Lucky Star EP09.d2v")
#AudioDub(DGDecode_mpeg2source("D:\Lucky Star Vol5\KABA_2705_DVD\VIDEO_TS\Lucky Star EP09.d2v"),WAVSource("Lucky Star EP09 T01 48K 16bit 2ch.wav"))
Crop(8,4,-4,0)
TFM(mode=1, output="tfm.txt")
TDecimate(mode=4, output="stats.txt")
Pass 2:
LoadPlugin("D:\AVSPlugins\TIVTC\TIVTC.dll")
#LoadPlugin("D:\AVSPlugins\TDeint\tdeint.dll")
#LoadPlugin("D:\AVSPlugins\EEDI2\EEDI2.dll")
LoadPlugin("D:\AVSPlugins\DGIndex\DGDecode.dll")
LoadPlugin("D:\AVSPlugins\ColorMatrix2\ColorMatrix\ColorMatrix.dll")
LoadPlugin("D:\AVSPlugins\FFT3DFilter\FFT3DFilter.dll")
#LoadPlugin("D:\AVSPlugins\Decomb\Decomb521VFR.dll")
MPEG2Source("D:\Lucky Star Vol5\KABA_2705_DVD\VIDEO_TS\Lucky Star EP09.d2v")
Crop(8,4,-4,0)
TFM(mode=1)
TDecimate(mode=5, hybrid=2, dupthresh=1.0, input="stats.txt",tfmin="tfm.txt", mkvout="timecodes.txt")
FFT3dFilter()
LanczosResize(848,480)
ColorMatrix()
And i'm following this tutorial:
http://avisynth.org/VariableFrameRateVideo
Thanks, and i hope someone can help me.
I'm tryng to rip an dvd, making a VFR video.
Its the 2nd time i encode it, but it keeps playng so fast. I don't know what much i can do, since i'm following the avisynth's wiki tutorial without skip any step, and the same problem keeps happening.
Playng trough media player classic, or windows media player... same problem is happening.
I'll post a sample of the VFR script.
Thanks for the help =)
Pass 1:
LoadPlugin("D:\AVSPlugins\TIVTC\TIVTC.dll")
#LoadPlugin("D:\AVSPlugins\TDeint\tdeint.dll")
#LoadPlugin("D:\AVSPlugins\EEDI2\EEDI2.dll")
LoadPlugin("D:\AVSPlugins\DGIndex\DGDecode.dll")
#LoadPlugin("D:\AVSPlugins\ColorMatrix2\ColorMatrix\ColorMatrix.dll")
#LoadPlugin("D:\AVSPlugins\FFT3DFilter\FFT3DFilter.dll")
#LoadPlugin("D:\AVSPlugins\Decomb\Decomb521VFR.dll")
MPEG2Source("D:\Lucky Star Vol5\KABA_2705_DVD\VIDEO_TS\Lucky Star EP09.d2v")
#AudioDub(DGDecode_mpeg2source("D:\Lucky Star Vol5\KABA_2705_DVD\VIDEO_TS\Lucky Star EP09.d2v"),WAVSource("Lucky Star EP09 T01 48K 16bit 2ch.wav"))
Crop(8,4,-4,0)
TFM(mode=1, output="tfm.txt")
TDecimate(mode=4, output="stats.txt")
Pass 2:
LoadPlugin("D:\AVSPlugins\TIVTC\TIVTC.dll")
#LoadPlugin("D:\AVSPlugins\TDeint\tdeint.dll")
#LoadPlugin("D:\AVSPlugins\EEDI2\EEDI2.dll")
LoadPlugin("D:\AVSPlugins\DGIndex\DGDecode.dll")
LoadPlugin("D:\AVSPlugins\ColorMatrix2\ColorMatrix\ColorMatrix.dll")
LoadPlugin("D:\AVSPlugins\FFT3DFilter\FFT3DFilter.dll")
#LoadPlugin("D:\AVSPlugins\Decomb\Decomb521VFR.dll")
MPEG2Source("D:\Lucky Star Vol5\KABA_2705_DVD\VIDEO_TS\Lucky Star EP09.d2v")
Crop(8,4,-4,0)
TFM(mode=1)
TDecimate(mode=5, hybrid=2, dupthresh=1.0, input="stats.txt",tfmin="tfm.txt", mkvout="timecodes.txt")
FFT3dFilter()
LanczosResize(848,480)
ColorMatrix()
And i'm following this tutorial:
http://avisynth.org/VariableFrameRateVideo
Thanks, and i hope someone can help me.