Skip to content

Latest commit

 

History

72 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tp💫

tp is a command line tool to generate (afterimage) time-lapse video from a sequence of jpg images.
It generates uncompressed AVI files. Compression is usually required as a post-processing step by selecting an appropriate codec. Any Video Converter is available as a free software.

YouTube video

Build and Run

sudo apt install libopencv-dev cmake
mkdir build
cd build
cmake ..
make
./tp /path/to/config/file

If necessary, please use the following command to install tp.

sudo make install
sample.mp4

Usage

All you need to prepare is a jpg images and a configuration file!

  • Brightness adjustment and deflicker of jpg files must have been carried out beforehand. LRTimelapse can be used for this.
  • Comment out (#) is valid in the configuration file.
  • In normal mode (mode: 0), alpha and threshold need not be specified. If specified, it is ignored.
input_folder=/path/to/input/
output_file=/path/to/output/movie.avi
fps=24.0           # frame per second
mode=0             # 0: normal, 1: afterimage
threshold=20       # Specifies the brightness threshold of the pixel to be synthesized in comparison brightness synthesis
alpha=1.0          # Specifies the afterimage level

License

MIT License

Author

Kawada Yuta
There are several examples of this work. Not all use tp.

Notes

Tips and Setting guide

see HOWTO.md

About

A simple command line tool to generate time-lapse video from a sequence of jpg images.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages