Hi @alice
You can use certain parameters with the vcpkg command. Here is an example:
./vcpkg install ffmpeg[core,avcodec,avdevice,avfilter,avformat,ffmpeg,ffplay,ffprobe,nvcodec,opencl,postproc,sdl2,swscale,nonfree]:x64-windows --recurse
It successfully builds ffmpeg.exe and related executables, as well as the necessary DLLs.
I hope this answers your question.
Thanks.
--
--If the reply is helpful, please Upvote and Accept as answer--