Last active
May 14, 2018 14:34
-
-
Save dannylloyd/872bcce0f0daa01a02d7f1724583382b to your computer and use it in GitHub Desktop.
Mencoder timelapse
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
| #Run this in the directory where the images are located. Either add mencoder to path or use the full path to mencoder | |
| "C:\DevOps\Utils\VideoUtils\mencoder.exe" -nosound -ovc lavc -lavcopts vcodec=mpeg4:aspect=4/3:vbitrate=8000000 -vf scale=640:512 -o "timelapse-%DATE:/=-%@%TIME::=-%.avi" -mf type=jpeg:fps=24 mf://*.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment