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
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,13 @@ cd ffmpeg-build-script
99
99
100
100
### Cuda installation
101
101
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
0 commit comments