Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/criticalmaps/criticalmaps-timelapser
Tool for generating Critical Maps timelapses
https://github.com/criticalmaps/criticalmaps-timelapser
Last synced: 5 days ago
JSON representation
Tool for generating Critical Maps timelapses
- Host: GitHub
- URL: https://github.com/criticalmaps/criticalmaps-timelapser
- Owner: criticalmaps
- Archived: true
- Created: 2016-06-25T20:58:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-31T12:39:35.000Z (about 8 years ago)
- Last Synced: 2024-10-29T21:05:35.032Z (10 days ago)
- Language: JavaScript
- Size: 139 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - criticalmaps/criticalmaps-timelapser - Tool for generating Critical Maps timelapses (others)
README
# 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
```