[Cin] h264 vulkan encoding
Terje J. Hanssen
terjejhanssen at gmail.com
Thu Aug 15 11:52:56 CEST 2024
Den 13.08.2024 12:03, skrev Andrea paz:
>
> I compiled CinGH with ffmpg.git buy I have same errors.
>
>
The "Vulkan Tutorial" seems to be an interesting info reading. As I
understand it, Vulkan is a generic cross-platform, computer-graphic
engine.
https://vulkan-tutorial.com/Development_environment#page_Linux
And as from its Introducion section:
However, the price you pay for these benefits is that you have to
work with a significantly more verbose API. Every detail related to
the graphics API needs to be set up from scratch by your
application, including initial frame buffer creation and memory
management for objects like buffers and texture images. The graphics
driver will do a lot less hand holding, which means that you will
have to do more work in your application to ensure correct
behavior.The takeaway message here is that Vulkan is not for
everyone. It is targeted at programmers who are enthusiastic about
high performance computer graphics, and are willing to put some work in.
Else, I have also requested the FFmpeg-user list about the ffmpeg
Vulkan: hwaccel initialisation returned error, and from there it has
been forwarded to Intel to possibly have a look at it and clarify more
https://ffmpeg.org//pipermail/ffmpeg-user/2024-August/058562.html
<https://ffmpeg.org//pipermail/ffmpeg-user/2024-August/058562.html>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.cinelerra-gg.org/pipermail/cin/attachments/20240815/8272960e/attachment.htm>
More information about the Cin
mailing list