-
Nvidia Video Codec SDK and Intel MSDK support H265 444 encoding and decoding in latest release version. Besides, YUV444 encoding is quite important in design scenarios.
-
- OpenCV => 3.3.1-dev (github trunk: 29e4a4940dd81b22b26cbb51a2673d8c17f9f57d)
- Operating System / Platform => CentOS 7.3 64Bit
- Compiler => Default compiler on OS, gcc 4.8.5 20150623 (Red Hat 4.8…
cysin updated
5 years ago
-
test method example:
Find two AV1 videos with different resolutions
Use MKVToolNix `Append to an existing source file`
op200 updated
3 months ago
-
[Vulkan Video extensions](https://www.khronos.org/blog/an-introduction-to-vulkan-video) were announced earlier this year and GPU vendors are working on the support. At the time of writing, [this](http…
zmerp updated
2 years ago
-
Hi,
On low power configuration, video is lagging when on the same machine under Windows 10 everything runs smoothly.
Is Linux Player optimized for hardware decoding ?
Running on mini PC Zotac…
-
Currently the video lags on my testing system (Pi 3 Model B) and it is likely because we currently use software decoding (through FFmpeg). Supposedly the Pi 3 [is capable of decoding 1080p30](https://…
-
**Describe the bug**
After about 15 minutes of playback with the mpv player with software decoding the screen goes purple
**To Reproduce**
Steps to reproduce the behavior:
1. Enable mpv player
2. Se…
-
Hi,
I'm writing hardware decoding code for FFmpeg ([code](https://github.com/cyanreg/FFmpeg/tree/vulkan_decode)), and in the process I've found some issues with the extensions.
The first one is si…
-
Current PyAV based is too slow as it it based in CPU only
The option to use VPF is discarded as it doesn't support audio
-
```
If we cannot get ahold of the source code; we might be able to use the
precompiled binaries from Android (the libvpu and dependent libs) and write a
wrapper for video acceleration... maybe.
That…