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

Commit

Permalink
Adding prerequisites section
Browse files Browse the repository at this point in the history
  • Loading branch information
rnaskulwar committed Apr 27, 2023
1 parent da51652 commit 7ab13cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ VPF works on Linux(Ubuntu 20.04 and Ubuntu 22.04 only) and Windows
- [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.
- or you could install system FFMPEG packages (e.g. ```apt install libavfilter-dev libavformat-dev libavcodec-dev libswresample-dev libavutil-dev on Ubuntu```)
- or you could install system FFMPEG packages (e.g. ```apt install libavfilter-dev libavformat-dev libavcodec-dev libswresample-dev libavutil-dev``` on Ubuntu)

- Python 3 and above
- Install a C++ toolchain either via Visual Studio or Tools for Visual Studio.
Expand Down

0 comments on commit 7ab13cb

Please sign in to comment.