Skip to content

Changes Retime Frame to Retime Speed for Davinci Resolve with Alt+Ctrl+S

Notifications You must be signed in to change notification settings

kotylo/davinci-resolve-retime-speed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Davinci Resolve Retime Speed

This is AHK Script, designed to fix the lack of configuration in otherwise good video editor, Davinci Resolve v16. Here is the short Demo what happens after you install this Script and when you press Alt+Ctrl+S:

Demonstration of what happens on hotkey

By default, Resolve opens up the Retime Frame, which is not useful at all. People on the blackmagic forum have raised the Feature Request for v17, but instead of waiting for possible changes, let's act and achieve auto preselection of Retime Speed now!

Update December 2020: In v17 Beta 4 still no support.

Installing

Prerequisites

  • Monitor with 100% scaling
    • tested on 125% too, it worked. That's because Resolve doesn't honor the Windows scaling.
  • Windows PC

Installation

You just have to unzip the script from bin folder (with images folder inside) to some location and run ahk-resolve-retime-speed.exe. The script will stay in the Windows Tray, listening for hotkey within Davinci Resolve.

Hint: Put the shortcut inside your Win+Rshell:startupOK location for starting with Windows.

Note: in case you are using .exe directly, unblock it:

Unblocking in Windows 10

Usage

Just select the video track, Press the Alt+Ctrl+S hotkey and see the magic.

Compilation

You need AutoHotkey, it's a Script App that lets you run .ahk files and compile them within Windows Context Menu into .exe

Alternative

Also you can use Pulover's Macro Creator, it's the same Script, but in different format.

Versioning

v1.1.0 (Resolve v17)

  • Added Davinci Resolve 17 support
  • Added two pixel search of the selected Video clip (to avoid timeline cursor match)
  • Renamed resolve-*** to ahk-resolve-*** in order to kill Resolve in Task Manager faster

v1.0.2 (Resolve v16)

  • Added tolerance to image search
  • Removed some image dependencies

v1.0.1

Add more debugging in case images folder is not present

v1.0.0

Initial release.

  • Of course it can be buggy and there is a room for improvement
  • Zooms in automatically in case the dropdown is not in the view
  • Reactivates Retime Speed automatically after closing the Retime Curve
    • Note: May not work in case of Zoom, Pitch or other were already selected before

Feature Requests

  • Changing the default 300% speed to 4000% is the next feature that I'm thinking about, because I change it all the time. Let's see if I have energy to change that, otherwise, PR are welcome.

About

Changes Retime Frame to Retime Speed for Davinci Resolve with Alt+Ctrl+S

Resources

Stars

Watchers

Forks

Packages

No packages published