Wallpaper Engine

Wallpaper Engine

Not enough ratings
Video texture playback controls
2
   
Award
Favorite
Favorited
Unfavorite
Age Rating: Everyone
Category: Asset
Asset Type: Script
Asset Genre: Interactive
Script Type: Boolean
File Size
Posted
Updated
57.021 KB
8 Jan, 2022 @ 7:59am
6 Oct @ 5:37pm
12 Change Notes ( view )

Subscribe to download
Video texture playback controls

In 1 collection by Gariam
Gariam's assets
31 items
Description
This script enables some useful settings for the playback of video textures. It can be applied to any property of the video texture's layer.

IMPORTANT: The playback speed option doesn't work if the video file has an audio stream, be sure to remove the audio from the video before transfering it in the editor (there are simple online tools to do this). Also, wallpaper engine doesn't support reverse playback.

You'll find instructions on how to use the "Start delay" property directly in the script.

Special thanks to butcho for his precious feedback.

Feel free to suggest any new feature you might need or to report bugs in the discussions section (please avoid the comment section for this).
Popular Discussions View All (2)
7
22 Mar, 2023 @ 2:31am
GPU video engine maxed out even if there are no videos playing
butcho
5
20 Mar, 2022 @ 5:58am
Script
butcho
14 Comments
Gariam  [author] 18 Sep @ 12:14pm 
@Starling
Audio is a lot more limited in terms of how much it can be manipulated. It's only possible to play/pause and change volume. Speed, duration and current time cannot be changed nor accessed, so many of the options of this asset would not be available for it, thus failing to syncronize them in many cases. That's why I never included this option.

But it is possible to syncronize them as long as you don't require any of the things unavailable for audio, it's easier to just make a new script instead of editing this one though.
Starling 15 Sep @ 3:27pm 
this is super helpful, though i do require having audio play during/starting at the beginning of the video, and audio have the video ends. is there some place in the script I can place a line to play my audio layers or is that a feature that would need added?
high 10 Jul @ 9:14am 
hey how do you activate it/where to find it in the editor
Gariam  [author] 17 Mar, 2022 @ 12:20pm 
@V Thank you very much!
V 17 Mar, 2022 @ 9:54am 
Awesome One !! Very helpful 💥👌
butcho 16 Feb, 2022 @ 3:22pm 
Thanks a lot. This is really great. :steamhappy:

What I meant was a random value at the start of the wallpaper that stays constant the whole time and is not changing on every loop cycle again but on secon thought I could just set a min and max value pretty close so it's just like running nearly the same if that makes sense. ^^

I guess it's all covered in what you implemented. Thanks. Going to try this out tomorrow.
Gariam  [author] 16 Feb, 2022 @ 12:23pm 
@butcho There you go. I've implemented your "even better" option because it's what i had in mind from the start. What i didn't understand is, do you still need the first option or not? I didn't add it because I can't think any use for it.
butcho 16 Feb, 2022 @ 11:08am 
Wow, man....many thanks for your work. :cozybethesda:

What first came to my mind was the option to change the random value on every start of the wallpaper and then stays like that until the next start but what I consider even better is changing to another random value between min and max on every new loop of the texture. That would be a blast to have.

Thanks again. Appreciate the work.
Gariam  [author] 16 Feb, 2022 @ 10:34am 
@butcho It's possible and I was already considering to add it. I guess now I know what to work on next. Tell me if you have other ideas, I might as well add them together in a single update.
butcho 16 Feb, 2022 @ 8:22am 
Hello, s'mee again. ^^

I have a question about this script. I tried to add the possibility of adding a random value to the delay slider but a lack of coding logic was the cause that I failed miserably so I thought I just ask you if that is possible. The idea is to add something like a minimum and maximum value for the delayed playback of the video texture and than pick a random number between the min and max value on every start of the wallpaper to get a little more variety into the wallpaper.

Is this even doable.

Thanks.