> Overloading one config option to both turn h264 on/off,
> an choose encoding is not very desirable.
>
> IMHO there should be a "h264=" option to turn it
> on/off, and a separate flag to choose the encoder.
will do that.
> Do we even need to give a list of encoders, as opposed
> to just choosi
On Fri, Apr 18, 2025 at 01:29:49PM +0200, Dietmar Maurer wrote:
> Values can be 'on', 'off', or a space sparated list of
> allowed gstreamer encoders.
space separated list values on the command line is incredibly unpleasant
syntax as it requires quoting the args.
>
> - on: automatically select t
Hi
On Fri, Apr 18, 2025 at 3:30 PM Dietmar Maurer wrote:
>
> Values can be 'on', 'off', or a space sparated list of
separated
> allowed gstreamer encoders.
>
> - on: automatically select the encoder
'auto' then (default?)
> - off: disbale h264
disable
'auto'/'off' but there should be 'on' t