FFmpegUniversal icon indicating copy to clipboard operation
FFmpegUniversal copied to clipboard

[NOT A ISSUE] Using the library for my console app

Open vkctata opened this issue 5 years ago • 0 comments

Hi,

As the title says this is not an issue. I need some assistance on how to consume the libav libs in my console app.

I have a custom build version of FFMPEG which I used msys2 and Mingw. I now have a working version of FFFMEG.exe and all the libav dlls.

I am trying to build a console app which calls a method in libavformat.dll with this package?

I am very new to FFMPEG and I got a task to build a lib that breaks a video to individual frames and also use the underlying libraries to store the images in memory and use underlying libraries to build videos based on some params and range.

Can someone point me on the right direction please. I am completely lost.

Thanks in Advance.

Ven

vkctata avatar Sep 11 '20 09:09 vkctata