dragonscave.space is one of the many independent Mastodon servers you can use to participate in the fediverse.
A fun, happy little Mastodon/Glitch instance.

Server stats:

239
active users

#ffmpeg

2 posts2 participants0 posts today
Public

✏️ FFQueue - графический интерфейс для FFMpeg с поддержкой базовых и продвинутых функций, таких как фильтры

©️ Бесплатная и с открытым исходным кодом программа

⬇️ Установка посредством: Snap пакета, версия для Windows

👉 linuxmasterclub.ru/ffqueue/

Public

@hyalinesystems @madskjeldgaard This is a great guide & very useful! 🙏

Since you asked for potential contribution ideas: I wrote this little script last year and been using it a bunch to create videos of slide decks (for trailers/teasers etc.). Together with this following command to extract thumbnails from a video (as a pre-processing step), you can also use this to create short/time-compressed overview videos of the x-faded thumbs:

`ffmpeg -i input.mp4 -vf crop=480:480,scale=200:-1,fps=0.01 thumb-%04d.png`

The tool is written in TypeScript (because I didn't want to fight with Bash), but shouldn't be too hard to port (if you're interested):

mastodon.thi.ng/@toxi/11289812

#ffmpeg#xfade#cli