How to use AutoHotKey with Premiere - step by step tutorial for beginners!

75,374
0
2021-02-22に共有
AutoHotKey can drastically speed up your video editing in Premiere, by adding features it doesn't have! This tutorial shows exactly how to do it, step by step.
NOTE: Even if Premiere eventually gets some or all of these features, this tutorial will still teach you everything you need to know, for any future AHK scripts you may wish to write or modify.

0:00:00 Hello, world!
1:38 USE THE LINKED REPOSITORY TO FOLLOW ALONG:
github.com/TaranVH/2nd-keyboard/tree/1960e5c326d4a…
2:39 Downloading and installing AHK
www.autohotkey.com/
10:06 #singleinstance
14:52 What it means to "comment out" your code
16:13 #ifwinactive is very important
18:14 You can remap anything to anything else
20:08 Read all of this tutorial before you continue, except for section 7, objects:

www.autohotkey.com/docs/Tutorial.htm

21:03 1st script: ripple delete clip at playhead
31:44 Where to find all the shortcuts you must assign in Premiere, for my scripts to work!
32:17 Where to find MY Premiere shortcut assignments, and where Premiere stores them
37:45 2nd script: Instant cut at cursor
40:28 How "return" works
42:38 3rd script: Delete single clip at cursor

59:08 (Intermission) My tutorial creation process BTS - explanation of "dead ends"

1:01:29 Panel-specific shortcuts are important to know about
1:02:49 Upgrading your text editor! (to Notepad++)
notepad-plus-plus.org/downloads/
AHK syntax highlighting:
autohotkey.com/boards/viewtopic.php?t=50

1:07:40 Here's what preset() does
1:08:17 Why this tutorial will be relevant even if Premiere gets this feature someday
1:09:28 4th script: preset()!!
1:14:34 Why and how I use weird scan codes for debugging
1:17:48 WINDOW SPY - how to find the ahk_exe and ahk_class, etc
1:18:44 Back to preset()
1:55:11 cropclick() - optional!
1:59:33 tippy() - you don't need it.
2:00:37 Where to put all your AHK scripts!
(Make the following folders:)
C:\AHK\2nd-keyboard

2:02:50 Adding more function calls
2:06:41 Alternative to using my preset() function:
   • Premiere's EXCALIBUR extension - is i...  
knightsoftheeditingtable.com/

2:07:40 Make your scripts run automatically on startup.
(Put a shortcut to is, here:)
C:\Users\[YOUR_USERNAME]\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

2:09:11 Right click to move playhead script
2:11:56 yes_delete_existing_keyframes.ahk
2:12:53 accelerated scrolling

コメント (21)
  • @TaranVH
    I MIGHT make a follow up video to explain more things. But I don't know what to cover. So, AFTER you watch this video and try this stuff yourself, please reply to this comment, telling me what else you still find confusing, what functions of mine you can't get working and why, what weird issues you're encountering, etc. Be specific!
  • Over two hours of a niche, nerdy editing tutorial? count me in.
  • @ymfah
    I use Vegas but I've been using AHK for my editing workflow thanks to these tutorials. Very nice.
  • @AntVenom
    Awesome! Even though I use Vegas, I'll probably watch this. Over a year ago I implemented AHK into my Vegas workflow because of you. I even set it up in an "object" oriented fashion so making scripts for new effect / preset combinations takes me like 30 seconds. And I started using AHK for editing because of you, so thanks!
  • after 15 days of translating and learning English and AHK words. I did it (preset). feeling really good. thank you very very very much Taran VH...
  • @b29ak2007
    Format = Hotkey : Commentary F4 : The Command follows the mouse head, which can be... I was about to be that person with a list of comments, but honestly I am dumbstruck by how useful this is I am about to finish the preset() section and the amount of coding you put into that section alone was enough for me to rethink the way I understand the complexity of both the software i use, as well as just how difficult the things I do during my video edits really are Your meticulous step by step approach through your coding really teaches us the skills you develop over a long time in such a simplistic way that I could now make a tutorial from your teachings. If anything I hope thats the best praise I can give also now I am super excited to watch the 4 hour worlds most advanced tutorial, cause after the 2 hour and this, my autohotkey fixation might be at its highest
  • yesterday I watched your tutorial on LTT and started to program my macros and I was banging my head on the table trying to get everything working and now I see this! What a life saver! Thank you so much Taran. I use the razer keyboard method btw
  • @knif3r35
    Finally done with tutorial. Gives me headache thinking about how you wrote these scripts all by yourself. Also the side notes are really helpful in understand the code rather than just copying it. Thank you and hope you have a great day :)
  • From the entire (almost 8 hours series), this is by far the most useful to understand and create the code. Thank you so much!
  • it's 6.15am. my eyes are bleeding... but hell yeah... after a sleepless night, I can now load up presets faster than the speed of light! What an effort this was for a complete AHK beginner like me! But I cannot thank you enough Taran... you really know how to give back to the community! Incredible job man!
  • @Al_Gepe
    Thank you so much! I wish everyone was so thorough in their explanation and documentation... Seriously helpful!
  • Dude this SAVED my workflow so hard, I was already pretty efficient with my editing but I didn't realize how much time I could save just by using presets with hotkeys, it literally gave me like an extra hour everyday, it's so good. I do have a background in coding, so that made it easier to follow the tutorial, but you made it super clear and simple, thanks a lot man!!
  • I'm not an editor but ever since watching your tutorials I've been using AHK for soooo many things. You have singlehandedly changed how I used my computers to the point I find it hard to use another PC that doesn't have my macros. Thank you for these keep it up!
  • Thank you for this tutorial. I just downloaded the autohotkey then the accelerated scrolling scripts and it works. I'll come back here next time to fully understand the usage of autohotkey.
  • @jarons
    As someone who edits chess videos, thank you so much. Your videos have helped me out, even if I haven't implemented that much at all it's still inspiring to see what's possible in premiere.
  • Thank you so much Taran! You brought me to AutoHotKey, macrokeys, macrokeyboards and Premiere and therefore you helped me a lot.
  • Your editing setup has been a brilliant guide and influence for my game development macros - while I don't have a full second keyboard setup yet, in previous projects having keys to setup gameobjects has been a godsend.
  • AHK is so useful for my Premiere Pro workflow. Thanks for taking so much time to show us this gamechanger!
  • @tdl3
    If Taran were my high school teacher, I would’ve got into Harvard.