Currently the FFmpegConfigManager provides an interface for the FFmpeg-specific configurations and user settings.
However, it should also provide a set of sensible defaults for ease of use, and it validate each set operation performed on it.
This simplifies the process for FFmpeg users by eliminating concerns about potentially inter-dependent validations of FFmpeg settings. For more context, see #51.
Currently the FFmpegConfigManager provides an interface for the FFmpeg-specific configurations and user settings.
However, it should also provide a set of sensible defaults for ease of use, and it validate each set operation performed on it.
This simplifies the process for FFmpeg users by eliminating concerns about potentially inter-dependent validations of FFmpeg settings. For more context, see #51.