Advertisement
otoy555

avs23

Nov 30th, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
  2. LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\TIVTC.dll")
  3. DGDecode_mpeg2source("F:\Bloging\CLI\input\07\DAL07.d2v")
  4. a=trim(298, 4970) #prolog-opening
  5. b=trim(7071, 25591) #bagian 1 film
  6. c=trim(27391, 46301) #bagian 2 film-ending
  7. d=trim(48100, 48546) #cuplikan
  8. a.tfm().tdecimate()++b.tfm().tdecimate()++c.tfm().tdecimate()++d.tfm().tdecimate()
  9. crop(0, 0, -2, 0)
  10. SmoothD2()
  11. Spline64Resize(1280, 720)
  12. Flash3kyuu_deband()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement