audeering / opensmile

The Munich Open-Source Large-Scale Multimedia Feature Extractor
https://audeering.github.io/opensmile/
Other
569 stars 75 forks source link

Installation Issues #3

Closed guiandrade2 closed 3 years ago

guiandrade2 commented 3 years ago

I am having trouble installing opensmile on windows. I dont know exactly what I have to do or where do I have to type the commands specified. could you be a bit more specific on instructions?

chausner-audeering commented 3 years ago

It's easiest if you use the pre-compiled binaries from https://github.com/audeering/opensmile/releases/download/v3.0.0/opensmile-3.0-win-x64.zip. Just extract the ZIP file to an arbitrary location and you can start using SMILExtract.exe as outlined in the documentation.

drux007 commented 3 years ago

@guiandrade2, did the instructions that @chausner-audeering wrote you in his reply help you?

Can we close the issue?

BotMichael commented 3 years ago

does the pre-compiled binary capable of extracting video features?

chausner-audeering commented 3 years ago

does the pre-compiled binary capable of extracting video features?

The pre-compiled binary releases have not been compiled with OpenCV support. Please see Sections Compiling on Linux/Mac with PortAudio and OpenCV support and Compiling on Windows with PortAudio and OpenCV support in the documentation for how to compile with OpenCV.

Note that openSMILE has only very limited video feature extraction support and its compatibility has not been tested with newer OpenCV versions.

guiandrade2 commented 3 years ago

@drux007 @chausner-audeering I needed to compile with PortAudio support, I managed to figure it out by checking out the links you sent me and exploring a bit, had a few issues with vcpkg but all done, thank you for the help and sorry for my delayed reply.

drux007 commented 3 years ago

Great that you managed to solve it by looking at the documentation!