Advertisement
Guest User

Touhou WebM crop

a guest
Sep 19th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # AviSynth to crop Touhou games playfields.
  2. # Before using this, trim the videos using the "Processing" tab buttons. Once it's done, click advanced option, and paste what's below.
  3. # Be sure to keep the "Trim(start, end)" line that is already there intact.
  4. # !! Note that this script is for 1280x800 windowed mode. For 640x400, simply multiply all Crop() arguments by half, and remove the LanczosResize() line.
  5. # It won't work for the photography games/ISC/GFW, since the playfield is not at the same position.
  6. Crop(64, 32, -448, -32)
  7. LanczosResize(384, 448)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement