Advertisement
mawen1250

Naobu v1.0.avsi

Apr 16th, 2013
655
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ### For the Naobu !!! v1.0 ###
  2. ### Requirements: Avisynth ###
  3. ### 2013.04.16             ###
  4. ### Your best friend to    ###
  5. ### completely eliminate   ###
  6. ### any video artifacts    ###
  7.  
  8. Function Naobu(clip Your_Favourite_Little_Movie, string "Preset"){
  9.  
  10. Preset = Default(Preset, "Placebo")
  11.  
  12. Global Naobu_YFLM = Your_Favourite_Little_Movie
  13.  
  14. For_the_Naobu = Your_Favourite_Little_Movie.ScriptClip("""Naobu_YFLM.BlankClip(color_yuv=Round(Naobu_YFLM.AverageLuma)*$010000+
  15. \                                                         Round(Naobu_YFLM.AverageChromaU)*$000100+Round(Naobu_YFLM.AverageChromaV)*$000001)""")
  16.  
  17. return Preset=="fch1993" ? Your_Favourite_Little_Movie.Naobu(Preset=Preset) : For_the_Naobu
  18.  
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement