update docs.

This commit is contained in:
Miroslav Šedivý 2025-02-16 00:24:37 +01:00
parent 8a015ffd5f
commit bb6fe698ad
5 changed files with 926 additions and 1 deletions

View file

@ -153,7 +153,7 @@ type VideoConfig struct {
Width string `mapstructure:"width"` // expression
Height string `mapstructure:"height"` // expression
Fps string `mapstructure:"fps"` // expression
Bitrate int `mapstructure:"bitrate"` // pipeline bitrate
Bitrate int `mapstructure:"bitrate"` // pipeline bitrate (not used currently)
GstPrefix string `mapstructure:"gst_prefix"` // pipeline prefix, starts with !
GstEncoder string `mapstructure:"gst_encoder"` // gst encoder name
GstParams map[string]string `mapstructure:"gst_params"` // map of expressions