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.
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.pyonly 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.