philn / glide

Linux/macOS media player based on GStreamer and GTK
https://philn.github.io/glide/
MIT License
244 stars 21 forks source link

Projector usecase: configurable subtitles size & brightness, and auto-positioning of image and subtitles #106

Open nekohayo opened 6 months ago

nekohayo commented 6 months ago

I would like to be able to use this video player with a projector, on a big wall, which creates a 10' diagonal display… where subtitles can be overwhelmingly big and bright.

To be useful for this type of usecase,

philn commented 6 months ago

First one is a GStreamer issue imho.

Second one, GstPlay color-balance control API, so we could use it. There's already an issue about that.

Third one is a missing feature in GstPlay before we can do anything here.

philn commented 1 month ago

First one is a GStreamer issue imho.

Well, we could do as in WebKit too, deferring rendering to some third-party UI component (a widget in this case).