xiph / aomanalyzer

AV1 / VP9 Bitstream Analyzer
MIT License
223 stars 46 forks source link

VP9 Support #74

Open naveenkumarponnusamy opened 5 years ago

naveenkumarponnusamy commented 5 years ago

Does this support VP9? Here - https://people.xiph.org/~mbebenita/analyzer/- it suggests that VP9 is supported. I have not been able to find a JS decoder for VP9. The awcy runs have JS decoder only for AV1 runs. Even the codecs build script on awcy, builds only av1 inspect.js. And libvpx does not have any of accounting and inspect code.

wwww-wwww commented 4 years ago

one year later...

I got it to work using the libvpx inspect tools found in this branch https://chromium.googlesource.com/webm/libvpx/+/refs/heads/bitstream-analyzer

following the same steps to prepare emscripten for when building libaom's inspect.js, you can simply run tools/build_inspector.sh and the inspect.js and inspect.wasm will be created in tools/.inspect/