Advertisement
sonkai

Usage: EraseMBSLogo

May 30th, 2014
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # avsiをインポート
  2. Import("EraseMBSLogo.avsi")
  3.  
  4. #ロゴ消しのところで、こう使います
  5. LogoPath = "C:\\applications\\aviutl99j2\\logo\\YUNO-MBS 1440x1080.lgd"
  6. EraseMBSLogo(LogoPath,begin=18,end=24780) #フェードイン・フェードアウトの両方を指定する場合はbeginとendを指定
  7. EraseMBSLogo(LogoPath,begin=42394+18) #フェードインのみ指定する場合はbeginのみ指定
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement