We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e26b22 commit 427fa59Copy full SHA for 427fa59
tutorials/hw-encoding.md
@@ -271,6 +271,14 @@ Just give them a try and dig deeper in the configuration if something is wrong.
271
272
# Caveats
273
274
+## FFMpeg on Windows via Conda
275
+
276
+The current distribution of FFMpeg via Conda for Windows does not include the h264_qsv
277
+encoder. It only has h264_nvenc. This means that using Intel GPUs for HW acceleration is
278
+not possible out of the box. A possible solution would be to build a custom build of
279
+ffmpeg in the workspace with gz-common. Pull requests with the relevant tutorial are
280
+welcome.
281
282
## NVEnc per-machine limit
283
284
If you have a multi-GPU station with desktop-class (not server-class) GPUs, you will
0 commit comments