kivy / buildozer

Generic Python packager for Android and iOS
https://buildozer.readthedocs.io
MIT License
1.75k stars 504 forks source link

yt-dlp does not see ffmpeg, although it is specified in the requirements #1803

Open sp3cialSY opened 7 months ago

sp3cialSY commented 7 months ago

I am writing an application using yt-dlp to download videos and when I try to merge the two formats via yt-dlp, I get the following error: [WARNING] You have requested merging of multiple formats but ffmpeg is not installed. The formats won't be merged (received from logcat) My requirements: requirements = ffmpeg,python3,kivy,yt_dlp,python-for-android,pillow,kivymd

how can i fix it?