Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Pyinstaller, youtube_dl and ffmpeg!! #4681
Comments
|
As mentioned in our bug reporting guidelines, please post the output you get when you add the That being said, this is almost certainly a pyinstaller issue. How does the directory layout actually look when it's unpacked? |
|
Got this while researching the issue - https://groups.google.com/d/msg/pyinstaller/-4Fdy7suh0U/0o9Yqa78zCEJ, it seems the problem lies in the fact how |
|
Closing; the problem seems to be in pyinstaller. Even if it's not, without the requested additional information we could not hope to solve it. |
I created an GUI for ytdl and it works fine when executed from python file, however if I pack it using
pyinstallerwithone fileoption it downloads the video but fails to convert it usingffmpeg(one copy of which is in the application folder and another on OS path).I noticed if I allow
pyinstallerto open a console windowhttp://pythonhosted.org/PyInstaller/#id23it works fine and executesffmpeg.