Skip to content

Implement PresetInterface #20

Open
@evillemez

Description

@evillemez

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Implement PresetInterface · Issue #20 · AmericanCouncils/Transcoding