Merge pull request #4 from Kela-Systems/config_meta

Config metadata
This commit is contained in:
eran2903 2025-11-23 16:41:58 +02:00 committed by GitHub
commit b85f48d67a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -123,6 +123,7 @@ type Path struct {
UseAbsoluteTimestamp bool `json:"useAbsoluteTimestamp"` UseAbsoluteTimestamp bool `json:"useAbsoluteTimestamp"`
CalcBitrateWindow Duration `json:"calcBitrateWindow"` CalcBitrateWindow Duration `json:"calcBitrateWindow"`
DropNonKeyframes bool `json:"dropNonKeyframes"` DropNonKeyframes bool `json:"dropNonKeyframes"`
Meta map[string]any `json:"meta" yaml:"meta"`
// Record // Record
Record bool `json:"record"` Record bool `json:"record"`