Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. v=dgdecode_mpeg2source("D:\downloads\amagi.d2v")
  2. a=ffaudiosource("amagi PID 112 DELAY -352ms.aac")
  3. m=audiodub(v, a)
  4. delayaudio(m,0)
  5. Trim(2989, 6824) ++ Trim(8624, 27743) ++ Trim(29543, 49441) ++ Trim(52140, 53337)
  6. tfm().tdecimate()
  7. crop(4,4,-4,-4)
  8. #spline36resize(260,130)
  9. spline36resize(1280,720)
  10. removegrain()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement