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

Support actual ffmpeg-full #229

Open
MatthewSchleder opened this issue Jan 7, 2024 · 2 comments · May be fixed by #230
Open

Support actual ffmpeg-full #229

MatthewSchleder opened this issue Jan 7, 2024 · 2 comments · May be fixed by #230

Comments

@MatthewSchleder
Copy link

At 3.0.0, you mentioned that you're supporting the "full ffmpeg" release, I believe you're only supporting the flutter_ffmpeg_kit main release. I have a use case that I want to use the drawtext filter on my trimmed videos, however, the base flutter_ffmpeg_kit does not support that filter, it is, however, supported on the flutter_ffmpeg_kit_full package: https://github.com/arthenica/ffmpeg-kit?tab=readme-ov-file#9-packages

I can't install both, because the base (included in video_trimmer) and full (provided by my direct input into my pubspec.yaml) have conflicting names (at least on ios): arthenica/ffmpeg-kit#617 (comment)

Here is a screenshot of the conflicting package names:
image

This issue is to update the pubspec.yaml dependency from flutter_ffmpeg_kit: ^6.0.1 to flutter_ffmpeg_kit_full: ^6.0.1

@vipulbuoyancy
Copy link

I am facing the same issue. did you find the solution?

@MatthewSchleder
Copy link
Author

I am facing the same issue. did you find the solution?

Yes. I have pushed #230, once approved and merged, this will be resolved

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

Successfully merging a pull request may close this issue.

2 participants