-
Notifications
You must be signed in to change notification settings - Fork 27
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
feat: Video filters #799
feat: Video filters #799
Conversation
Hi! Thanks for this amazing job @Brazol, we are migrating from another provider to GetStream and the experience has been much better. Our usecase requires mainly the blur effects, and we already got it working both on iOS and Android with this PR. We have a due date of mid-January to deliver these changes to our clientes, so I was wondering, is adding video filters to the web implementation something that will be done soon? We have a big usage of our app on the web version, and we want to support blur on the web too, inside our app. We have some more context on the video calls that is already implemented on it. |
# Conflicts: # packages/stream_video_push_notification/pubspec.yaml
Thank you, @EvertonMJunior. I'm glad to hear that you've already found a use for this feature! Currently, we officially support only Android and iOS. However, we plan to focus on the web platform soon and aim to add support for all features there. This is one of our top priorities at the moment. Unfortunately, I can't provide a specific timeline for when this will be ready. |
packages/stream_video_flutter/lib/src/video_effects/video_effects_manager.dart
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR adds Blur and Image background effects to our Flutter Video SDK.
Docs PR: https://github.com/GetStream/docs-content/pull/50
iOS
ios_filters.mp4
Android
android_filters.mp4