mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-20 09:52:50 +01:00
9269931b9b
Problem: I created a yt-dlp GUI and I use ffmpeg to convert to audio often, recently I used pyinstaller to make a .exe for this GUI because I want to send it to friends who don't have python in their computers, also I don't like the console that appears with python so I just put the configuration to remove the console on pyinstaller, the program works fine, until it has to convert anything with ffmpeg, then because ffmpeg requires a console to open it the program crashes. Solution: Added 'creationflags=subprocess.CREATE_NO_WINDOW' so it doesn't try to create a terminal window, this fixes the crashing. Extra info: - All of this is on windows, I didn't test on linux or on mac - This problem only happend to me when I compiled the program to .exe - I tried this solution and it worked perfectly |
||
---|---|---|
.. | ||
__init__.py | ||
common.py | ||
embedthumbnail.py | ||
exec.py | ||
ffmpeg.py | ||
metadataparser.py | ||
modify_chapters.py | ||
movefilesafterdownload.py | ||
sponskrub.py | ||
sponsorblock.py | ||
xattrpp.py |