-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find ffmpeg or avconv #7
Comments
YouTube-DL try to find a ffmpeg binary as it detects several formats for the video and will need to merge them at post processing. The video can still be download by enable the ignore error in the settings menu. There are a lot of YouTube-DL options for preferred format that the app do not yet handle, having a setting to download a single format without post processing will probably be the best option. The sdcard error is just a side effect of the previous error as nothing was downloaded. |
I installed ffmpeg via termux but the error remains, the app cannot found ffmpeg. As an alternative solution, the format can now be selected before the download. If the selected format do not require post processing, like DASH encoded video then we can still download videos. |
The latest version of termux allow to run command from another apps with proper authorizations : |
need to patch youtube-dl systemcal to ffmpeg with from jnius import cast PythonActivity = autoclass('org.kivy.android.PythonActivity') |
The app can't seem to find an installation of ffmpeg or avconv and fails. It also can't seem to write to my phone's /sdcard directory, which definitely exists.
The text was updated successfully, but these errors were encountered: