Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/codebydant/video2opencv-video

This is a C++ program to convert a video to opencv format video
https://github.com/codebydant/video2opencv-video

cmake cpp opencv video

Last synced: 7 days ago
JSON representation

This is a C++ program to convert a video to opencv format video

Awesome Lists containing this project

README

        

# video2opencv-video
This is a C++ program to convert a video to opencv format video

## Requirements
- OpenCV 4.1.2
- CMake 3.5.1 minimum

## Compilation

- mkdir build
- cd build/
- cmake ../
- make

## Test

- cd build/
- ./video2opencv

## Note
To choose more frames, modify:

(59) - const int total_output_frames = 5; // Number of output desired frames