brivad / resolume

Resolume vj software Composition files Tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resolume Composition Tools

This script read a Resolume® v3 composition file (.avc)

Reading a composition:

composition = ResolumeComposition.new("filename.avc")

printing clips info:

composition.clips_info

to copy all clips in a given directory

composition.copy_clips(dir)

dir must be absolute path with r/w access

a new composition file (.avc) is saved with the new paths inside

🖖

About

Resolume vj software Composition files Tools


Languages

Language:Ruby 100.0%