Config metadata

This commit is contained in:
Eran Gonen 2025-11-23 16:40:11 +02:00
parent d3c3ed1848
commit f1a8d5061a

View file

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