vk_video_samples
vk_video_samples copied to clipboard
Vulkan video samples
There remain some less serious warnings after this series, but to fix some of the more difficult ones, changes in how the image handling and download happens were required. Those...
When will the version that supports P frames be released. Thank you for your efforts.
STD_VIDEO_H26X_PICTURE_TYPE_INTRA_REFRESH is not supported by this switch statement which causes the assert to go off. https://github.com/nvpro-samples/vk_video_samples/blob/9840c6416353d6b9359407711544e85af6527cfb/vk_video_encoder/libs/VkVideoEncoder/VkVideoEncoder.cpp#L829
Hi, I noticed there is in the source code support for Multi-layer HEVC files. Can you explain a bit more about how it works, and how I can read the...
Intel hardware has some initial support for vulkan video decoding but this application appears to fail in numerous ways when attempting to run it on linux+mesa. Most of these appear...
Hi, Seems at the end of the project Readme is noted no support yet for h265 encode in this ssmple.. But seeing there is already some “experimental” RADV AMD branches...
In https://github.com/nvpro-samples/vk_video_samples/blob/ff6ef40e25da75604eb550299b93c9671aac0b40/vk_video_decoder/libs/NvVideoParser/src/VulkanVideoDecoder.cpp#L266 it seems the scanner will read every bytes of the stream. This is commonly optimized with a reduce Boyer-More algorithm, allowing to read only a third of the...
vk-video-dec-text.exe fails when asked to decode (using Vulkan SDK 1.2.176.1, GTX 1080 with the suggested Beta driver 458.36 on Windows 10): General Complete name : D\Big_Buck_Bunny_1080_10s_30MB.mp4 Format : MPEG-4 Format...
Adds support for the AV1 decoder
Reporting some issues with update_external_sources.sh script: 1. update_external_sources.sh script is not in the root of the repository, but in the decoder sample, either the build instructions need be updated or...