Guest User

Untitled

a guest
Apr 9th, 2011
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. environment:
  2. Windows7SP1 x64
  3. Core2Quad Q9450 2.6GHz / DDR2-800 8GB RAM
  4.  
  5.  
  6. #benchmark.avs
  7. ImageReader("test_1280x720.bmp", 0, 999) #RGB32
  8. BlackmanResize(720, 480)
  9. Spline64Resize(1920, 1080)
  10. GaussResize(512, 384)
  11.  
  12. $ for i in {1..3}; do avs2avi benchmark.avs -c null -o n; done
  13.  
  14. results:
  15. 2.5.8 2.6.0α2
  16. 1st 00:02:26.256(6.84fps) 00:01:10.753(14.13fps)
  17. 2nd 00:02:26.256(6.84fps) 00:01:10.764(14.13fps)
  18. 3rd 00:02:26.257(6.84fps) 00:01:10.753(14.13fps)  (CPU: about 30%)
  19.  
  20.  
  21. -----------------------------------------------------------------------------
  22.  
  23. environment:
  24. Ubuntu 10.10 / wine 1.3.14
  25. Core2Duo T7300@2GHz / DDR-800 2GB RAM
  26.  
  27.  
  28. #benchmark.avs
  29. ImageSource("Z:\home\chikuzen\Pictures\1920x1080.bmp", 0, 999) #RGB32
  30. BlackmanResize(720, 480)
  31. Spline64Resize(1920, 1080)
  32. GaussResize(512, 384)
  33.  
  34. $ for i in {1..3}; do wine avs2avi benchmark.avs -c null -o n; done
  35.  
  36. results:
  37. 2.5.8 2.6.0α2
  38. 1st 00:03:40.414 (4.54fps) 00:01:56.483 (8.58fps)
  39. 2nd 00:03:32.149 (4.71fps) 00:01:56.722 (8.57fps)
  40. 3rd 00:03:31.894 (4.72fps) 00:01:56.471 (8.59fps)
Advertisement
Add Comment
Please, Sign In to add comment