mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avcodec: add D3D12VA hardware HEVC encoder
This implementation is based on D3D12 Video Encoding Spec: https://microsoft.github.io/DirectX-Specs/d3d/D3D12VideoEncoding.html Sample command line for transcoding: ffmpeg.exe -hwaccel d3d12va -hwaccel_output_format d3d12 -i input.mp4 -c:v hevc_d3d12va output.mp4 Signed-off-by: Tong Wu <tong1.wu@intel.com>
This commit is contained in:
parent
d822146f4f
commit
ba0c14e6bf
6 changed files with 2910 additions and 1 deletions
|
|
@ -849,6 +849,7 @@ extern const FFCodec ff_h264_vaapi_encoder;
|
|||
extern const FFCodec ff_h264_videotoolbox_encoder;
|
||||
extern const FFCodec ff_hevc_amf_encoder;
|
||||
extern const FFCodec ff_hevc_cuvid_decoder;
|
||||
extern const FFCodec ff_hevc_d3d12va_encoder;
|
||||
extern const FFCodec ff_hevc_mediacodec_decoder;
|
||||
extern const FFCodec ff_hevc_mediacodec_encoder;
|
||||
extern const FFCodec ff_hevc_mf_encoder;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue