Don't like ads? PRO users don't see any ads ;-)
Guest

Timeranger 06 - Bobber

By: AzraelNewtype on Jul 14th, 2012  |  syntax: Avisynth  |  size: 0.25 KB  |  hits: 198  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. LoadPlugin("C:\avsfilters\Checkmate.dll")
  2. LoadPlugin("C:\avsfilters\nnedi3.dll")
  3.  
  4. SetMemoryMax(768)
  5.  
  6. DGDecode_Mpeg2Source("VTS_01_1.d2v")
  7.  
  8. trim(0,43755)
  9. Spline64Resize(640,480,5,0,-16,-0)
  10. Checkmate()
  11. nnedi3(field=-2)
  12. Spline36Resize(640,480,0,10,0,-5)