Log in

View Full Version : Script improve?


max24
22nd May 2007, 12:31
It's an old TV-Series which I would like to encode (transform) to XVID

Sampler: http://simpleupload.net/download/89960/sampler.m2v.html

My Script:
MPEG2Source("D:\D.F.A\Pilot\Pilot.d2v", info=3, cpu=4).Crop(16, 6, -16, -2)
TDeint(mode=2, order=1, full=false, tryweave=true)
Deen("a2d",3,5,7)
lanczosresize(704, 528)
Removegrain(1)


How can i improve this Script?
- resize
- Sharpness
- noise faktor

Thanks for your assistance :helpful:

Guest
22nd May 2007, 12:57
It's field-shifted PAL, so you shouldn't deinterlace. Replace the TDeint() call with a field matcher, e.g.:

Telecide(post=0)

You could use TFM() instead. Of course, you can also trim a field at the start, but that method wouldn't be adaptive.

max24
22nd May 2007, 13:27
Thanks neuron2

Telecide(post=0) is very good, the picture runs cleanly

smapler: http://simpleupload.net/download/89977/test-sampler.avi.html