Skip to content

Commit febfd32

Browse files
committed
Merge branch 'AkashiSN-vaapi'
1 parent 5c48c71 commit febfd32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ because I don't have the resources and the time to maintain other systems.
3434
* `srt`: Secure Reliable Transport
3535

3636
### 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:
3838
* Decoders
3939
* H264 `h264_cuvid`
4040
* H265 `hevc_cuvid`
@@ -48,7 +48,7 @@ because I don't have the resources and the time to maintain other systems.
4848
* Encoders
4949
* H264 `nvenc_h264`
5050
* 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:
5252
* Encoders
5353
* H264 `h264_vaapi`
5454
* H265 `hevc_vaapi`

0 commit comments

Comments
 (0)