-
RTFCP – Back to Final Cut EDL Converter tool
I am releasing a tool that will (hopefully) allow for easier roundtripping from a Resolve render back to FCP timeline. I am calling it RTFCP (Resolve to FCP) – very original I know!
The gist of the program is this:
You create an EDL file for Resolve. Grade your project, then render all the timeline clips in Source mode. My program parses and converts the original EDL and creates a new EDL, that when imported into FCP, allows you to easily link all the media.WARNINGS:
While my tool won’t eat you alive it’s seen limited testing. I would give it a whirl or two. I’m sure bugs will come up. Please report anything you find and I’ll see if it’s fixable!Please post any bugs here or email them to *@*****ab.net
How to get it:
Download zip file here:
https://www.vladk.net/RTFCP/RTFCP_v0_1.zipHow to use it:
There is a Readme in the ZIP file describing usage. I am not a documentation writer, so forgive any confusion! I will try to answer any questions here if any crop up.The program itself is a JAR file, so you’ll need Java to run it. All macs as far as I know come with Java so it should be no problem. It should also theoretically work on Windows.
Handles
This tool allows you to render from Resolve with handles and relink to original timeline in FCP. To do this you simply pass the number of frames you’ve added to the head of each shot within Resolve as a parameter to RTFCP.Assumptions
RTFCP does things somewhat blindly. It assumes you are following certain workflow conventions. I’ve outlined them in the readme file. They are close to what you’re already doing for QT workflow – getting reel names from files with */%R.* and pulling reel names from EDL comments.It’s very important to look at the render settings – there are very specific conventions that must be followed there.
Problems and Limitations
My tool isn’t the correct way to achieve this functionality but it should work. I developed it because I am constantly having trouble giving back the client workable timelines. As it is somewhat of a hack, not everything works (yet!)Big ones:
Speed effects – better not have them in your timeline. Resolve doesn’t render speed effects in source mode very well.
Some cases of handles – if some of your clips don’t have enough head for the handle you’ve given, Resolve will insert black. RTFCP, however, will not relink these clips. They will appear offline and will have to be brought in manually.Fun Undocumented DaVinci stuff
By undocumented, I mean that I never saw this in the manual.
During output, you can specify variables in Prefix and Suffix. They are:%L = filename
%R = resolution
%T = EDL REEL
%V = Version NameI use this feature to keep all filenames unique during render, and to find files afterwards. Very helpful!
That just about wraps it up. I hope that this tool works for some of you, and makes your lives a little easier!