Video Generation
Available Methods
1. Text to Video
VideoClip video = await "Ocean waves at sunset"
.GENVideo()
.ExecuteAsync();2. Image to Video
Texture2D image = Resources.Load<Texture2D>("Frame");
VideoClip video = await image
.GENVideo()
.ExecuteAsync();Basic Examples
Example 1: Text to Video
Example 2: Image Animation
Configuration
Duration
Resolution
Frame Rate
Provider Support
Next Steps
Last updated