Created
June 17, 2015 03:17
-
-
Save Oceanswave/9ff4b05bfd8c5c9d42a1 to your computer and use it in GitHub Desktop.
More FFMPEG timelapse fun
This file contains 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
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