Skip to content

Commit defd423

Browse files
committed
CUDA support
1 parent f1ecb8f commit defd423

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,13 @@ cd ffmpeg-build-script
9999

100100
### Cuda installation
101101

102-
To be able to install CUDA, you first need a compatible NVIDIA GPU. Once you have the GPU and display driver installed, you can follow the [official instructions](https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html) or [this blog](https://www.pugetsystems.com/labs/hpc/How-To-Install-CUDA-10-1-on-Ubuntu-19-04-1405/) to setup CUDA
102+
CUDA is a parallel computing platform developed by NVIDIA.
103+
To be able to compile ffmpeg with CUDA support, you first need a compatible NVIDIA GPU.
104+
- Ubuntu: To install the CUDA toolkit on Ubuntu, simply run "sudo apt install nvidia-cuda-toolkit"
105+
- Other Linux distributions: Once you have the GPU and display driver installed, you can follow the
106+
[official instructions](https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html)
107+
or [this blog](https://www.pugetsystems.com/labs/hpc/How-To-Install-CUDA-10-1-on-Ubuntu-19-04-1405/)
108+
to setup the CUDA toolkit.
103109

104110
Usage
105111
------

0 commit comments

Comments
 (0)