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


Comments URL: https://news.ycombinator.com/item?id=40407526

Points: 32

# Comments: 6

https://news.ycombinator.com/item?id=40407526

Erstellt 14d | 19.05.2024, 17:20:10


Melden Sie sich an, um einen Kommentar hinzuzufügen