Fly.io Infra log: week-by-week record of what the team does

Erstellt 11d | 08.05.2024, 09:40:09


Melden Sie sich an, um einen Kommentar hinzuzufügen

Andere Beiträge in dieser Gruppe

Show HN: Brawshot – Basic temporal denoise for videos in BRAW format

I wanted to record the aurora last weekend, but I only have a Blackmagic Design video camera which is clearly not made for this purpose. Recording a video of the night sky results in extreme noise

19.05.2024, 17:20:16 | Hacker news
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

19.05.2024, 17:20:10 | Hacker news