View Single Post
Old 10th March 2010, 12:41   #7  |  Link
helplessandlost
Registered User
 
Join Date: Jan 2010
Posts: 55
Thanks Emulgator, let me ask for clarification. Are you saying in your edit that your "slooow" script is useable if I run it in two passes?

So pass 1:

....sourcefilter...
ConvertToYV12#(interlaced=true)
ColorYUV(cont_u=400, cont_v=400, off_u=-1, off_v=2, analyze=false, showyuv=false)
ConvertToYUY2
adjustY("spline(Y, 0, 0, 8, 0, 16, 11, 20, 16, 55, 90, 70, 140, 90, 180, 250, 220, 255, 235, true)", false)

Pass 2:

ConvertToYV12
MCTemporalDenoise(settings="medium", deblock=false, interlaced=false, chroma=true, sharp=true, strength=300, GPU=true) < set for either medium or high

Last edited by helplessandlost; 10th March 2010 at 12:45.
helplessandlost is offline   Reply With Quote