Advertisement
Guest User

Untitled

a guest
Jun 27th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. ColorBars(width = 1920, height = 1080, pixel_type = "rgb32", staticframes = false).killaudio().assumefps(60, 1).trim(0,7199)
  2.  
  3. Detectclip = last
  4.  
  5. RED=ShowRed(Pixel_Type="Y8").Levels( 0,0.8,255, 8,247,coring=false)
  6. GRN=ShowGreen(Pixel_Type="Y8").Levels(0,1.5,255,12,223,coring=false)
  7. BLU=ShowBlue(Pixel_Type="Y8").Levels( 0,2.0,255,32,239,coring=false)
  8. MergeRGB(RED,GRN,BLU,pixel_Type="RGB32")
  9.  
  10. DetectionClip = DetectClip.Blur(1.58).Blur(1.58).Spline36Resize(320,240)
  11.  
  12. BadColorclip = last
  13.  
  14. GamMatch ( BadColorClip, DetectionClip, RedMul=1.0, GrnMul=1.0, BluMul=1.0, Th=0.04, loTh=0.04, hiTh=0.04, RngLim=11, GamMax=10.0, x=10,y=10,w=-10,h=-10, show=false, Verbosity=2, coords=false )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement