Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/winterhazel/icsee-merge
Automatically merges multiple continuous videos downloaded from the iCSee monitoring security software.
https://github.com/winterhazel/icsee-merge
Last synced: about 1 month ago
JSON representation
Automatically merges multiple continuous videos downloaded from the iCSee monitoring security software.
- Host: GitHub
- URL: https://github.com/winterhazel/icsee-merge
- Owner: winterhazel
- License: mit
- Created: 2021-12-26T02:34:55.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-22T12:25:16.000Z (over 2 years ago)
- Last Synced: 2023-03-06T03:09:47.663Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
iCSee merge
A script used to automatically merge multiple continuous videos downloaded from the iCSee monitoring security software
Table of Contents
## About The Project
The quickest way to save long recorded intervals from your camera is by downloading them through the function the application offers. However, these videos are usually split every 5 minutes the camera runs.
This script automatically detects which videos should be merged and converts them into a single file. For example, if video A ends at 2021-12-25 23:05:00 and video B starts at 2021-12-25 23:05:00, they are going to get merged.
## Getting Started
### Installation
1. Clone the repo
2. Download the latest build of FFmpeg at [https://www.ffmpeg.org/download.html](https://www.ffmpeg.org/download.html)
3. Place /bin/ffmpeg.exe inside /ffmpeg/## Usage
1. Place the videos downloaded through the application inside /toMerge/, without changing their default name
2. Run the script with
```sh
node index.js
```## License
Distributed under the MIT License. See `LICENSE.txt` for more information.
## Acknowledgments
* [FFmpeg](https://ffmpeg.org/)