galinart
5002829416
libavcodec/qsvenc: enable Hyper Encode
...
Hyper Encode uses Intel integrated and discrete graphics on one system
to accelerate encoding of a single video stream.
Depending on the selected parameters and codecs, performance gain on AlderLake iGPU + ARC Gfx up to 1.6x.
More information: https://www.intel.co.uk/content/www/uk/en/architecture-and-technology/adaptix/deep-link.html
Developer guide: https://github.com/oneapi-src/oneVPL-intel-gpu/blob/main/doc/HyperEncode_FeatureDeveloperGuide.md
Hyper Encode is supported only on Windows and requires D3D11 and oneVPL.
To enable Hyper Encode need to specify:
-Hyper Encode mode (-dual_gfx on or dual_gfx adaptive)
-Encoder: h264_qsv or hevc_qsv
-BRC: VBR, CQP or ICQ
-Lowpower mode (-low_power 1)
-Closed GOP for AVC or strict GOP for HEVC -idr_interval = 0 used by default
Depending on the encoding parameters, the following parameters may need
to be adjusted:
-g recommended >= 30 for better performance
-async_depth recommended >= 30 for better performance
-extra_hw_frames recommended equal to async_depth value
-bf recommended = 0 for better performance
In the cases with fast encoding (-preset veryfast) there may be no
performance gain due to the fact that the decode is slower than the encode.
Command line examples:
ffmpeg.exe -init_hw_device qsv:hw,child_device_type=d3d11va,child_device=0 -v verbose -y -hwaccel qsv -extra_hw_frames 60 -async_depth 60 -c:v h264_qsv -i bbb_sunflower_2160p_60fps_normal.mp4
-async_depth 60 -c:v h264_qsv -preset medium -g 60 -low_power 1 -bf 0 -dual_gfx on output.h265
Signed-off-by: galinart <artem.galin@intel.com>
2023-01-30 08:48:58 +08:00
..
2022-11-06 14:39:36 +01:00
2022-11-06 14:39:36 +01:00
2022-11-06 17:37:21 +01:00
2023-01-29 09:14:13 +01:00
2022-12-20 15:02:45 +01:00
2023-01-17 12:54:29 +01:00
2022-11-06 14:39:33 +01:00
2022-11-06 14:39:33 +01:00
2022-11-06 14:39:33 +01:00
2022-11-06 14:39:35 +01:00
2022-11-06 14:39:33 +01:00
2022-11-06 14:39:35 +01:00
2022-11-06 14:39:35 +01:00
2022-11-06 14:39:33 +01:00
2022-11-06 14:39:35 +01:00
2022-11-06 14:39:33 +01:00
2022-11-06 14:39:35 +01:00
2023-01-11 12:12:25 +01:00
2022-11-06 14:39:27 +01:00
2022-11-06 14:39:27 +01:00
2023-01-10 11:47:29 +01:00
2022-11-06 14:39:27 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2022-11-06 14:39:27 +01:00
2022-11-11 12:22:47 +01:00
2022-11-06 14:39:27 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2023-01-27 19:45:36 +01:00
2023-01-27 22:38:45 +05:30
2023-01-27 22:38:45 +05:30
2023-01-27 22:38:45 +05:30
2022-11-28 09:11:38 +01:00
2022-12-20 18:35:13 +01:00
2023-01-29 09:22:57 +01:00
2022-12-03 19:08:44 +01:00
2023-01-29 09:22:57 +01:00
2022-11-06 14:39:39 +01:00
2022-11-06 14:39:40 +01:00
2022-11-06 14:39:40 +01:00
2022-11-06 14:39:40 +01:00
2022-11-11 12:22:47 +01:00
2022-11-06 14:39:34 +01:00
2023-01-10 09:08:09 -03:00
2022-12-13 08:48:59 -05:00
2022-12-07 08:55:33 -03:00
2023-01-29 09:23:15 +01:00
2022-11-06 12:15:56 -03:00
2022-11-06 12:15:56 -03:00
2022-12-01 11:21:14 +01:00
2023-01-29 09:22:57 +01:00
2022-12-07 08:48:47 -03:00
2023-01-29 09:22:57 +01:00
2023-01-18 09:41:32 +01:00
2023-01-18 09:41:32 +01:00
2023-01-29 09:22:57 +01:00
2023-01-12 15:44:41 +01:00
2023-01-24 21:41:55 +00:00
2023-01-13 20:53:02 +02:00
2023-01-13 20:53:02 +02:00
2023-01-13 20:53:02 +02:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2022-11-10 00:39:43 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2023-01-27 19:45:36 +01:00
2023-01-27 19:45:36 +01:00
2023-01-29 09:14:13 +01:00
2022-11-06 14:39:36 +01:00
2022-11-06 14:39:36 +01:00
2022-11-06 14:39:36 +01:00
2022-11-06 14:39:37 +01:00
2022-11-06 14:39:37 +01:00
2022-11-06 14:39:36 +01:00
2022-11-06 14:39:36 +01:00
2023-01-29 09:22:57 +01:00
2023-01-10 11:47:29 +01:00
2022-12-12 18:31:28 -03:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2022-11-06 14:39:36 +01:00
2023-01-27 19:45:36 +01:00
2022-12-28 00:25:35 +01:00
2022-11-16 08:41:14 +01:00
2023-01-29 13:10:20 +01:00
2023-01-29 09:22:57 +01:00
2023-01-11 12:12:25 +01:00
2023-01-29 09:22:57 +01:00
2023-01-15 19:34:39 +01:00
2023-01-29 09:23:15 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2023-01-26 20:37:14 +01:00
2022-11-28 21:20:56 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2022-12-26 21:15:36 +01:00
2022-12-26 21:15:36 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2023-01-26 20:37:01 +01:00
2023-01-29 13:09:17 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2023-01-18 09:41:32 +01:00
2023-01-29 09:22:57 +01:00
2022-11-11 12:24:23 +01:00
2023-01-29 09:22:57 +01:00
2023-01-26 20:37:01 +01:00
2022-12-12 18:30:17 -03:00
2023-01-26 20:37:01 +01:00
2022-12-01 11:00:41 +01:00
2022-12-01 11:00:40 +01:00
2022-12-01 11:00:41 +01:00
2022-12-01 11:00:41 +01:00
2022-12-01 11:00:41 +01:00
2022-12-01 11:00:41 +01:00
2023-01-11 12:12:27 +01:00
2022-12-01 11:00:41 +01:00
2022-12-01 11:00:40 +01:00
2022-12-01 11:00:41 +01:00
2023-01-11 12:12:27 +01:00
2023-01-13 21:26:27 +02:00
2023-01-13 21:26:27 +02:00
2022-12-01 11:00:41 +01:00
2022-12-01 11:00:41 +01:00
2022-12-01 11:00:41 +01:00
2022-12-01 11:00:41 +01:00
2023-01-29 09:22:57 +01:00
2022-12-28 00:25:34 +01:00
2023-01-29 09:22:57 +01:00
2022-12-01 11:00:41 +01:00
2022-12-01 11:00:41 +01:00
2022-12-01 11:00:40 +01:00
2022-12-01 11:00:40 +01:00
2022-12-01 11:00:41 +01:00
2023-01-29 09:22:57 +01:00
2022-11-06 14:39:42 +01:00
2022-12-07 08:55:33 -03:00
2022-11-06 17:41:26 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2022-12-10 21:15:27 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:23:17 +01:00
2022-11-12 13:38:05 -06:00
2023-01-29 09:22:57 +01:00
2022-12-17 21:37:23 -03:00
2022-11-29 14:56:40 -03:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2023-01-22 17:00:57 +02:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:23:16 +01:00
2022-12-02 21:29:40 -03:00
2023-01-29 09:23:17 +01:00
2023-01-29 09:22:57 +01:00
2023-01-17 14:02:55 -08:00
2023-01-17 14:02:55 -08:00
2023-01-17 14:02:55 -08:00
2023-01-29 09:23:17 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:23:17 +01:00
2023-01-29 09:23:17 +01:00
2022-12-01 11:21:14 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2023-01-27 19:45:36 +01:00
2022-12-26 21:15:36 +01:00
2022-11-21 23:55:57 +08:00
2022-11-21 23:55:57 +08:00
2023-01-11 18:58:14 +08:00
2022-12-08 23:52:39 +08:00
2022-12-08 23:52:39 +08:00
2022-11-21 23:53:04 +08:00
2023-01-11 18:58:21 +08:00
2023-01-09 19:21:57 +08:00
2022-12-27 10:40:00 -03:00
2022-12-10 21:15:27 +01:00
2022-12-10 21:15:27 +01:00
2022-11-26 09:54:01 -03:00
2023-01-29 09:22:57 +01:00
2022-11-28 20:58:05 +01:00
2022-11-28 21:20:56 +01:00
2022-11-06 17:41:26 +01:00
2022-11-11 12:24:23 +01:00
2022-11-11 12:24:23 +01:00
2022-11-11 12:24:23 +01:00
2023-01-29 09:23:17 +01:00
2023-01-26 20:37:01 +01:00
2023-01-06 10:47:53 +01:00
2023-01-29 09:23:17 +01:00
2023-01-26 20:37:01 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:23:17 +01:00
2022-12-12 18:30:17 -03:00
2022-11-06 17:41:26 +01:00
2022-11-06 17:41:26 +01:00
2022-11-06 17:41:26 +01:00
2022-11-06 17:41:26 +01:00
2022-11-06 17:41:26 +01:00
2022-11-06 17:41:26 +01:00
2022-11-06 17:41:26 +01:00
2022-11-06 17:41:26 +01:00
2023-01-29 09:22:57 +01:00
2023-01-26 20:37:01 +01:00
2022-11-06 17:41:26 +01:00
2023-01-29 09:22:57 +01:00
2023-01-11 12:12:25 +01:00
2022-11-06 14:39:38 +01:00
2022-11-06 14:39:38 +01:00
2022-12-10 00:52:34 +01:00
2023-01-29 09:23:17 +01:00
2023-01-29 09:23:17 +01:00
2023-01-29 09:23:17 +01:00
2023-01-29 09:23:17 +01:00
2023-01-29 09:23:17 +01:00
2022-11-06 14:39:38 +01:00
2023-01-29 09:23:15 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2022-11-28 21:20:56 +01:00
2023-01-25 08:09:24 -05:00
2023-01-29 09:23:17 +01:00
2022-12-27 10:41:25 -03:00
2023-01-29 09:22:57 +01:00
2022-12-27 11:03:22 -03:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2022-12-07 09:01:24 -03:00
2022-12-26 21:15:36 +01:00
2022-12-26 21:15:36 +01:00
2022-11-06 14:39:42 +01:00
2023-01-29 09:22:57 +01:00
2022-12-01 09:36:58 +08:00
2023-01-10 11:47:29 +01:00
2023-01-09 13:56:03 +08:00
2023-01-30 08:48:58 +08:00
2023-01-30 08:48:58 +08:00
2023-01-17 10:10:52 +08:00
2023-01-30 08:48:58 +08:00
2023-01-30 08:48:58 +08:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2023-01-26 20:37:14 +01:00
2022-12-07 08:46:32 -03:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2023-01-26 20:37:01 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2022-11-06 14:39:35 +01:00
2023-01-17 12:54:54 +01:00
2023-01-11 12:12:26 +01:00
2022-12-01 11:00:41 +01:00
2023-01-12 15:29:03 +01:00
2023-01-29 09:22:57 +01:00
2022-11-06 14:39:33 +01:00
2022-11-06 14:39:33 +01:00
2022-11-12 11:23:04 +11:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2022-12-10 21:15:27 +01:00
2023-01-29 09:22:57 +01:00
2022-12-24 23:43:45 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2022-11-11 12:22:47 +01:00
2022-11-06 14:39:36 +01:00
2023-01-29 09:22:57 +01:00
2023-01-11 12:12:26 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2022-11-11 12:22:47 +01:00
2022-11-11 12:22:47 +01:00
2023-01-28 20:50:01 +01:00
2023-01-29 09:22:57 +01:00
2023-01-10 14:49:53 -08:00
2023-01-10 14:47:24 -08:00
2023-01-10 14:49:53 -08:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2023-01-30 08:48:32 +08:00
2023-01-29 09:23:17 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:23:17 +01:00
2023-01-29 09:23:17 +01:00
2023-01-29 09:23:17 +01:00
2023-01-29 09:23:17 +01:00
2023-01-29 09:22:57 +01:00
2022-11-06 17:41:26 +01:00
2022-11-06 17:41:25 +01:00
2022-11-06 17:41:26 +01:00
2022-11-06 17:41:26 +01:00
2022-11-06 17:41:26 +01:00
2022-11-06 17:41:25 +01:00
2022-11-06 17:41:26 +01:00
2022-11-06 17:41:26 +01:00
2023-01-29 09:22:57 +01:00
2023-01-26 23:48:16 +08:00
2023-01-29 09:18:14 +01:00
2023-01-26 23:48:41 +08:00
2023-01-26 23:48:36 +08:00
2023-01-11 18:57:44 +08:00
2022-11-06 14:39:33 +01:00
2022-11-06 14:39:41 +01:00
2022-11-19 10:04:01 -05:00
2022-12-08 17:48:21 +01:00
2022-12-20 18:35:12 +01:00
2023-01-29 09:22:57 +01:00
2023-01-15 19:34:39 +01:00
2023-01-29 09:22:57 +01:00
2022-11-06 14:39:39 +01:00
2022-11-06 14:39:39 +01:00
2022-12-07 08:48:47 -03:00
2023-01-29 09:22:57 +01:00
2023-01-27 18:46:56 +01:00
2022-11-06 17:41:26 +01:00
2022-11-06 17:41:26 +01:00
2023-01-29 09:22:57 +01:00
2023-01-26 20:37:01 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00
2023-01-29 09:22:57 +01:00