Created
December 1, 2019 08:19
-
-
Save snrostov/e49fdb4540952694c52a24d347d130a2 to your computer and use it in GitHub Desktop.
timelapse.sh
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
| ffmpeg -f concat -safe 0 -i list.txt -c copy | \ | |
| ffmpeg -i pipe:0 \ | |
| -vf "tblend=average,framestep=2,tblend=average,framestep=2,tblend=average,framestep=2,tblend=average,framestep=2,tblend=average,framestep=2,setpts=0.03125*PTS" \ | |
| -r 30 \ | |
| output.mp4 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ffmpeg -f concat -safe 0 -i list.txt -c copywill concatenate files listed inlist.txtwith the formatevery
tblend=average,framestep=2will blend near two frames, so will speed video in 2xsetpts=(1/(2^x))*PTS, where x - count oftblend=average,framestep=2