Hi Alessio,
Yes, you are right. WordPress by default creates a bunch of images that have various resolutions when you upload an image to WP Media Gallery. Every WP installation can have different set of image sizes, as different themes can have different sizes of thumbnails etc.
Scrollsequence is using default WordPress Media Gallery, and that allows it to work with all the various image optimization plugins, CDN providers and Cache plugins and make use of all the standard WordPress functions.
There is no way to prevent the thumbnail image creation, partly because the thumbnails are in fact used in the plugin user interface in the WordPress back end.
I had a look on a particular image that was 111kb original, and after WordPress created the various other image sizes, the total size is 334kb total. So yes, there is an overhead for using the native WP media gallery, but honestly even if you have a couple sequences 300 images each they take up ~100MB each on the server. Is that a problem?
There is a new option coming up for using external image URL list
“Add images with URL list, or with a folder instead of media gallery”
see: https://help.scrollsequence.com/article/24-roadmap-and-feature-request-list
So soon there will be the option to enter external image list and get around this problem.
———————————————–
Regarding the direct use of video as input:
I have spent considerable amount of time trying to make it work, and it’s harder than it seems, partly because there are thousands of different video formats, codecs and input resolutions and really they need to be converted to specific encoding, and also possibly a different file format and resolution need to be presented based on the device. Also the performance benefit is almost non-existent, because the keyframes make the video size almost identical to images, with the downside that you need to wait longer until the video is “playable”.
For your reference: https://greensock.com/forums/topic/25730-scrub-through-video-smoothly-scrolltrigger/
So for now I am working on a solution that will be available on the Business plan that would let you upload a video an cloud convert it into a Scrollsequence, under the hood it is using a sequence of images that were created from that video.
I hope that this will be released this summer!
Let me know if that answers your questions!
Ales
Plugin Author