To be able to export multiple videos during a render. For example if you had different effects applied to the same scene or different camera perspectives. You could route the image output to multiple outputs and when render is pressed each is rendered out independently. (Possibly incremental indexing should be used for naming: Foobar 001.mov & Foobar 002.mov etc.)
Feature status
- Submitted to vuo.org
- Reviewed by Team Vuo
- Open for community voting
- Chosen to be implemented
- Released
When we (Team Vuo) plan each release, we try to implement as many of the community's top-voted feature requests as we have time for.
If anyone would like to help this happen sooner, we're also accepting commissioned work.
Read more about how Vuo feature requests work.
Comments
I've opened this feature
I've opened this feature request for community voting.
Perhaps we could add a new protocol called
Image List Generator
, then the Export dialog could give you the choice between exporting to separate movie files, or exporting a single movie file with multiple video tracks.Alternatively, perhaps we could add an interface that allows you to queue up multiple exports, each with their own set of published input port values. Then you could publish
Render Scene to Image
'sCamera Name
input, and each render could pick a different camera. (You can already do this with the command-linevuo-export
app.)