Skip to content

Instantly share code, notes, and snippets.

@Oceanswave
Created June 17, 2015 03:17
Show Gist options
  • Save Oceanswave/9ff4b05bfd8c5c9d42a1 to your computer and use it in GitHub Desktop.
Save Oceanswave/9ff4b05bfd8c5c9d42a1 to your computer and use it in GitHub Desktop.
More FFMPEG timelapse fun
ls -1v | grep JPG > files.txt
mencoder -nosound -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=21600000 -o windowsill_flowers_7.avi -mf type=jpeg:fps=24 mf://@files.txt -vf scale=1920:1080
4k@90fps, no sound
ls -1v | grep JPG > files.txt
mencoder -nosound -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=21600000 -o windowsill_flowers_7.avi -mf type=jpeg:fps=90 mf://@files.txt -vf scale=3840:2160
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment