PDA

View Full Version : DGindex,dvd and divx script


Serbianboss
25th November 2006, 21:51
I try Dgindex and have few question.

1. My source is pal dvd(interlaced,bff) and want to make it better. So i make d2v file and make this script:


LoadPlugin("fft3dfilter.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
MPEG2Source("C:\Desktop\tst.d2v", cpu=0)
fft3dfilter(sigma=1.5,interlaced=true)


My goal is that dvd stay interlaced. So is this proper scirpt to stay interlaced.
One more, can in this script could use limitedsharpenfaster filter but dont to deinterlance source. Because LSF dosnt work with interlaced.
For this scipt i am using cce

2. Source is the same and i am practise to make xvid. Because i want to deinterlance little denoise and resize, could i use leakkerneldein(for deinterlancing) for that puropse.


LoadPlugin("LeakKernelDeint.dll")
LoadPlugin("degrainmedian.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
MPEG2Source("C:\Desktop\tst.d2v", cpu=0)
LeakKernelDeint(Order=0,threshold=1,sharp=true)
DeGrainMedian (limitY=5,limitUV=7,mode=0,interlaced=true)
bicubicresize(512,384)


Is this proper way to make xvid ?
For this scipt i work with virtual dub and select fast recompress option

Serbianboss
26th November 2006, 01:41
One more question.

My dvd sources is PAL,interlaced, see picture:
http://img176.imageshack.us/img176/7269/untitledsf7.jpg (http://imageshack.us)

I read manuel od DGindex, but i dont know correct to set Field
Operation.

If my source is PAL,interlaced,25 fps, does i need to set Honor pulldown flag or Ignore pulldown flag ?

Wilbert
26th November 2006, 13:37
My goal is that dvd stay interlaced. So is this proper scirpt to stay interlaced.
Sure.

One more, can in this script could use limitedsharpenfaster filter but dont to deinterlance source. Because LSF dosnt work with interlaced.
One way it is to bob it, apply LSF, and reinterlace it again.

I read manuel od DGindex, but i dont know correct to set Field Operation.
Where do you want to set this?

If my source is PAL,interlaced,25 fps, does i need to set Honor pulldown flag or Ignore pulldown flag ?
Ignore it, since it's only for telecined stuff. If you use it, you will get 20 fps i think.

neuron2
26th November 2006, 14:30
I read manuel of DGindex, but I dont know correct to set Field Operation.

If my source is PAL,interlaced,25 fps, do I need to set Honor pulldown flags or Ignore pulldown flags? PAL does not use pulldown, so you can choose either Honor or Ignore -- they will produce the same result in the absence of pulldown. But don't use Force Film, as that will decimate frames as Wilbert pointed out.

Serbianboss
26th November 2006, 19:28
Thanks for answers. I will now use honor pulldown.

1.Does is this script good for using limitedsharpen faster. Again,soutce is Pal dvd interlaced, and goal is to stay pal interlaced

So take a look at this script and say if something is wrong about filter order.

LoadPlugin("LeakKernelDeint.dll")
LoadPlugin("degrainmedian.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
import("C:\Program Files\AviSynth 2.5\plugins\limitedsharpenfaster.avs")
MPEG2Source("C:\tst.d2v", cpu=0)
crop(8,4,-8,-12)
AssumeBFF()
LeakKernelBob(Order=0,threshold=3)
degrainmedian(limitY=5,limitUV=7,mode=0)
limitedsharpenfaster(strength=150)
AssumeBFF()
SeparateFields()
SelectEvery(4,0,3)
Weave()
AddBorders(8,8,8,8)


2. For making xvid, can i use leakkerneldeint filter in combination with d2v files like in this example:

LoadPlugin("LeakKernelDeint.dll")
LoadPlugin("degrainmedian.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
MPEG2Source("C:\Desktop\tst.d2v", cpu=0)
LeakKernelDeint(Order=0,threshold=1,sharp=true)
DeGrainMedian (limitY=5,limitUV=7,mode=0,interlaced=true)
bicubicresize(512,384)


thanks

Serbianboss
27th November 2006, 21:18
any comment about these scripts. Source is Pal, interlaced(but i dont know does is "pure" interlaced in dgindex said,power dvd sais that is interlaced).

First script is intended for staying interlaced,and second is for making divx