Quote:
Originally Posted by gopalkk
add Those three lines at exact same place in FitCD output.
Kwag, correct me If i am loosing quality with these filters.
LoadPlugin("D:\DVD2AVI186\\mpeg2dec.dll")
mpeg2source("D:\mpeg\baghat singh\bagath.d2v")
LoadPlugin("D:\DVD2AVI186\decomb.dll")
Telecide(reverse=false,swap=false,firstlast=false, post=true,threshold=15,dthreshold=9,blend=true,chr oma=false,y0=0,y1=0)
Decimate(cycle=5,mode=0,threshold=0)
BilinearResize(496,448,0,2,704,476)
#TemporalSmoother(2,2)
AddBorders(24,16,24,16)
|
Use the script ONLY if your source is telecined. If your DVD is FILM, you only need to set "Force FILM" in DVD2AVI and you don't neet the Telecide and Decimate lines.
I'd use the script like this:
LoadPlugin("D:\DVD2AVI186\\mpeg2dec.dll")
LoadPlugin("D:\DVD2AVI186\decomb.dll")
mpeg2source("D:\mpeg\baghat singh\bagath.d2v")
Telecide()
Decimate()
BilinearResize(496,448,0,2,704,476)
#TemporalSmoother(2,2)
AddBorders(24,16,24,16)
The parameters you gave on the Telecide and Decimate, are the default, by using them as above. But load your dll's on the first line. And you're not loosing quality at all. All this does is reconstruct back to the original frame rate.
-kwag