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.
I'm trying to embed Youtube-dl into a program i'm making, and it works fine with videos, but i'm also trying to have it download songs, and extract audio and save it as an .mp3 file. I know it needs ffmpeg for that to work, so is it possible to embed it as well? My aim is to have a one file program, using pyinstaller or something similar.