Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
How do I install ffmpeg on Android for YouTube-dl running in sl4a python script? #13496
Comments
|
you can download the arm version of ffmpeg |
|
i had manually done it from https://github.com/guardianproject/android-ffmpeg,or you can visit here https://trac.ffmpeg.org/wiki/CompilationGuide/Android. |
|
look here,this needs to be called https://github.com/rg3/youtube-dl/blob/master/youtube_dl/postprocessor/ffmpeg.py if you are compiling yourself,better use some ideas from this instead http://dentex.github.io/ (external project) or better check this #967 |
|
Thanks @siddht1 for providing such useful info. What you need is preparing a ffmpeg binary somewhere, and feed the path via |
|
I just want to add that it would be absolutely great if someone would package The current state of PS: Just to be sure: this app is not related to |
I can't give a guarantee, but looks like not as its functionality is rather limited in comparison to youtube-dl (no support for login-required videos and live videos) In general, this repository handles only core functionality. An Android app can be maintained in an external repo, just like many GUI wrapper out there. I have some scripts at https://github.com/yan12125/python3-android/ that builds a working |
What is the purpose of your issue?
Since I know a bit of python I decided to make a .mp3 downloader Android app for myself using a python interpreter, sl4a, some scripts, webviewer and youtube-dl.
I can’t make ffmpeg available to youtube-dl (called in a python script) in Android. Most answers are for Java implementations, using JNI.