I built the Resolver commands with several small workflows in mind to help boost the content creation process and eliminate tedious steps. I wanted to provide this page so that you could read and understand those workflows so as to best use the CLI.
Keep in mind: I am a developer, so I like to do developer-friendly workflows. There are a few takeaways for you to consider:
These workflows require settings to be initialized in Resolver's config, so make sure to follow the installation config setup first.
Then, you need to set the config settings for your config profile. See config for details on the settings.
Below are the typical workflows that I use with Resolver:
Each time I setup a new project, I want:
The scaffold project command does this for me nicely now. The subfolders that it automatically generates are listed below. Right now, these subfolders are hard-coded into the app, but they could potentially be configurable in future updates.
project-folder/
├─ Footage/ScreenRecordings
├─ Footage/Camera
├─ Footage/Stock
├─ Audio/Voiceover
├─ Audio/Music
├─ Audio/SFX
├─ Graphics
├─ Exports
├─ Cache
├─ Proxies
├─ Gallery
├─ ResolveProjectFiles
├─ ProjectNotes
When I create render artifacts for a project, I always save the artifacts to the project's internal exports folder. But I then want to take those render artifacts and publish them to my central exports/publish folder, so I use the export project command.
When I am finished with a project, I want to archive it by copying the project folder into a zip folder, compressing it, and sending that zip folder to the central archive repository, so I use the archive project command.