User Tools

Site Tools


howto:intel-hw-accel

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

howto:intel-hw-accel [2024/04/09 13:18] – created Wulf Rajekhowto:intel-hw-accel [2024/07/19 21:36] (current) Wulf Rajek
Line 1: Line 1:
-====== Intel GPU Hardware Acceleration ======+====== GPU Hardware Acceleration ====== 
 + 
 +There are different ways to access hardware encoders and decoders. Vendors usually have their own APIs (NVIDIA has CUDA, Intel has QSV, AMD has AMF) and operating systems may also have their own APIs that use whatever HW capabilities are available (Windows has DXVA and D3D11VA, Linux has VAAPI, VDPAU and V4L, macOS has VideoToolbox). By merely adding -c:v h264_qsv to your first command, you're trying to use the VAAPI hardware initialization with the QSV encoder, which won't work for obvious reasons. You either use -hwaccel qsv with -c:v h264_qsv or -hwaccel vaapi with -c:v h264_vaapi. 
 + 
 +===== Intel =====
  
 Intel HW Acceleration Notes: Intel HW Acceleration Notes:
howto/intel-hw-accel.1712665130.txt.gz · Last modified: 2024/04/09 13:18 by Wulf Rajek