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: ``` php $preset = new FFmpegWebMPreset(['height'=>400, 'width'=>600]); ```