Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Enable VP8 decoding #493

Closed
wants to merge 1 commit into from
Closed

Conversation

gustavo-lighttwist
Copy link

By exposing the codec type "VP8" to the python side the decoding seems to work fine for VP8. I'm not sure if this was disabled on purpose, but I am interested if there was a reason.

@theHamsta
Copy link
Collaborator

Could you install the package and then run

pip install .
make generate-stubs

and commit the updated stub file __init__.pyi? If you don't have make you can run the equivalent bash commands

pip3 install mypy
stubgen -mPyNvCodec._PyNvCodec
cp out/PyNvCodec/_PyNvCodec.pyi src/PyNvCodec/__init__.pyi

@theHamsta
Copy link
Collaborator

Never mind, I run it on my side theHamsta@fa97161 but could not push to your branch

@theHamsta
Copy link
Collaborator

Superseeded by #494

@theHamsta theHamsta closed this Jun 14, 2023
@theHamsta
Copy link
Collaborator

Thank you for your contribution!

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

Successfully merging this pull request may close these issues.

2 participants