This project offer the possibily to open a video file and retrieve each frame one by one.
- libavcodec
- libavformat
- libavutil
- libswscale
- OpenCV4 (for the example)
The makefile provided is using clang++
to compile. You're free to use another compiler.
For more information about the Makefile, please refer to the documentation of my MakefileTemplate repository
This project take the input file as argument.
./VideoStreamDecoder <path_to_file>