-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FFmpeg discovery on Windows #110
Comments
FFmpeg might be needed to speed up the RGB-to-BGRA conversion for BGRA captures with Epiphan Downloading the 4.1.3 pre-built dev binaries and running
produces #87 related problems on Windows:
|
…in Windows" This reverts commit 9d7d7ca.
|
How to build against FFmpeg:
|
#110 (comment) works on the UNT workstation. So possibly #110 (comment) is due to a CUDA/NVIDIA driver installation issue on Hopper. |
FFmpeg provides pre-built binaries for Windows. GIFT-Grab's FFmpeg discovery script however relies on pkg-config. For the experimental Windows branch, it'd be good to amend the discovery script in a very simple way to be able to link with the pre-built binaries.
The text was updated successfully, but these errors were encountered: