Jeremy Duncan
27th March 2008, 09:55
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\mt_masktools.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\RemoveGrainSSE2.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\RepairSSE2.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Fluxsmooth.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MT.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\decomb.dll")
mpeg2source("C:\Users\JD\Documents\Unleashed\VTS_01_3.d2v")
SetMemoryMax(1024)
AssumeTFF()
Telecide(chroma=false)
decimate()
aWarpSharp(depth=20, blurlevel=2, thresh=0.21, cm=0)
Crop(0,56,-0,-62)
FluxSmoothT(3)
MT("
a= last
b=a.Spresso(limit=1, limitC=1, bias=27, biasc=27, rgmode=17, rgmodec=17)
SeeSaw(a, b, NRlimit=0, NRlimit2=5, Sstr=0.90, Szp=1, Slimit=9, Sdamplo=16, Spower=1, sootheT=95, SdampHi=39)
",3)
So, here is my code I use.
I use virtualdub, and I encode using this code.
I also sometimes play movies using ffdshow in realtime.
I prefer to encode as I like to crop this way.
I need to use pulldown on my ntsc dvd's using my preferred encoding method.
I tried ignore pulldown using dgindex and it made the sound all messed up with the lipsync.
So I need to use pulldown using my method.
Here is a sample: Link (http://rapidshare.com/files/102714765/Sample.zip.html)
The sample shows a man's face on the first screen.
Using this code and lanczos resize. When I use pulldown, I see the facial details get dumbed down, when I remode the decomb pulldown the details reappear, viola!
I am interested in suggestions on how to get pulldown that doesn't lose detail.
Thank you.
Edit. Here's some sample comparison pictures comparing pulldown and no pulldown.
Link (http://rapidshare.com/files/102716777/Using_pulldown.zip.html)
For these pictures, I remove the crop code and used ffdshow and mpc.
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\mt_masktools.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\RemoveGrainSSE2.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\RepairSSE2.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Fluxsmooth.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MT.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\decomb.dll")
mpeg2source("C:\Users\JD\Documents\Unleashed\VTS_01_3.d2v")
SetMemoryMax(1024)
AssumeTFF()
Telecide(chroma=false)
decimate()
aWarpSharp(depth=20, blurlevel=2, thresh=0.21, cm=0)
Crop(0,56,-0,-62)
FluxSmoothT(3)
MT("
a= last
b=a.Spresso(limit=1, limitC=1, bias=27, biasc=27, rgmode=17, rgmodec=17)
SeeSaw(a, b, NRlimit=0, NRlimit2=5, Sstr=0.90, Szp=1, Slimit=9, Sdamplo=16, Spower=1, sootheT=95, SdampHi=39)
",3)
So, here is my code I use.
I use virtualdub, and I encode using this code.
I also sometimes play movies using ffdshow in realtime.
I prefer to encode as I like to crop this way.
I need to use pulldown on my ntsc dvd's using my preferred encoding method.
I tried ignore pulldown using dgindex and it made the sound all messed up with the lipsync.
So I need to use pulldown using my method.
Here is a sample: Link (http://rapidshare.com/files/102714765/Sample.zip.html)
The sample shows a man's face on the first screen.
Using this code and lanczos resize. When I use pulldown, I see the facial details get dumbed down, when I remode the decomb pulldown the details reappear, viola!
I am interested in suggestions on how to get pulldown that doesn't lose detail.
Thank you.
Edit. Here's some sample comparison pictures comparing pulldown and no pulldown.
Link (http://rapidshare.com/files/102716777/Using_pulldown.zip.html)
For these pictures, I remove the crop code and used ffdshow and mpc.