Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 574 Bytes

lolcommits.md

File metadata and controls

46 lines (26 loc) · 574 Bytes

lolcommits

https://github.com/mroth/lolcommits

Install

brew install imagemagick ffmpeg
gem install lolcommits

Setup

lolcommits --enable --delay=5 --animate=1 --fork

More

lolcommits --browse
lolcommits --disable

To movie

Slow version;

convert `find . -type f -name "*.gif" -print0 | xargs -0 ls -tlr | awk '{print $9}'` timelapse-slow.mpeg

Speed it up (play with 0.25 variable, the lower the faster);

ffmpeg -i timelapse-slow.mpeg -filter:v "setpts=0.1*PTS" timelapse.mp4