Forum Replies Created

Page 1 of 6
  • Ido Shor

    September 4, 2023 at 6:21 am in reply to: Player issue on Deliver tab in DaVinci

    remind me what happens to the projects archive once you uninstall?

  • so… here came ChatGPT and offered this script:

    var comp = app.project.activeItem; // Get active composition

    if(comp) {

    if(comp.markerProperty.numKeys > 0) {

    var markers = comp.markerProperty; // Get markers

    var frameDuration = comp.frameDuration; // Get composition frame duration

    for (var i = 1; i <= markers.numKeys; i++) {

    var markerTime = markers.keyTime(i); // Get marker time

    var closestFrame = Math.round(markerTime / frameDuration); // Get closest frame

    markers.setCommentAtTime(markerTime, closestFrame);

    }

    } else {

    alert(“The active composition does not have any markers.”);

    }

    } else {

    alert(“No active composition.”);

    }

    after effects run in to errors there, but maybe one of you wizards can take it from there 🙂

  • Ido Shor

    September 21, 2022 at 2:26 pm in reply to: Dropping every other frame

    can you reference Dan’s original code please? thanks.

  • Ido Shor

    August 10, 2020 at 5:52 pm in reply to: Setting location for saved projects

    Hey,

    you can also just right-click the “Local database” tab on the left (in the first window that open), then “open File location”.
    my path is : C:\Users\……\AppData\Roaming\Blackmagic Design\DaVinci Resolve\Support\Resolve Disk Database.

    I use this in order to (double) backup my database to another hard-drive. (besides the auto-save I have turned on).

    cheers!
    I.

    p.s.
    stop pointing people to the manual ☺ that’s what forums are for.. fast easy answers ☺

  • Ido Shor

    June 18, 2020 at 7:20 am in reply to: Slow reaction time on timeline

    Tnx, will try that.

    Cheers

  • Ido Shor

    June 17, 2020 at 1:43 pm in reply to: Slow reaction time on timeline

    the build is 16.2.2.011

    I know about the tumbnail issue, I saw it in all the searches I did.
    but my issue is not with the zoom in/zoom out or playback.

    the problem I encounter is a delay in response when I try to move/trim etc. (as mentioned in the original post here)

    thanks anyways.

  • Ido Shor

    June 17, 2020 at 12:33 pm in reply to: Slow reaction time on timeline

    right, sorry. (didn’t think it matters, but you are right)

    Timeline:
    1080*1920 (vertical) 25fps
    footage:
    4K,( but as I said, it happens also when I am just trying to move a text layer.)
    a combination of .MOV from a Blackmagic camera or iPhone, DPX sequences (from comps) and PNG sequences.
    computer specs:
    Intel(R? Core(TM) i7-9700K CPU @ 3.60GHz
    RAM: 64GB
    WIN10
    GPU: NVIDIA GeForce RTX 2080Ti

    tnx.

  • Ido Shor

    April 5, 2020 at 2:36 pm in reply to: Handheld camera simulation

    what a gem!
    thanks Darby. (7 years late…)

    I.

  • per usual I found the solution somewhere,
    So, I Am leaving this here for future quarries on the subject.

    https://www.youtube.com/watch?v=i4rilThiRDE

    Cya!

    Some contents or functionalities here are not available due to your cookie preferences!

    This happens because the functionality/content marked as “Google Youtube” uses cookies that you choosed to keep disabled. In order to view this content or use this functionality, please enable cookies: click here to open your cookie preferences.

  • Ido Shor

    February 4, 2020 at 7:27 am in reply to: Drop down menu appears out of frame

    I finally found the solution, so add to come back and share.
    (since I bothered yall so much with this issue)

    you can watch it here if you like:
    https://www.youtube.com/watch?v=3bKT6GXC5qE

    c ya!

    Some contents or functionalities here are not available due to your cookie preferences!

    This happens because the functionality/content marked as “Google Youtube” uses cookies that you choosed to keep disabled. In order to view this content or use this functionality, please enable cookies: click here to open your cookie preferences.

Page 1 of 6

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy