News Score: Score the News, Sort the News, Rewrite the Headlines

Make Timelapse easily using FFmpeg

I make a lot of Timelapse and have tried a lot of ways to make Timelapses using python etc, today I found the easiest one using FFMpeg :)ffmpeg -framerate 30 -pattern_type glob -i '*.JPG' -c:v libx264 -r 30 -pix_fmt yuv420p timelapse.mp4...

Read more at news.ycombinator.com

© News Score  score the news, sort the news, rewrite the headlines