Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codebydant/video2image-opencv

This is a c++ program to convert a video to frames
https://github.com/codebydant/video2image-opencv

cmake cmakelists cpp frame opencv opencv3 video

Last synced: 7 days ago
JSON representation

This is a c++ program to convert a video to frames

Awesome Lists containing this project

README

        

# Video to image frame using OpenCV 4.1.2
This is a c++ program to convert a video to frames

## Compilation
- Set your own OpenCV build directory in CMakeList.txt
- Create a build directory
- cd build/
- cmake ../
- make

## Test
- ./video2image