Log in

View Full Version : Decomb make me crasy! help neuron ^^;


kyousuke
6th October 2002, 23:11
neuron! save me !!!!!!!!
i'm going to be crasy with my anime and decomb.
let me explain. since avs 1.x, all my anime were decomb correctly, with very good ivtc and desinterlacing.

since avs 2.5, i have some problem! i don't understand!
decimate() works, and telecide won't :(

so i returned to avs 2.4, and surprise, telecide works but not like before, idem with avs 2.2.... ;_;
there're always interlaced line and before (4-5months ago) i haven't this problem with the same version of the DLL! i understand nothing... ;_;

here my script :

SetMemoryMax(64)
# PLUGINS
LoadPlugin("G:\__ENCODING__\AVSTool\MPEGDecoder.dll")
LoadPlugin("G:\__ENCODING__\AVSTool\DECOMB.DLL")

MPEGSource("M:\_VIDEOS NEWS_\VTS_01_1.VOB + M:\_VIDEOS NEWS_\VTS_01_2.VOB")
Telecide(Guide=1,Gthresh=1,Threshold=1,dthreshold=10,Chroma=true,blend=true,Post=true)
Decimate(cycle=5)
Crop(4,0,713,480)
BicubicResize(640,352,0,0.75)

nb: i reduce Threshold to 1 and active blend mode, but always interlaced lines ;_;

DJ Bobo
6th October 2002, 23:58
This has nothing to do with your problem, but I'll give you a better IVTC method than Decomb! use IVTC2.2 from the download page of doom9 with the following settings:

ivtc(44,11,95)

If you want to be absolutely sure that no interlacing remains, you can combine IVTC and Decomb that way:

ivtc(44,11,95)
fielddeinterlace()

kyousuke
7th October 2002, 01:08
ivtc(44,11,95)
fielddeinterlace() < hmm
and does it remove the ghosting effect ?

i forgot to say that, the ghosting effect isn't removed with my decomb
o_o i don't understand equally that....

neuron, i don't think i've made en error somewhere.
is it me who make a syntax error, or is there a bug somewhere ?

Guest
7th October 2002, 01:30
I can help only if you make a *source* clip available for analysis. Just give me the raw part that comes out bad. Don't apply any processing to it.

kyousuke
7th October 2002, 02:28
you know how to cut the middle of a small vob ?
i haven't any idea how to do that :/
after i will send you this small part

or i will send you this part in xvid with original resolution at quantizer2, yes/no ?

tks

-----------
update : YESSSSSSSSSSSSSSSSSSS
i found the problem, i cames from the MPEGDecoder.dll from nic wich make bugging your decomb... i don't know why but that breaks the telecide process and the ivtc but i'm not sure.

i tryed all but i haven't thought to re-use dvd2avi and the old dll (MPEG2DEC.DLL) shit, this dll is very slow but it works like always :)

if i can help you to find a solution with you and nic, it would be great

see ya ^^

Kyo
7th October 2002, 05:47
@kyousuke
Mmm guu.. excuse me the question(I can't avoid this) the dvd version of your 'SoulTaker' is a HK or Japanese original?

I have the HK one, and I use:
Telecide(Post=False,Blend=False,Guide=1,Gthresh=40,Threshold=10,Chroma=True,dthreshold=15)
and all ok.

Sorry for being OT :o

Guest
7th October 2002, 05:58
The MPEGDecoder from Nic does not currently observe the RFF/TFF flags. In effect, it is like having Force Film always on. Nic is aware of this issue and I believe plans to address it.

kyousuke
7th October 2002, 11:37
@kyo
hehe an other kyo, well, it's not an hk, i hate, i don't want to see again an HK in y LIFE ! buear buaerr bearghh... that sux !!! :mad:
i'm sorry for you but i bought the US dvd(s) and they're better (but there're expensive i know) :( and i've ep1 in japanese with mega high bitrate! :) the picture is fantastic !

@neuron2
forced is always on! argh oki! i understand now why decomb didn't work... i hope that nic will repear that rapidly.

sorry for my bad english ^^ and tks you

+