maykbrito / mini-video-me

📹 A small webcam player focused on providing an easy way to add and control your webcam during recordings.
https://maykbrito.github.io/mini-video-me/
MIT License
1.56k stars 153 forks source link

Add custom filters and color controls #40

Open diego3g opened 3 years ago

diego3g commented 3 years ago

I was thinking that we could have some custom color filters as we have in Around app.

image

Also, maybe we can add the option to set color adjustments like brightness, contrast, saturation, etc...

maykbrito commented 3 years ago

And add the option to use it borderless (if someone wanted it).

lenivene commented 3 years ago

And add the option to use it borderless (if someone wanted it).

I think a good idea use clip path to make complex shapes, for example: pentagon, hexagon, Star, cross and others.

More examples

mateusjatenee commented 3 years ago

IMO it'd be great to have at least basic controls (exposure, shadows, highlights, contrast). I usually record the lesson itself and my camera footage in separate files so I can color grade in post-production. I'll see if I can write a PR this week. 🚀

DouglasdeMoura commented 3 years ago

And add the option to use it borderless (if someone wanted it).

You can do it by setting the border color to transparent.

maykbrito commented 3 years ago

And add the option to use it borderless (if someone wanted it).

You can do it by setting the border color to transparent.

Oh boy!! Thank YOU 😍

DouglasdeMoura commented 3 years ago

I've just sent a PR(#42) to allow the user to use CSS filters, custom shapes with clip-path and enable/disable the border.