李四
李四
judging from my primitive glance at ffmpeg surce code you only need to use enable-libvmaf (and there's no such thing as enable-libvmaf_cuda) cuda support is from libvmaf, you need a...
> Any extra libs should be picked up by the pkg-config tool. So investigate what is happening with that on your system. I think the mechanism of `find_package` is different...
I think the version check is determined by vvdec's cmake file https://github.com/fraunhoferhhi/vvdec/blob/master/cmake/install/vvdecConfigVersion.cmake.in
I belive the warning about malware is not related to this repo itself? Here's a example of the way to use this util with FFmpeg: `ffmpeg -i foo [some stuff]...
That result is very likely **fake**, or they got it mixed up with **ground truth**.
``` FAILED: CMakeFiles/doc_doxygen C:/mabsl/libheif/build/CMakeFiles/doc_doxygen C:\Windows\system32\cmd.exe /C "cd /D C:\mabsl\libheif\build && C:\mabsl\msys64\usr\bin\doxygen.exe C:/mabsl/libheif/build/Doxyfile" warning: Tag 'CLANG_ASSISTED_PARSING' at line 1155 of file 'C:/mabsl/libheif/build/Doxyfile' belongs to an option that was not enabled at...
I don't know why, but I suspect that it's path related, the conversion between Windows and Unix style and the expansion of relative path for example.
jpegli...? That's ceased in libjxl repo and migrated into it's own repo... Probably should just disable it completely...
Somehow, clang64 environment can successfully build it, mingw64 can't It not limited to jpegli part but jpegli should be disabled (why don't they just remove it completely?) (with all respect,...
Uh, after think it more thoroughly, the jpegli is put in "check list" but is not enabled explicitly, so: - If we explicit disable it now, if upstream remove it...