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.
How to add ffmpeg to embedded YouTube-dl on a server? #12190
Comments
|
It's |
I am building a Flask application and using embedded YouTube-dl to download mp3 from YouTube, and it needs ffmpeg to be available to convert. So I made a folder in the app and placed ffmpeg inside and linked it in my python code, but It is showing an error. Is the error something to do with the YouTube-DL library or is it something to do with the way I placed the ffmpeg, and if so, how would I fix it?
Fig 1. The Python Code
Fig 2. The error
Fig 3. The ffmpeg location