-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Idea: Radial blur #253
Comments
Great idea! It does require me to write a custom WebGL blur shader that can create this kind of blur effect, since browsers have no support for it. I did some investigation into creating a WebGL blur shader in 2022-2023 to improve performance, but dropped the idea since it seemed too complex without benefits: #113 comment Your idea might make this worth while, but expect it to take a long time to develop this. |
Todo:
|
First of all: I love this extension. It would be awesome to have this for VLC as well...
(if you have recomendations for another player providing such experience, pls tell me)
But i have an idea to improve the visual experience, i think.
The usual blur-effect is OK, but i think it would look much better if anything like the "radial-zoom blur" would be available (like in PS, see screenshot).
This would provide smother transitions from the Clip-edges to the ambi.
Alternative it would be great to have an blur-effect which increases.
Starting form the Clip-edges with less blur but inceases as spreading.
And to improve this even more, maybe it would be awesome to combine this two blur-effect.
I did some samples via image-editing, from the clip "[HD] Trippy Animation courtesy of Anthony Francisco Schepperd".
Original:
Radial-zoom-blur:
Increase-blur:
Just my ideas... but at least the radial-zoom-blur looks better to me than the usual blur-over-whole-image.
Nevertheless, amazing extension, thanks for providing this tool to us ! :D
The text was updated successfully, but these errors were encountered: