rkorkie
11th November 2003, 10:14
I've been trying to backup movies requiring decomb.dll. I have tried implementing the latest decomb510.dll but I get errors. This is obvious because some of decomb's command parameters have changed. Short of experimenting with each and every parameter, I'm trying to save some time. Does anyone know what are the best equivalent commands for the following:
Hybrid Content:
LoadPlugin("C:\Program Files\DoItFast4U\new.avs\decomb.dll")
Telecide()
Decimate(mode=1,threshold=3)
Processing Telecine:
LoadPlugin("C:\Program Files\DoItFast4U\new.avs\decomb.dll")
Telecide()
Decimate(cycle=5)
Processing Interlaced:
LoadPlugin("C:\Program Files\DoItFast4U\new.avs\decomb.dll")
FieldDeinterlace()
It's hard to search the forum for this cause you can't search on 1 character words (ie. "5"), so I'm starting a new thread. Hope you can point me to the right place if it's been posted. Thanx all in advance.
Hybrid Content:
LoadPlugin("C:\Program Files\DoItFast4U\new.avs\decomb.dll")
Telecide()
Decimate(mode=1,threshold=3)
Processing Telecine:
LoadPlugin("C:\Program Files\DoItFast4U\new.avs\decomb.dll")
Telecide()
Decimate(cycle=5)
Processing Interlaced:
LoadPlugin("C:\Program Files\DoItFast4U\new.avs\decomb.dll")
FieldDeinterlace()
It's hard to search the forum for this cause you can't search on 1 character words (ie. "5"), so I'm starting a new thread. Hope you can point me to the right place if it's been posted. Thanx all in advance.