Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VP9 Support #74

Open
naveenkumarponnusamy opened this issue Jun 22, 2019 · 1 comment
Open

VP9 Support #74

naveenkumarponnusamy opened this issue Jun 22, 2019 · 1 comment

Comments

@naveenkumarponnusamy
Copy link

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
Copy link

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants