yt-dlp does not see ffmpeg, although it is specified in the requirements
sp3cialSY opened this issue · 1 comments
sp3cialSY commented
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?