fraunhoferhhi / vvenc

VVenC, the Fraunhofer Versatile Video Encoder
https://www.hhi.fraunhofer.de/en/departments/vca/technologies-and-solutions/h266-vvc.html
BSD 3-Clause Clear License
899 stars 158 forks source link

issues building vvencFFapp #349

Closed isaacmonheit closed 4 months ago

isaacmonheit commented 4 months ago

I seem to be having trouble building the vvencFFapp executable. I have tried everything I've thought of, but it always just results in only the vvencapp executable, and not the full feature one. How do I go about building the full feature app correctly?

lehmann-c commented 4 months ago

This part was missing in the wiki. I just updated it at: https://github.com/fraunhoferhhi/vvenc/wiki/Build You can enable it by setting VVENC_INSTALL_FULLFEATURE_APP (cmake) or install-ffapp (make), e.g.: make install-ffapp=1 install-release-shared

isaacmonheit commented 4 months ago

Thank you! It works now