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
{{ message }}
This repository was archived by the owner on Jun 10, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,11 @@ VPF works on Linux(Ubuntu 20.04 and Ubuntu 22.04 only) and Windows
11
11
- CUDA Toolkit 11.2 or above
12
12
- CUDA toolkit has driver bundled with it e.g. CUDA Toolkit 12.0 has driver `530.xx.xx`. During installation of CUDA toolkit you could choose to install or skip installation of the bundled driver. Please choose the appropriate option.
13
13
- FFMPEG
14
-
-[Compile FFMPEG with shared libraries](https://docs.nvidia.com/video-technologies/video-codec-sdk/12.0/ffmpeg-with-nvidia-gpu/index.html) or download pre-compiled binaries from a source you trust. During VPF’s “pip install”(mentioned in sections below) you need to provide a path to the directory where FFMPEG got installed.
14
+
-[Compile FFMPEG with shared libraries](https://docs.nvidia.com/video-technologies/video-codec-sdk/12.0/ffmpeg-with-nvidia-gpu/index.html)
15
+
- or download pre-compiled binaries from a source you trust.
16
+
- During VPF’s “pip install”(mentioned in sections below) you need to provide a path to the directory where FFMPEG got installed.
17
+
- or you could install system FFMPEG packages (e.g. ```apt install libavfilter-dev libavformat-dev libavcodec-dev libswresample-dev libavutil-dev on Ubuntu```)
18
+
15
19
- Python 3 and above
16
20
- Install a C++ toolchain either via Visual Studio or Tools for Visual Studio.
17
21
- Recommended version is Visual Studio 2017 and above
0 commit comments