-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Help] Hidden command window when ffmpeg is doing it's thing? #167
Comments
The issue seems to be with the library being used ffmpeg-python in Windows when its a compiled exe like pyinstaller and no console. Someone should probably put in an issue over there to add a check for Windows and add a way to to pass in and argument to hide the window sorta how I patched it below. Locally I was able to fix this by patching the At the top find Now find in the file Should now look like: |
@JustinRoper seems I'm a bit lost, but where in the overall setup (Windows 11 with tidal_dl_ng + pre-compiled ffmpeg.exe) should this patch be applied? |
isn't this already fixed in latest versions of the program? |
wdym fixed? just get latest ffmpeg binary and point the setting to that executable with FULL path... |
I already used the latest nightly builds from both repositories (replacing my previous 'stable' version from last September). None of them works w/o briefly opening the console window. Nevertheless, in the end I get the files I want- it's just a little annoying. https://github.com/BtbN/FFmpeg-Builds/releases |
I see, well... there is a PR waiting... hope it will be implemented |
I need Help.
Each time a track is extracted, a command prompt window briefly pops up and disappears. In the meantime stealing focus away from whatever application I got running.
Any way to have ffmpeg do its thing in the background?
What operating system are you seeing the problem on?
None
Your settings
The text was updated successfully, but these errors were encountered: