Hi,

I want to try FFmpeg tutorial in this link:
http://dranger.com/ffmpeg/ffmpeg.html

But I'm confuse about how to compile it. In the past, I used DevC++ to compile basic C codes. But I don't know whether I can do this tutorial in DevC++ or not.

Right know I'm using FFmpeg Windows package 64-bit static version from https://ffmpeg.zeranoe.com/builds/.

Can I do that tutorial in my current FFmpeg? Or do I have to install FFmpeg using mingw-w64 and MSYS2? If I have to use mingw-w64 and MSYS2, can someone suggest a link containing how to install them? I read the instructions in the link below but it's still confusing for me.
https://trac.ffmpeg.org/wiki/CompilationGuide/MinGW

Please help me...

Thank you.