PDA

View Full Version : how do i tell if decomb is working?


SiliconSoul
28th August 2002, 18:42
BEFORE you kill me... im new to anime and i have searched the whole forums.... :-)

here is this...

---AVS Begin---
LoadPlugin("J:\DVD2SVCD\SIMPLE~1\SimpleResize.dll")
LoadPlugin("J:\DVD2SVCD\MPEG2Dec\MPEG2DEC.dll")
mpeg2source("J:\DVDRIP~1\metropolis\testing123456\source\DVD2AVI_Project_file.d2v")
SimpleResize(480,360)
AddBorders(0,60,0,60)
ResampleAudio(44100)
----AVS End----

should it be in there? where would i look i can paste the whole log... im trying to do a anime that seems like it needs to use the decomb filter.... im trying it with the telecide deinterlace right now... but it seems as if decomb filter is not being applied... i have it sleected in the frameserver tab. do i have to use decomb and then telecide? is that it?

below is with telecide and decomb now looks like it got put in... can i not use decomb without telecide?

---AVS Begin---
LoadPlugin("J:\DVD2SVCD\SIMPLE~1\SimpleResize.dll")
LoadPlugin("J:\DVD2SVCD\MPEG2Dec\MPEG2DEC.dll")
LoadPlugin("J:\DVD2SVCD\INVERS~1\DONALD~1\decomb.dll")
mpeg2source("J:\DVDRIP~1\metropolis\source\DVD2AVI_Project_file.d2v")
Telecide()
SimpleResize(480,360)
AddBorders(0,60,0,60)
ResampleAudio(44100)
----AVS End----

Jason28
29th August 2002, 01:24
I think that you manually have to add that line into the AVS when you want to use decomb. I am not 100% positive though. Give it a try and let me know if it works.

neuron2
29th August 2002, 03:55
Decomb is simply the name of the DLL, that is, the package of plugin functions. The possible plugin functions are: Telecide(), Decimate(), and FieldDeinterlace(). You will never see "Decomb" in a script.

dvd2svcd
29th August 2002, 08:54
In the DVD2AVI tab set the "NTSC Field Operation" to IVTC. That force dvd2svcd to use Decomb (Do not select telecide in the deinterlace dropdown).

SiliconSoul
29th August 2002, 20:12
what if i selected ivtc and telecide? will that cause problems?

i was searching threads that said to use ivtc... but i still used telecide...

LeonMcNichol
30th August 2002, 00:38
You don't need to deinterlace when you IVTC. IVTC is better than deinterlace, because it get's rid of the interlaced frames and turns it into 23.97fps. Sure it takes a lot longer, but well worth it in the long run. The anime will thank you for it. Mostly because the less frames to compress, the higher the quality.