Сергей (Sp3cial)
unread,May 2, 2024, 9:00:17 AM5/2/24Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Kivy users support
I am writing a kivy 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 buildozer requirements:
`requirements = ffmpeg,python3,kivy,yt_dlp,python-for-android,pillow,kivymd`
how can I fix it?