Skip to content

Limit FfmpegCommand.simple() to a single input #17

@matthew-carroll

Description

@matthew-carroll

Currently FfmpegCommand.simple() takes a List of inputs. However, the FFMPEG docs state: "Simple filtergraphs are those that have exactly one input and output, both of the same type."

https://ffmpeg.org/ffmpeg.html#Simple-filtergraphs

Unless I'm missing something, we should probably change inputs to a singular input.

Metadata

Metadata

Assignees

No one assigned

    Labels

    p1Critical to solve but not immediatetype_refactor

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions