Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 425 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 425 Bytes

criticalmaps-timelapser

Tool for generating Critical Maps timelapses

Install

npm install

Run

node app.js

Generate timelapse

ffmpeg -framerate 150 -start_number 0 -i %d.png -vcodec flashsv -filter:v "crop=2048:1152:839:573" timelapse.avi
ffmpeg -loop 1 -f image2 -i outro.png -r 30 -vcodec flashsv -t 20 outro.avi
ffmpeg -i "concat:timelapse.avi|outro.avi" -c copy criticalmaps-timelapse.avi