skkallayath / photofilters

photofilters library for flutter
MIT License
406 stars 136 forks source link

video filters #41

Open chinu999 opened 4 years ago

chinu999 commented 4 years ago

is their any way i can use these filters in video. if not is their any way to add filters.

skkallayath commented 4 years ago

Since these are time-consuming processes, I don't recommend using it in real-time video. You can apply the filter on each frame of the video and render it in a video player. But it will take more time.