Skip to content

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

@uselessvevo

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")
)

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