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 (de)muxing, Video Codec SDK for multimedia features and CUDA for processing.
Make sure you have latest supported video driver & CUDA SDK 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.