Ken Burns effect? #73
Replies: 5 comments 9 replies
-
I've had three people either ask or mention it in passing. I would say I have an appetite to see if I could pull it off with CSS! |
Beta Was this translation helpful? Give feedback.
-
Just spitballing here but would it (in your mind) be an additional transition or a config option in itself? |
Beta Was this translation helpful? Give feedback.
-
It depends on the software. Most will be a random point but with AI being more prevalent they will tend to be “smart” I guess.
Zooming will be relatively easy (easier) to implement. .
…On 8 Sep 2024 at 12:46 PM +0100, semiligneous ***@***.***>, wrote:
Yeah any type of dynamic movement, zooming in/out, or panning across would add a nice element to the slideshow.
I don't know how those types of things are generally programmed into other slideshows/screensavers - is it just a random effect focussed on a random part of the photo, or is there more 'intelligence' that picks the focal points and movement?! I guess that's where the complexity might come in and become a large piece of work!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
That is exactly how I did it then used the centre point of that box as the zoom point.
…On 9 Sep 2024 at 4:41 PM +0100, jschwalbe ***@***.***>, wrote:
> A fair bit more yeah. I did something similar before but it was a zoom in/out effect rather then Ken Burns. But it did you face boxes to pin point the middle point which would show all faces.
I made #67 - Not sure how you did it, but the calculation in my mind would be 4 parts, corresponding to the minimum rectangle that keeps all the faces in (no midpoint necessary).
• Top left would be like this: of all faces, find the smallest X coordinate and smallest Y coordinate = (X,Y)_top_left,
• Top right=(largest X, smallest Y), and so on.
Happy to move this discussion to #67 instead but this was getting more activity ;)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Appreciate the ken burns effect, but it is not yet right. If you want to have the picture only slowly moving, you need to set a low image effect amount. But that does not only determine the speed, but also the amount of zoom, and both seem to be linked. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any appetite for a Ken Burns effect (panning/zooming across the images), I see only a passing mention to "Ken Burns" in #67.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions