Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit da51652

Browse files
committed
Adding prerequisites section
1 parent 38a5eb9 commit da51652

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ VPF works on Linux(Ubuntu 20.04 and Ubuntu 22.04 only) and Windows
1111
- CUDA Toolkit 11.2 or above
1212
- 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.
1313
- 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+
1519
- Python 3 and above
1620
- Install a C++ toolchain either via Visual Studio or Tools for Visual Studio.
1721
- Recommended version is Visual Studio 2017 and above

0 commit comments

Comments
 (0)