Skip to main content
Jay133
Inspiring
September 15, 2017
Question

Timeline zoom lag

  • September 15, 2017
  • 8 replies
  • 6098 views

Hi, everyone! After upgrade on last premiere version i now have one lag, that is just driving me crazy. I zoom in and out on a timeline with alt+scroll, and i've noticed, that with last update there is a lag between you zoomed and could select a clip. I mean you can't instantly select clip after zooming out or in, you zoom, you click and nothing happens. If you zoom, then wait for about half a sec then you can select clip. It's like the whole timeline window refreshes for about few msec before i could be clickable. You can even see it when you zooming with mouse cursor placed between two clips. After zooming mouse cursor changing it's icon for simple cursor and only after few msec for drag cursor - this whole lag is just weird and it just forces me to wait and not do things with my developed speed. Btw i have pretty strong PC: i7 4790, gtx 970, 16gb with windows 7.

    This topic has been closed for replies.

    8 replies

    Jay133
    Jay133Author
    Inspiring
    January 23, 2019

    So here we are again)) It's 2019, fresh premiere versions arrived, but the problem is still here, which btw is just ridiculous, and again it's just shows that adobe indeed doesn't care, and premiere is still like 5 years behind it's competitors with it's lags, bugs, render speeds, resources usage and so on so on, but wait, now the script we've been using to avoid this timeline lag is deselecting all i've selected on the timeline. So before fast esc stroke stopped lag, but now it registers in premiere) I don't know, it's like you have this technique for fast editing and scrolling through you project, that is just superior then use + and - buttons, and which is btw used in AE, cad programs, 3d programs and guys in adobe just don't care at all. I feel like either i don't know something or it's just the fact that adobe indeed stopped major premiere development when they started their creative cloud subscription service. For me it's just sad.

    hubiko
    Participating Frequently
    January 23, 2019

    sorry to hear that..me not upgradet yet to cc2019 - hope it's a workaround somehow 

    hubiko
    Participating Frequently
    July 26, 2018

    oke. giving it a second try managed to find a solution(script using AutoHotKey free app). working like it should for me now(tested in premiere cc 2018 win10, zooms to cursor, no lag after Alt key release) - the script taps the Esc key after releasing the Alt when zooming with mouse scroll

    -

    Download/install AutoHotKey: https://autohotkey.com/https://autohotkey.com/

    1. Right-Click on your desktop.

    2. Find "New" in the menu.

    3. Click "AutoHotkey Script" inside the "New" menu.

    4. Give the script a new name. Note: It must end with a .ahk extension. Ex. MyScript.ahk

    5. Find the newly created file on your desktop and Right-Click it.

    6. Click "Edit Script".

    7. A window should have popped up, probably Notepad. If so, SUCCESS! Copy these lines inside:

    #IfWinActive, ahk_class Premiere Pro

    ~LAlt Up::

    Send {Esc}

    Return

    8. Save the File.

    9. Double-Click the file/icon in the desktop to run it(put shortcut to startup folder, runs in BGround, activates only in premiere)

    10. Done, hope it's what You looking for

    Participating Frequently
    July 26, 2018

    Dude it work so well thank you so much ! I edit it with some research to take the case you juste scroll without using "alt", you can use this code and all is good !!!

    #IfWinActive, ahk_class Premiere Pro

    ~WheelUp::

    Send {Esc}

    Return

    #IfWinActive, ahk_class Premiere Pro

    ~WheelDown::

    Send {Esc}

    Return

    #IfWinActive, ahk_class Premiere Pro

    ~LAlt Up::

    Send {Esc}

    Return

    hubiko
    Participating Frequently
    July 26, 2018

    do You mean the same kind of lag after releasing the Shift after mouseWheel-scrolling horizontaly in timeline?

    Participating Frequently
    July 24, 2018

    It still a problem, I don't know what to do, someone found a solution ?

    Jeff Bugbee
    Community Expert
    Community Expert
    July 24, 2018

    Did you try what I suggested above?

    Participating Frequently
    July 24, 2018

    Yes but it's not a real solution, it's just a step that I have repeat thousand times a day...

    Furthermore, Premiere can understand Alt+Click if I do it too fast which is duplicated command

    hubiko
    Participating Frequently
    December 10, 2017

    Hi! same problem here with premiere cc2017, win7, lag(aprox. 1sec) in timeline using Alt+scroll zoom, altough zooming with the "+" and the "-" premiere default shortcuts (or any other assigned keys) works fine.

        My workaround: install AutoHotKey free application and with a script assign the Left Alt+scrolling commands to the premiere (+,-) shortcuts. The only minus is that the zooming will function exactly like with those shortcuts(focused to the playhead actual position and not the mouse cursor position).

        How to:

    Download/install AutoHotKey: https://autohotkey.com/

    1. Right-Click on your desktop.

    2. Find "New" in the menu.

    3. Click "AutoHotkey Script" inside the "New" menu.

    4. Give the script a new name. Note: It must end with a .ahk extension. Ex. MyScript.ahk

    5. Find the newly created file on your desktop and Right-Click it.

    6. Click "Edit Script".

    7. A window should have popped up, probably Notepad. If so, SUCCESS! Copy these lines inside(the "-" and "=" are my premiere zoom shortcuts, could be others in your setup):

    #IfWinActive, ahk_class Premiere Pro

    !WheelDown::

    Send {-}          

    return

    !WheelUp::

    Send {=}          

    return

    8. Save the File.

    9. Double-Click the file/icon in the desktop to run it(put shortcut to startup folder)

    10. Done, hope it helps -

    - the first line in the script is for putting the focus to the application. I'm beginner in scripting, the script could be made even better i guess(smoother zooming steps for example), but for now i haven't encountered problems, no lag after zooming with the mouse scroll

    Participating Frequently
    December 11, 2017

    Thanks for that!

    Altough it won't work for me as the reason I use the scroll zoom is because it doesn't zoom to the playhead

    I'm looking for a way to install CC9.2 again, no luck yet.

    Participating Frequently
    November 25, 2017

    In fact I experience lags everywhere, even just grabbing clips on the timeline and moving them around feels like it has some kind of lag. My old PC with an older version of premiere feels way faster than a brand new PC with a fresh install of everything. I'm forced to do a project on this new version, going crazy here.

    Jeff Bugbee
    Community Expert
    Community Expert
    September 19, 2017

    This is interesting. I'm able to duplicate this on my Mac. Try this:

    If you zoom using the + and - keys, are you are able to immediately click on items in your timeline? I'm able to on the Mac.

    If you zoom using Alt+mouse wheel, when you get to your desired zoom level, let go of alt, then immediately press alt one more time. Doing this, I can then immediately click on an item in my timeline. It almost seems to be as is that after doing the alt+scroll and letting go of alt, Premiere is interpreting the alt key as still held down. If you press alt one more time, it "releases" and you can the click on items again in your timeline.

    Let me know if that works for you.

    Participating Frequently
    November 25, 2017

    Same happens here. But not only with alt+scroll. Also when you just use the scroll wheel to scroll left or right in the timeline and then want to select something it just doesn't work.

    It doesn't only happen when trying to select something! Also when you scroll, and the for example want to move the playhead to another position by clicking in the time ruler it does nothing, the same lag occurs.

    Really frustrating behaviour as this slows things down a lot.

    Jay133
    Jay133Author
    Inspiring
    November 25, 2017

    Damn, i have to use 2017 11.1.1 because it's the last version that doesn't have this lag, and premiere 2018 still has it. I'm so disappointed in adobe's premiere last versions, because it looks like nothing really crucial happens. Essential graphics instead of blurry but convenient old titles, a few accelerated. Looks like playback engine is the same as it was 5 years ago and it loves to crash and lag. It's so frustrating, when you see how fast work resolve and final cut even with resolutions much higher than FULL HD.

    Jay133
    Jay133Author
    Inspiring
    September 18, 2017

    So it looks like everyone is ok with this lag, but i have it on two different machines, so the only obvious solution i've found is to go back to update before this one))

    Legend
    September 19, 2017

    New features get added, the program gets larger.  This may not be unexpected...or correctable.

    Legend
    September 15, 2017

    I've often found myself pushing buttons faster than Premiere Pro could accommodate.  It happens.

    Jay133
    Jay133Author
    Inspiring
    September 15, 2017

    I would be ok if it was some occasional bug, that occures once in a while(well i would be pretty pissed of actually))), but i've never experienced this constant lag in any versions of premiere before, even in the buggiest ones, such as 2015) I don't know, maby i need to change some option, so there would be, or wouldn't some kind of interface acceleration, i don't know.