You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.
I've been trying to use VPF(master branch) for decoding VP8-encoded videos, but it's not working as expected. I referred to issue #493 and made modifications to both src/PyNvCodec/init.pyi and src/PyNvCodec/src/PyNvCodec.cpp files, however, I haven't achieved the desired result.
Could you please advise me on the specific actions needed to enable VP8 decoding within VPF? Your guidance would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
Please check out https://github.com/RomanArzumanyan/VALI which is VPF successor. It's actively developed and maintained, has compatible API and module naming. Just duplicate your issue there.
Unfortunately I won't be able to help you here because there's no active VPF development going on. There are 7 pending PRs and last accepted commit was a long time ago.
Could you please advise me on the specific actions needed to enable VP8 decoding within VPF?
Couple tweaks here and there in NvCodec.cpp and other related files. Adding this feature should not be a big deal.
Hi,
I've been trying to use VPF(master branch) for decoding VP8-encoded videos, but it's not working as expected. I referred to issue #493 and made modifications to both src/PyNvCodec/init.pyi and src/PyNvCodec/src/PyNvCodec.cpp files, however, I haven't achieved the desired result.
Could you please advise me on the specific actions needed to enable VP8 decoding within VPF? Your guidance would be greatly appreciated.
The text was updated successfully, but these errors were encountered: