I have configured and compiled the FFmpeg library using this link: https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu
Now, I am trying to build example C codes pro
Run ./configure && make -j4 examples in the FFmpeg source directory, then look in doc/examples for the compiled examples.
./configure && make -j4 examples
doc/examples
Requires make and pkg-config.
make
pkg-config
To remove the compiled examples use make examplesclean in the FFmpeg source directory.
make examplesclean