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
+2-2
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ because I don't have the resources and the time to maintain other systems.
34
34
*`srt`: Secure Reliable Transport
35
35
36
36
### HardwareAccel
37
-
*`nv-codec`: [NVIDIA's GPU accelerated video codecs](https://devblogs.nvidia.com/nvidia-ffmpeg-transcoding-guide/). These encoders/decoders will only be available if a CUDA installation was found. Follow [these](#Cuda-installation) instructions for installation. Supported codecs in nvcodec:
37
+
*`nv-codec`: [NVIDIA's GPU accelerated video codecs](https://devblogs.nvidia.com/nvidia-ffmpeg-transcoding-guide/). These encoders/decoders will only be available if a CUDA installation was found while building the binary. Follow [these](#Cuda-installation) instructions for installation. Supported codecs in nvcodec:
38
38
* Decoders
39
39
* H264 `h264_cuvid`
40
40
* H265 `hevc_cuvid`
@@ -48,7 +48,7 @@ because I don't have the resources and the time to maintain other systems.
48
48
* Encoders
49
49
* H264 `nvenc_h264`
50
50
* H265 `nvenc_hevc`
51
-
*`vaapi`: [Video Acceleration API](https://trac.ffmpeg.org/wiki/Hardware/VAAPI). These encoders/decoders will only be available if a libva driver installation was found. Follow [these](#Vaapi-installation) instructions for installation. Supported codecs in vaapi:
51
+
*`vaapi`: [Video Acceleration API](https://trac.ffmpeg.org/wiki/Hardware/VAAPI). These encoders/decoders will only be available if a libva driver installation was found while building the binary. Follow [these](#Vaapi-installation) instructions for installation. Supported codecs in vaapi:
0 commit comments