TheWidlarzGroup / react-native-video

A <Video /> component for react-native
http://thewidlarzgroup.github.io/react-native-video/
MIT License
7.15k stars 2.88k forks source link

Video filters on Android #1503

Open HappyDev96 opened 5 years ago

HappyDev96 commented 5 years ago

I want to add video filters and I'm working on Android. When I read the doc of this package, i could see that there're filters for only ios. And I want to know if it's possible to add video filters on Android. Please help me.

awesomeo99 commented 5 years ago

do you have any code on how you are trying to add filters? which library are you using?

HappyDev96 commented 5 years ago

You can see filterEnabled and filters props in this package document.

HappyDev96 commented 5 years ago

Those props are only available for ios. But I want to use those props for Android. Is there anyway for it?

karanpratapsingh commented 5 years ago

@HappyDev96 did you find any solution?

ajaxsys commented 5 years ago

@HappyDev96 @karanpratapsingh same needs any solutions?

CHaNGeTe commented 5 years ago

Try this PR https://github.com/react-native-community/react-native-video/pull/1671

karanpratapsingh commented 5 years ago

@ajaxsys No, unfortunately , but try the #1671 PR

ShashwatMDas commented 4 years ago

Any updates on this? I'm trying to do the same thing, add filters over videos for both android and ios app just like Instagram does. If anyone was able to do this, can you help me out?

mouzakim commented 4 years ago

Any updates excluding the PR #1671 ?

isthisshivam commented 4 years ago

anyone solve this fuck please let me know how to use fliters in android Thanks in advance !

Aijaz12550 commented 3 years ago

I am also facing this issue. any solution?

isthisshivam commented 3 years ago

No I haven't heard anything about this 😭

On Thu, Oct 22, 2020, 7:45 PM Muhammad Aijaz notifications@github.com wrote:

I am also facing this issue. any solution?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/react-native-video/react-native-video/issues/1503#issuecomment-714524784, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIDMFPYI25O5SCGUC6F6HKTSMA5AXANCNFSM4G25UL6A .

izuutech commented 1 year ago

Any solution for adding filters in android yet?

freeboub commented 1 year ago

Linked pr is a good start, but someone need to port it on master

Space6188 commented 9 months ago

Any news?