You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-5Lines changed: 17 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ because I don't have the resources and the time to maintain other systems.
52
52
* Encoders
53
53
* H264 `h264_amf`
54
54
* H265 `hevc_amf`
55
-
*`vaapi`: [Video Acceleration API](https://trac.ffmpeg.org/wiki/Hardware/VAAPI). Supported codecs in vaapi:
55
+
*`vaapi`: [Video Acceleration API](https://trac.ffmpeg.org/wiki/Hardware/VAAPI). Installation is triggered only if libva driver installation is detected, follow [these](#Vaapi-installation) instructions for installation. Supported codecs in vaapi:
56
56
* Encoders
57
57
* H264 `h264_vaapi`
58
58
* H265 `hevc_vaapi`
@@ -78,7 +78,7 @@ ffmpeg-build-script is rockstable. Every commit runs against Linux and MacOS wit
4. Build an `export.dockerfile` that copies only what you need from the image you just built as follows. When running, move the library in the lib to a location where the linker can find it or set the `LD_LIBRARY_PATH`.
@@ -186,8 +186,19 @@ To be able to compile ffmpeg with CUDA support, you first need a compatible NVID
186
186
or [this blog](https://www.pugetsystems.com/labs/hpc/How-To-Install-CUDA-10-1-on-Ubuntu-19-04-1405/)
187
187
to setup the CUDA toolkit.
188
188
189
-
Usage
190
-
------
189
+
## Vaapi installation
190
+
191
+
You will need the libva driver, so please install it below.
See detail below: https://sourceware.org/glibc/wiki/FAQ#Even_statically_linked_programs_need_some_shared_libraries_which_is_not_acceptable_for_me.__What_can_I_do.3F
206
217
207
218
- The libnpp in the CUDA SDK cannot be statically linked.
0 commit comments