Advertisement
Guest User

Untitled

a guest
Jun 1st, 2011
530
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #TEST_0.avs
  2. LoadPlugin("DGDecode.dll")
  3. MPEG2Source("1440x1080.d2v")
  4. Spline36resize(1280,720)
  5.  
  6. avs2pipemod.exe -benchmark TEST_0.avs
  7. avs2pipemod [info]: benchmarking 3690 frames video.
  8. benchmark result: total elapsed time is 67.022 sec [55.057fps]
  9.  
  10. -----------------------------------------------------------------------------
  11.  
  12. #TEST_1.avs
  13. LoadPlugin("DGDecode.dll")
  14. LoadPlugin("ThreadRequest.dll")
  15. MPEG2Source("1440x1080.d2v").ThreadRequest()
  16. Spline36resize(1280,720).ThreadRequest()
  17. Trim(0,0)
  18.  
  19. avs2pipemod -benchmark TEST_1.avs
  20. avs2pipemod [info]: benchmarking 3690 frames video.
  21. benchmark result: total elapsed time is 38.224 sec [96.536fps]
  22.  
  23. CPU Q9550 / DDR2-800 x 8GB
  24. Windows7 Professional(x64) SP1 / avisynth2.6.0alpha3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement