Advertisement
Guest User

Untitled

a guest
Apr 21st, 2017
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. LogoRemove =
  2. MP_Pipeline("""
  3. ### platform: win64
  4. $select:msg:Select Source Type;LogoRemove LSMASHVideoSource|LoadPlugin("%startup_dir%Apps\Plugins\avs\L-SMASH-Works\LSMASHSource.dll") LSMASHVideoSource("%source_file%", format = "YUV420P8");LogoRemove LWLibavVideoSource|LoadPlugin("%startup_dir%Apps\Plugins\avs\L-SMASH-Works\LSMASHSource.dll") LWLibavVideoSource("%source_file%", format = "YUV420P8");LogoRemove FFVideoSource|LoadPlugin("%startup_dir%Apps\Plugins\both\ffms2\ffms2.dll")FFVideoSource("%source_file%", cachefile = "%source_temp_file%.ffindex", colorspace = "YV12");LogoRemove AviSource|AviSource("%source_file%", Audio = False)$
  5. ### ###
  6. ### platform: win32
  7. LoadcPlugin("C:\Users\user\Desktop\AVSInpaint.dll")
  8. Import("C:\Users\user\Desktop\InpaintFunc.avs")
  9. InpaintFunc(mask="$browse_file$", loc="$enter_text:Enter mask coordinates ex: 760,1030,-28,-8$", speed=20, mode="$select:msg:Mode;Inpaint for Opaque logo|Inpaint;Deblend for Transparent logo|Deblend;Both if both Opaque and Transparent|Both$", ppmode=1, pp=75, Radius=5.0, show=$select:msg:Show Delogoing Steps and Process;Show result only|false;Show steps and process|true$)
  10. ### ###
  11. """)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement