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
Hello, the simplest way to compile with ffmpeg enabled is to download the compiled FFMPEG dependency from https://github.com/kosua20/MIDIVisualizer-dependencies/releases/tag/v1 For Windows you'll want the file ffmpeg-windows-64-static-lgpl.zip.
Unzip its content in the MIDIVisualizer/libs directory, and copy libs/ffmpeg/share/ffmpeg/FindFFMPEG.cmake to libs/ (you will have to overwrite the existing file). Afterwards, re-configure/generate in Cmake and FFMPEG should be detected properly.
Hi
i can't use ffmpeg in project
Could NOT find FFMPEG (missing: FFMPEG_LIBRARIES FFMPEG_INCLUDE_DIRS AVCODEC_LIBRARIES AVCODEC_INCLUDE_DIRS AVFORMAT_LIBRARIES AVFORMAT_INCLUDE_DIRS AVUTIL_LIBRARIES AVUTIL_INCLUDE_DIRS SWSCALE_LIBRARIES SWSCALE_INCLUDE_DIRS)
please give me some instruction to config ffmpeg path in right way
The text was updated successfully, but these errors were encountered: