We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There should be an interface for Presets.
Ideally one should be able to take any preset, and simply instantiate it with config values to override, like so:
$preset = new FFmpegWebMPreset(['height'=>400, 'width'=>600]);
Activity