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
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?