Skip to content

Instantly share code, notes, and snippets.

@dannylloyd
Last active May 14, 2018 14:34
Show Gist options
  • Select an option

  • Save dannylloyd/872bcce0f0daa01a02d7f1724583382b to your computer and use it in GitHub Desktop.

Select an option

Save dannylloyd/872bcce0f0daa01a02d7f1724583382b to your computer and use it in GitHub Desktop.
Mencoder timelapse
#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