Skip to content

Ability to skip defining inputs and do it manually via extra args #65

Closed
@YuriMalinov

Description

@YuriMalinov

Right now it's required to provide at least one input. I've got situation when:

  1. input definition is complex: -f lavfi -i aevalsrc=0
  2. it has to be before extra_args because they refer to it (-map, -shortest)

There was no way to do it besides extending FFmpegBuilder and just copying this method commenting out inputs check - and this way it worked well just with all args defined through addExtraArgs.

Maybe I'm missing something in ffmpeg usage - I've tried several args order in command line and it complained about -i going after other args.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions