$ cat workspace-template.yaml
Combine and Uniform Videos
// Combine multiple videos into one video output,upscaling them and uniforming their video resolution, frames per seconds and length. Ordering the video by array node.
workflow
// Canvas Preview
canvas.flow
// Dependencies
requirements.py
1from input import DriveVideoReader2from process import VideoUpscale3from process import VideoUniform4from process import MakeArray5from process import VideoConcatenation