Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months ago
JSON representation
This is a C++ program to convert a video to opencv format video
- Host: GitHub
- URL: https://github.com/codebydant/video2opencv-video
- Owner: codebydant
- Created: 2020-03-05T16:57:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-06T11:10:03.000Z (over 4 years ago)
- Last Synced: 2024-09-12T01:24:57.930Z (2 months ago)
- Topics: cmake, cpp, opencv, video
- Language: C++
- Homepage: https://raw.githubusercontent.com/danielTobon43/image2video-opencv/master/1_HfZmZayUqnYioPC9qTfd4A.png
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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