Opened 4 months ago
Closed 4 months ago
#11181 closed enhancement (fixed)
Add support for Vulkan encoding
Reported by: | Lynne | Owned by: | |
---|---|---|---|
Priority: | important | Component: | avcodec |
Version: | git-master | Keywords: | vulkan encoder |
Cc: | Michael Niedermayer | Blocked By: | |
Blocking: | 7.1 | Reproduced by developer: | yes |
Analyzed by developer: | yes |
Description
This issue tracks support for Vulkan encoding in FFmpeg. As the most used implementation of Vulkan decoding, its important that we implement Vulkan encoding to speed up adoption of the new standard for accelerated video.
Current development branch with all changes:
Change History (5)
comment:1 by , 4 months ago
Cc: | added |
---|
comment:2 by , 4 months ago
comment:4 by , 4 months ago
HEVC encoder merged.
Documentation is coming up tomorrow, but for now, you can use ffmpeg -help encoder=h264_vulkan
and consult the VAAPI documentation since settings match.
comment:5 by , 4 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
H.264 encoder pushed.
And once the HEVC encoder patchset gets pushed, I'll close this issue.