This script has been moved to a full repo to include other files and licensing information:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Pull all images | |
| docker images --format "{{.Repository}}:{{.Tag}}" | Where-Object {$_ -notmatch "<none>"} | %{docker pull $_} |
ffmpeg -r 24 -start_number 1000 -i Time-Lapse-%04d.png -c:v libx264 -pix_fmt yuv420p time-lapse-4k.mp4
ffmpeg -r 30 -start_number 1000 -i Time-Lapse-%04d.png -s hd1080 -vcodec libx264 -crf 18 -preset slow -pix_fmt yuv420p time-lapse.mp4