Guest User

Untitled

a guest
Sep 7th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. songs = overlay(last, back, 1920-480, 1080-270, mask.showAlpha("RGB32"), 0.85, mode = "blend").\
  2. subtitle("We Can Make The World Stop\nThe Glitch Mob\nWe Can Make The World Stop EP",1680, 920, 60, 179, "Segoe Script", 36, $FFFFFF, $808080, 5, lsp = 1).\
  3. subtitle("Disco Punks on Jolt\nBlue Stahli\nAntisleep Vol. 01",1680, 920, 9735, 9854, "Segoe Script", 36, $FFFFFF, $808080, 5, lsp = 1).\
  4. subtitle("Drive It Like You Stole It\nThe Glitch Mob\nDrink the Sea",1680, 920, 14360, 14479, "Segoe Script", 36, $FFFFFF, $808080, 5, lsp = 1)
  5.  
  6. trim(last, 0, 59) + dissolve(trim(last, 60, 89), trim(songs, 60, 89), 30) + trim(songs, 90, 149) + \
  7. dissolve(trim(songs, 150, 179), trim(last, 150, 179), 30) + trim(last, 180, 9734) + \
  8. dissolve(trim(last, 9735, 9764), trim(songs, 9735, 9764), 30) + trim(songs, 9765, 9824) + \
  9. dissolve(trim(songs, 9825, 9854), trim(last, 9825, 9854), 30) + trim(last, 9855, 14359) + \
  10. dissolve(trim(last, 14360, 14389), trim(songs, 14360, 14389), 30) + trim(songs, 14390, 14449) + \
  11. dissolve(trim(songs, 14450, 14479), trim(last, 14450, 14479), 30) + trim(last, 14480, last.framecount)
Add Comment
Please, Sign In to add comment