Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 425 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 425 Bytes

ProRes Software Decoder

Hosted demo of our initial ProRes Software Decoder so we can have a sample of people run it and report on the real-time playback numbers.

Instructions

  1. Open the demo page
  2. Report the Frames Per Second or Real-time multiple.

Running locally

npm install -g serve
serve

Credits

  • libav.js doing the heavy lifting.