-
Notifications
You must be signed in to change notification settings - Fork 203
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
Update the FFmpeg build to the latest version #183
Comments
Updating ffmpeg means giving up support for Android 5 and 6 and also it will increase app size, as you can see here.
Maybe the same with ffmpeg! Maybe in another branch. |
Yes, I found the size of the |
I will take a look and see what I can do. from yt-dlp readme
Is the error related to this? |
I don't think so. According to the readme, most of the patches were merged into the FFmpeg v5.1. Maybe the FFmpeg/aria2c binaries can be packaged and released in different repos/libraries from this, having independent version codes, since we make little changes to them. |
Ok, I updated ffmpeg from 4.2.1 to 5.1 so far it works fine, tested on Android 5 and 9, Please check if it works fine with implementation 'com.github.xibr.youtubedl-android:library:eacd0074af'
implementation 'com.github.xibr.youtubedl-android:ffmpeg:eacd0074af' |
Let's make sure everything is working fine so it doesn't cause us any issues after merging. There is an idea in my mind about aria2c don't know if it will work but I will give it a try, it will reduce the size of the current aria2c. |
I'm attempting to update the FFmpeg build version to v5.1.
According to the termux community, the support of API 23- is ended as well as the package updates. The issue below suggests that the outdated FFmpeg build has already caused the discontinuity with the yt-dlp.
The text was updated successfully, but these errors were encountered: