https://github.com/lostjared/concatvideo
Concatenate Video frames with a Simple User Interface
https://github.com/lostjared/concatvideo
Last synced: 6 months ago
JSON representation
Concatenate Video frames with a Simple User Interface
- Host: GitHub
- URL: https://github.com/lostjared/concatvideo
- Owner: lostjared
- License: gpl-3.0
- Created: 2018-10-10T20:16:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-17T00:44:14.000Z (over 2 years ago)
- Last Synced: 2024-12-31T05:18:08.740Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 57.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ConcatVideo
ConcatVideo is a utility designed to merge multiple video files by concatenating their frames into one continuous video stream. The program treats the first video in the sequence as the primary source, setting the benchmark for the duration, frame rate, and resolution of the final output. It supports various methods for combining the video data, including basic addition, bitwise operations (OR, AND, XOR, NOT), and blending techniques (alpha blending and XOR alpha blending). This ensures that the resultant video seamlessly integrates data from each selected file on a frame-by-frame basis.
* 1.0 - You can add videos and concatenate the frames together.