Skip to content
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

API Level 24 is too large #143

Closed
prakash-sonar-98 opened this issue Oct 21, 2021 · 4 comments
Closed

API Level 24 is too large #143

prakash-sonar-98 opened this issue Oct 21, 2021 · 4 comments

Comments

@prakash-sonar-98
Copy link

How can I reduce android API level(24) of these package, It can affect my other dependencies

@shilangyu
Copy link

shilangyu commented Nov 1, 2021

Just use the lts version of ffmpeg (set it in android/build.gradle)

ext.flutterFFmpegPackage = 'full-lts'

This only needs api level 16.

All of this is mentioned in the readme.

@sbis04
Copy link
Owner

sbis04 commented Dec 3, 2021

There is a breaking change in version 1.0.0 of this package, the flutter_ffmpeg package is being migrated to ffmpeg_kit_flutter (more info here). Now, the configurations are also simpler and this package by default uses the LTS version of FFmpeg.

I'm closing this issue, feel free to reopen if you face any issues with the latest version.

@sbis04 sbis04 closed this as completed Dec 3, 2021
@shilangyu
Copy link

Beware however that ffmpeg_kit_flutter currently has a API restriction bug: https://github.com/tanersener/ffmpeg-kit/issues/224#issuecomment-981054316

@sbis04
Copy link
Owner

sbis04 commented Dec 3, 2021

@shilangyu Yes, I'm aware of that. If you check the Readme, I have added a Troubleshooting guide for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants