yosh
22nd July 2006, 14:48
Hi, could someone help me out with this? I need to pan and scan a movie with a 2:35 aspect ratio to 16:9.
I have tried using a few filters, but what I am trying to aim for is the quality you would get on say, an HBO pan and scan. They are extremely good quality, I can't seem to get that.
Do they pan and scan the movie at 1920xXXXX? Or do they use the higher resolution you get with film and just crop it from a 4k resolution so it still stays native? I doubt they do that, since movies that are shot in HD like Attack of the Clones were pan and scanned from 1920x816 as they were shot in that resolution.
Here's my script:
Loadplugin("K:\Program Files\AVIsynth 2.5\plugins\RSharpen.dll")
Import("K:\Program Files\AviSynth 2.5\plugins\LimitedSharpen.avs")
Loadplugin("K:\Program Files\AVIsynth 2.5\plugins\DGDecode.dll")
Loadplugin("K:\Program Files\AVIsynth 2.5\plugins\RemoveDirt.dll")
Loadplugin("K:\Program Files\AVIsynth 2.5\plugins\Convolution3D.dll")
Loadplugin("K:\Program Files\AVIsynth 2.5\plugins\TIVTC.dll")
Loadplugin("K:\Program Files\AVIsynth 2.5\plugins\degrainmedian.dll")
mpeg2source("K:\Documents and Settings\Tom\Desktop\resize\new.d2v",idct=3)
converttoyuy2(interlaced=false)
LimitedSharpen(ss_x=2.0, ss_y=2.0, Smode=1, strength=255)
DeGrainMedian(limitY=5,limitUV=7,mode=1, norow=true)
removedirt(mthreshold=4*255,athreshold=18,soscillation=10,doscillation=255,dist=2,tolerance=12,show=0)
Convolution3d (preset="movieHQ")
lanczosresize(2400,1360)
Probably not a very good one...
-yosh
I have tried using a few filters, but what I am trying to aim for is the quality you would get on say, an HBO pan and scan. They are extremely good quality, I can't seem to get that.
Do they pan and scan the movie at 1920xXXXX? Or do they use the higher resolution you get with film and just crop it from a 4k resolution so it still stays native? I doubt they do that, since movies that are shot in HD like Attack of the Clones were pan and scanned from 1920x816 as they were shot in that resolution.
Here's my script:
Loadplugin("K:\Program Files\AVIsynth 2.5\plugins\RSharpen.dll")
Import("K:\Program Files\AviSynth 2.5\plugins\LimitedSharpen.avs")
Loadplugin("K:\Program Files\AVIsynth 2.5\plugins\DGDecode.dll")
Loadplugin("K:\Program Files\AVIsynth 2.5\plugins\RemoveDirt.dll")
Loadplugin("K:\Program Files\AVIsynth 2.5\plugins\Convolution3D.dll")
Loadplugin("K:\Program Files\AVIsynth 2.5\plugins\TIVTC.dll")
Loadplugin("K:\Program Files\AVIsynth 2.5\plugins\degrainmedian.dll")
mpeg2source("K:\Documents and Settings\Tom\Desktop\resize\new.d2v",idct=3)
converttoyuy2(interlaced=false)
LimitedSharpen(ss_x=2.0, ss_y=2.0, Smode=1, strength=255)
DeGrainMedian(limitY=5,limitUV=7,mode=1, norow=true)
removedirt(mthreshold=4*255,athreshold=18,soscillation=10,doscillation=255,dist=2,tolerance=12,show=0)
Convolution3d (preset="movieHQ")
lanczosresize(2400,1360)
Probably not a very good one...
-yosh