Wallpaper Engine
Недостатньо оцінок
Video texture playback controls
2
   
Нагородити
До улюбленого
В улюблених
Прибрати
Age Rating: Everyone
Category: Asset
Asset Type: Script
Asset Genre: Interactive
Script Type: Boolean
Розмір файлу
Додано
Оновлено
57.021 KB
8 січ. 2022 о 7:59
6 жовт. о 17:37
Змін 12 ( перегляд )

Підпишіться, аби завантажити
Video texture playback controls

В колекціях (1) автора Gariam
Gariam's assets
Предметів: 31
Опис
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).
Популярні обговорення Переглянути всі (2)
7
22 берез. 2023 о 2:31
GPU video engine maxed out even if there are no videos playing
butcho
5
20 берез. 2022 о 5:58
Script
butcho
Коментарів: 14
Gariam  [автор] 18 верес. о 12:14 
@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 верес. о 15:27 
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 лип. о 9:14 
hey how do you activate it/where to find it in the editor
Gariam  [автор] 17 берез. 2022 о 12:20 
@V Thank you very much!
V 17 берез. 2022 о 9:54 
Awesome One !! Very helpful 💥👌
butcho 16 лют. 2022 о 15:22 
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  [автор] 16 лют. 2022 о 12:23 
@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 лют. 2022 о 11:08 
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  [автор] 16 лют. 2022 о 10:34 
@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 лют. 2022 о 8:22 
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.