Ben Kenobi
4th April 2003, 03:56
Greetings!
I have a weird problem: i recently got The Usual Suspects DVD PAL, which i found to be telecined PAL (it was clearly interlaced).
Using AVISynth 2.0.7 i made two scripts passed to vdubmod (1.4.13 build 14328)-->
First one:
LoadPlugin("h:\Programmi\avisynth\MPEG2Dec3.dll")
LoadPlugin("h:\Programmi\avisynth\SmoothDeinterlacer.dll")
MPEG2Source("vts_01_1.d2v")
SmoothDeinterlace(tff=true,showlace=false)
BicubicResize(724,402)
Crop(0,49,720,304)
Muxing and cutting was ok with this one, but i realized the overall quality was poor: lots of ghost effects, it was givin me headache.
Second one:
LoadPlugin("h:\Programmi\avisynth\MPEG2Dec3.dll")
LoadPlugin("h:\Programmi\avisynth\decomblegacy.dll")
MPEG2Source("vts_01_1.d2v")
Telecide()
LanczosResize(724,402)
Crop(0,49,720,304)
This time, using Telecide by Graft the quality was exceptional but, though frame count was still the same i had some problem after cutting it. Audio synch would fail within the second part of movie (i cut into 3 parts), but would be perfect again in 3rd part!!
I can't explain this strange behaviour. Anyone could help me out?
(I encoded both times with Xvid Nic's build of 13.05.02 using this parameter: CBR 1pass at 2320k; Search Precision 5; Quantizer H263; Min-Max KF int. 1-250; Min-Max Quant. 1-2. I muxed and cutted the movie with AVIMux GUI 1.11 by AlexNoe. Oh, btw i noticed that whole movie (i.e. muxed but not cutted) would play perfectly without glitches.)
I have a weird problem: i recently got The Usual Suspects DVD PAL, which i found to be telecined PAL (it was clearly interlaced).
Using AVISynth 2.0.7 i made two scripts passed to vdubmod (1.4.13 build 14328)-->
First one:
LoadPlugin("h:\Programmi\avisynth\MPEG2Dec3.dll")
LoadPlugin("h:\Programmi\avisynth\SmoothDeinterlacer.dll")
MPEG2Source("vts_01_1.d2v")
SmoothDeinterlace(tff=true,showlace=false)
BicubicResize(724,402)
Crop(0,49,720,304)
Muxing and cutting was ok with this one, but i realized the overall quality was poor: lots of ghost effects, it was givin me headache.
Second one:
LoadPlugin("h:\Programmi\avisynth\MPEG2Dec3.dll")
LoadPlugin("h:\Programmi\avisynth\decomblegacy.dll")
MPEG2Source("vts_01_1.d2v")
Telecide()
LanczosResize(724,402)
Crop(0,49,720,304)
This time, using Telecide by Graft the quality was exceptional but, though frame count was still the same i had some problem after cutting it. Audio synch would fail within the second part of movie (i cut into 3 parts), but would be perfect again in 3rd part!!
I can't explain this strange behaviour. Anyone could help me out?
(I encoded both times with Xvid Nic's build of 13.05.02 using this parameter: CBR 1pass at 2320k; Search Precision 5; Quantizer H263; Min-Max KF int. 1-250; Min-Max Quant. 1-2. I muxed and cutted the movie with AVIMux GUI 1.11 by AlexNoe. Oh, btw i noticed that whole movie (i.e. muxed but not cutted) would play perfectly without glitches.)