Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. AVCSource("00000.dga")
  2.  
  3. AssumeTFF()
  4.  
  5. title= tfm(order=1,pp=0).Spline64Resize(3840, 1440).Spline64Resize(1920, 1080, 4, 4, -8, -4)
  6. mask= title.mt_edge("prewitt",240,255,y=3,u=1,v=1).Blur(1.5).mt_lut("x 150 < 0 x ?",y=3,u=1,v=1).mt_expand(y=3,u=1,v=1).mt_expand(y=3,u=1,v=1).mt_binarize(20,y=3,u=1,v=1)
  7.  
  8. Destripe(360, 6, 4, 3).evenly720(2, 20)
  9.  
  10. tfm(order=1,pp=1,display=true)
  11.  
  12. nnedi3_rpow2(rfactor=2, nsize=0, nns=4, qual=2, pscrn=false, cshift="spline64resize").Spline64Resize(1920, 1080, 4, 4, -8, -4)
  13.  
  14. mt_merge(last,title,mask,luma=true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement