yausername / youtubedl-android

youtube-dl for android
GNU General Public License v3.0
993 stars 179 forks source link

ffmpeg is not installed #292

Open Dart2112 opened 1 month ago

Dart2112 commented 1 month ago

I have initialized and can use yt-dlp successfully but it doesn't seem to detect FFmpeg. Here is my code in onCreate image This is the first app I've developed so I am probably making a simple mistake but I can't work it out Here is the execution part of the code image It all works if it can download just a mp4, but if I try and download a video from Reddit where it needs to merge formats I get this error WARNING: You have requested merging of multiple formats but ffmpeg is not installed. The formats won't be merged 2024 Is there another step to setting up FFmpeg that I need to do?

LunevNF commented 11 hours ago

Any ideas?