Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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



  1. About The Project


  2. Getting Started


  3. Usage

  4. License

  5. Acknowledgments

## 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/)