PDA

View Full Version : VIdeo playing problems


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.

foxyshadis
6th December 2007, 17:52
After you encode the video, are you muxing to mkv or avi? If mkv, did you mux the timecodes along with the audio & video?

pablobhz
6th December 2007, 20:08
Well
I`m muxing to MKV
Yeah, i`m muxing the timecodes as the tutorial says.

On MMMERGE, where there`s a box to you select Timecodes, i select my timecodes.txt for audio & video.

I was thinking that, it could be a problem of my d2v, because i use to cut what i want to encode, on dgindex (instead of create a d2v with the entire movie). Its a test i`m gonna do today, encode with the d2v full, using trim() only.

Or maybe because the resize isn`t mod16(I do not believe in this one, really...do not make sense).

Well, i`m doing everything correctly. My steps are the tutorial, nothing more.

Thanks for the help
Pablo

GasKid
10th December 2007, 11:34
you only need to use the timecodes with your video imo.

pablobhz
10th December 2007, 13:21
you only need to use the timecodes with your video imo.

Hello GasKid.
Have you readed the first post, then my reply to foxyshadis post ?
I'm doing everything allright. As i told, i'm using a tutorial. I'm muxing the timecodes on the mkv, correctly.

I was thinking, if it is a problem about i'm using a delayed d2v (i don't use Trim(), i cut what i need directly when creating the d2v from vobs using DGIndex).
I'm supposing only. I've left the VFR video, and made a TIVTC + EEDI2, in order to don't get late(i was already late ;P).
But now i really want to find out whats the problem, since VFR its excellent when you have much blending =)

Thanks
Pablo

Wilbert
11th December 2007, 22:23
Perhaps you can upload a sufficiently large piece of your vob somewhere?

pablobhz
12th December 2007, 13:26
Oh
Sure i can =)
I'll upload till tomorrow. Btw, can't it be just a lags piece (its easier).

Thanks
PabLo

foxyshadis
13th December 2007, 00:40
Definitely has to be a chop of the vob, simplest to use dgindex to export an m2v segment.