It's never been easier to create beautiful, consistent, and customizable split screen designs in DaVinci Resolve.
With SplitScreener's intuitive interface, anyone can build their own custom grid layout with the classic columns, rows, margins and gutter structure. From there, you just draw however many screens you want and they're automatically placed on your grid, while a node tree is dynamically generated as you design your SplitScreen. No Fusion knowledge required! Seriously, none at all.
When you first open up the app, a default 12-by-6 grid is set up. You can customize canvas dimensions, margins, gutter and grid composition at any time. I do recommend the default 12-column setup, though, because 12 is awesome and can be subdivided in 2, 3, 4 and 6. 12 all the way! 🙌
When you're ready, you can click anywhere on the grid and drag to create a screen. A blue rectangle will be drawn representing each screen . It'll automatically position itself on the grid, and recompute its dimensions and position every time any setting is changed.
As you can see below, whenever you create a screen, the corresponding nodes in the Fusion composition are automatically and dynamically generated for you. What you see in SplitScreener is exactly what you get in DaVinci Resolve!
First, open your Terminal application and navigate to the Comp
Scripts folder inside your DaVinci Resolve / Fusion Studio installation files directory. This is where all of your custom scripts can be placed for easy access from within the application, while you're in the Fusion page (or inside of Fusion Studio).
DaVinci Resolve: C:\ProgramData\Blackmagic Design\DaVinci Resolve\Fusion\Scripts\Comp
Fusion Studio: C:\ProgramData\Blackmagic Design\Fusion Studio\Scripts\Comp
DaVinci Resolve: [user]/Library/Application Support/Blackmagic Design/DaVinci Resolve/Fusion/Scripts/Comp
Fusion Studio: [user]/Library/Application Support/Blackmagic Design/Fusion Studio/Scripts/Comp
You can then use the following git command to clone the repo and install the latest version of SplitScreener in your system:
git clone --recurse-submodules https://github.com/brunocbreis/SS-CompScript/ ./SplitScreener
If you have previously cloned the repo, you can use git pull --recurse-submodules
to fetch new changes.
After installation, you're ready to split some screens! 🔪
From DaVinci Resolve, while in the Fusion Page, you can go to Workspace > Scripts > Comp > SplitScreener
and run the SplitScreener app from there. In Fusion Studio, the SplitScreener folder will be directly under the Scripts > Comp
menu.