Skip to content

Use FFMPEG in bin if present #109

@alterednode

Description

@alterednode

Is your feature request related to a problem? Please describe.
I have the FFMPEG exe in my bin from building the app, but not on my path, so I can build and run, but not run without failure.

Building the app will read from this directory and locate FFMPEG correctly. However running the app with python main.py only scans the location the FFMPEG binary gets placed after build.

Describe the solution you'd like
Scan the bin directory for the FFMPEG binary and if it is present, use it. However, make sure to still scan the current directory. This should be an addition, not a replacement.

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomers - Feel free to open a PR or comment your intended solution

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions