libyuv is an open source project that includes YUV scaling and conversion functionality
libyuv provides CMake targets:
# Unofficial config package and target from vcpkg
find_package(libyuv CONFIG REQUIRED)
target_link_libraries(main PRIVATE yuv)
build command line tool
v1896#1
All
Complex license
Manifest