0.0
No commit activity in last 3 years
No release in over 3 years
Combine TeslaCam videos into a single output video. Allows you to set the output video size, and add a title to the output video.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

teslacam-merge

Combine TeslaCam videos into a single output video. Allows you to set the output video size, and add a title to the output video.

teslacam-merge example

Features:

  • Uses ffmpeg to combine output videos.
  • Scale results.
  • Automatically sorts input videos, and handles missing videos.
  • Extracts timestamp from video file names.

Example:

# combine given videos, set the title to "sample video", and write the
# result to the file "sentry-example.mp4"
teslacam-merge -t 'sample video' -s 320x240 -o sentry-example.mp4 \
  2019-11-08_01-55-17-* 2019-11-08_01-48-14-{left,right}*.mp4

Installation

Install teslacam-merge via RubyGems:

gem install teslacam-merge

Presets

Valid values for the --preset option:

  • full: output size: 2560x1920, font size: 32
  • large: output size: 1920x1440, font size: 32
  • medium: output size: 1440x1080, font size: 24
  • half: output size: 1280x960, font size: 18
  • small: output size: 640x480, font size: 16