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.
Roman Arzumanyan edited this page Dec 13, 2019
·
23 revisions
Build process is same both for Windows & Linux.
VPF relies on FFmpeg for bitstream demuxing, Video Codec SDK for multimedia features and CUDA for processing on GPU.
Make sure you have latest supported video driver & CUDA SDK 10.1 installed on your machine.
Start CMake configuring process, set up FFMPEG_DIR value with path to compiled FFmpeg directory. Also, set up VIDEO_CODEC_SDK_DIR value with path to Video Codec SDK.
Opt-in GENERATE_PYTHON_BINDINGS flag in order to generate Python PyNvCodec module.
Run Configure & Generate, then build project. Result should be VPF C++ libraries + PyNvCodec Python module.