Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit defd423

Browse filesBrowse files
committed
CUDA support
1 parent f1ecb8f commit defd423
Copy full SHA for defd423

File tree

Expand file treeCollapse file tree

1 file changed

+7
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-1
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+7-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.