-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
[Feature] Run FFMPEG without a terminal windows opening up #103
Comments
Looking around I've found this possible solution, but I don't know how much this might disrupt the current structure of the program. kkroening/ffmpeg-python#686 (comment) |
What OS are you seeing this baviour on? |
I'm on windows 11, 23H2 |
I do not use Windows, though it's hard for me to debug this. But the proposed solution is rather high maintenance. I do not feel comfortable with overwriting external library code. This means, I need to track every change of the library. Maybe there is a simpler solution. |
I have applied this suggestion: https://stackoverflow.com/a/76146125 Please check, if this helps. If not, please also re-open this issue. |
Does not seem to have fixed it. Still pops up for me. |
I think this method might work better, running it in subprocess without windows: |
The used library Maybe you can raise an issue regarding that over there at the |
Current Situation
Currently, with FFMPEG added in the settings for the conversion, it's opening a new window for a split second after each download. This results in the window focus to be disturbed as now the terminal (I assume CMD here) is taking over the window focus, but it's not always returning the focus to the previously focused window, interrupting use of the computer, especially during larger downloads of full playlists.
Suggestion / Feature Request
If possible, it would be convenient if the use of FFMPEG didn't cause a visible window to show up at all and simply run in the background.
The text was updated successfully, but these errors were encountered: