You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
This issue is to update the pubspec.yaml dependency from flutter_ffmpeg_kit: ^6.0.1 to flutter_ffmpeg_kit_full: ^6.0.1
The text was updated successfully, but these errors were encountered:
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:
This issue is to update the pubspec.yaml dependency from flutter_ffmpeg_kit: ^6.0.1 to flutter_ffmpeg_kit_full: ^6.0.1
The text was updated successfully, but these errors were encountered: