diamondburned / gotktrix

Matrix client in Go and GTK4
GNU Affero General Public License v3.0
313 stars 7 forks source link

Video thumbnailer using optional CLI tools #11

Closed diamondburned closed 2 years ago

diamondburned commented 2 years ago

Like FFmpeg.

We can use GStreamer, but there aren't any generated bindings for that yet.

The thumbnail should also be cached. We can't use imgutil for this since FFmpeg-generated resource is not HTTP, so we'll have to implement this manually.

diamondburned commented 2 years ago

Added in 5409a0d32290aa9baf38fdde72dc54bea13aaeef.