PDA

View Full Version : Am I using "ConvertToRGB24" properly?


Jeremy Duncan
15th February 2008, 19:38
Fancy Dancy FFDshow settings
http://aycu34.webshots.com/image/44433/2000801308120562977_th.jpg (http://allyoucanupload.webshots.com/v/2000801308120562977)

Avisynth script
SetMemoryMax(1024)
AssumeTFF()
Telecide(chroma=false)
decimate()
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=1.60, Szp=1, Slimit=9, Sdamplo=16, Spower=1, sootheT=95, SdampHi=39)
",3)
aWarpSharp(depth=20, blurlevel=2, thresh=0.21, cm=0)
MT("ConvertToRGB24",2,2)
chromaresample="Lanczos"

Regular FFDshow settings.

________ Seesaw ________

Codecs tab
Set Mpeg2 to Libmpeg2, and check "DVD decoding".
Set Avisynth to Avisynth, Raw video to All supported

Avisynth tab
YV12 checked,
Add FFdshow Video source checked,
3:2 Pulldown box: Apply Pulldown checked,
Check Buffer back/Ahead: 1, 15

SetMemoryMax(1024)
AssumeTFF()
Telecide(chroma=false)
decimate()
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=1.60, Szp=1, Slimit=9, Sdamplo=16, Spower=1, sootheT=95, SdampHi=39)
",3)
aWarpSharp(depth=20, blurlevel=2, thresh=0.21, cm=0)

Subtitles tab, Unchecked
Uncheck "Decode closed captions"
Uncheck "Accept embedded subs"
Uncheck "Accept SSA, ASS, ASS2 Subtitle (experimental)
Vobsub subpage, uncheck Vobsub Enable.

Resize & aspect tab
Specify size 1920, 1080
Process Pixel aspect ratio internally checked
No aspect ratio correction checked
Lanczos
Taps: 2
Luma Sharpen: 0.00
Accurate rounding checked

Queue & Output tab
Queue output samples checked

Output tab
YV12 checked

Fancy Dancy (http://fileserver6.jpghosting.com/images/FancyDancy_6dd3256215bbeb3761c511e3e0364a1c.png)
Regular Seesaw (http://fileserver6.jpghosting.com/images/RegularSeesaw_c5d9c2024c45603b1a71fc156d75f881.png)

I can see a difference in the dark area.
I don't know why that is though.

Jeremy Duncan
15th February 2008, 21:01
Virtualdub wouldn't open unless I put lanczosresize in there.
So I guess I answered my own question.

SetMemoryMax(1024)
AssumeTFF()
Telecide(chroma=false)
decimate()
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=1.60, Szp=1, Slimit=9, Sdamplo=16, Spower=1, sootheT=95, SdampHi=39)
",3)
aWarpSharp(depth=20, blurlevel=2, thresh=0.21, cm=0)
MT("ConvertToRGB24",2,2)
chromaresample="Lanczos"
lanczosresize(720,480)