Skip to content

Optional path to the ffmpeg binary when initialising the class #72

Description

@uselessvevo

Can you make the binary path optional when creating an instance and add it to the execute method?

For example:

stream = (
    FFmpeg()
    .option("y")
    .input(audio_file)
    .input(image_file)
    .output("Output.mp3", {...})
    .execute(executable="ffmpeg/path/bin.exe")
)

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

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions