Jump to content
Attention! On March 5 (Thursday) from 6:00 to 8:00 UTC, the forum will be unavailable due to scheduled maintenance.

Rendering a video into a texture?


photo

Recommended Posts

Posted

Hello,

Is there an easy way to render short video to a texture? The videos are in some files, and could be converted to any format if needed. Audio is NOT needed.

I thought about splitting the video to some numbered image files (to make a flip-book like animation), but the required resolution is high, and may be inefficient.

Thanks!

Posted

Hi Stephane,

Engine currently supports only a single video format - ogv (Theora). You can render video using WidgetSpriteVideo and with a help of ObjectGUIMesh to assign it to any mesh with UV instead of regular albedo texture:

image.png

There are some samples available as well:

  • SDK Browser -> Samples -> UnigineScript Samples -> Objects -> gui_00 (and gui_01)

Thanks!

  • Thanks 1

How to submit a good bug report
---
FTP server for test scenes and user uploads:

×
×
  • Create New...