Share via

vcpkg install library problem

alice 21 Reputation points
2022-03-30T02:41:24.537+00:00

Install ffmpeg , I can use the commnad to install

vcpkg install ffmpeg

But I have some parameter to use for ffmpeg
How can I do ?
Does the vcpkg not work on the case, right ?

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments

1 answer

Sort by: Most helpful
  1. Limitless Technology 40,101 Reputation points
    2022-04-05T11:00:19.477+00:00

    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--

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.