An often-requested feature for the Depthkit application is to be able to set frame-accurate In and Out Points in the Depthkit Editor interface. Until this feature is added, you can use the following workaround to set frame-accurate In and Out Points for your Depthkit captures.
- If your Depthkit project is open, close it.
- MAKE A BACKUP YOUR PROJECT JSON
- If applicable, convert your desired timecodes to frames (multiply seconds by 30, and minutes by 1800, and add them all up for a new frame number)
- Use a text/code editor to open the
dkproject.json
located in your Depthkit project bin. - Locate the
recordings
object. Within that, the locate take object you’d like to edit, and within that, locate theinTime
andoutTime
objects.
- Change the
ticks
value to the frame number you desire, and the correspondingtimebase
value to 30 (representing the FPS framerate of the capture footage) - Save the JSON, and re-open your Depthkit project. The In and Out points should now reflect the frame numbers you entered.