-
Notifications
You must be signed in to change notification settings - Fork 4
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
Opportunity convert one frame from bytes #105
Comments
Hi @kadimon Yes, it does. |
I have not found an example of creating a packet of bytes in samples. I am currently experiencing some hardware compatibility issues when trying to run code from a decoder sample. It is great that the ability to decode bytes of keyframes is available. @RomanArzumanyan if you have a sample code that would be cool. |
You can e. g. run samples in Google Colab notebook with T4 runtime type.
That contradicts the issue description. I was under impression that you need to decode a single key frame. VALI/tests/test_PyNvEncoder.py Line 55 in 1862c35
Please note that VALI can only take files as input. You can mmap encoded packet, but it has to have the URL. |
Is it possible to use this library to convert a single keyframe from bytes?
The text was updated successfully, but these errors were encountered: