[vlc-devel] [PATCH 08/27] opengl: load filters from command-line arguments
Rémi Denis-Courmont
remi at remlab.net
Mon Jun 29 15:47:34 CEST 2020
Le torstaina 25. kesäkuuta 2020, 15.22.55 EEST Romain Vimont a écrit :
> Enable OpenGL filters via the --gl-filters command-line option:
>
> vlc file.mkv --gl-filters=filter1:filter2
IMO, this is a bad idea at this point.
That's the kind of option that people would grow to expect "just works", and
then just breaks with a VLC update because the default output is no longer
OpenGL. Say Vulkan.
In fact, it's rather bizarre to invest so much effort on a sunset technology.
This is further aggravated by the lack of filters when passing video through
from the hardware decoder to OpenGL. Users would learn the wrong habit of
using --gl-filter=deinterlace,adjust instead of the normal existing filter
syntax.
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list