Forum Replies Created

  • Søren Nowakowski

    September 2, 2017 at 3:44 pm in reply to: Audio and Video Batch Sync Timecode

    I’m late, I know. But for any one else dealing with this problem in Premiere in the future, I thought I might suggest the solution.

    Just last night I had the same issue. Hours of footage, no audio ref on footage, only timecodes from both.

    I researched and found https://www.tentaclesync.com/#download

    Apparently they make the hardware need for timecode syncing on set, but they also have software to go along with it. It’s not free though, but they do offer a 14 day trial. One quick trip to my email account later and I was good to go.

    I opened the program, drag’n’dropped all my footage and my audio in the same “bin”, and presto. All synced via timecode. Didn’t even have to click any “sync” button first. That’s even better than a one-lock-solution ????
    Exported an XML, import in PPro, og voila. A nicely synced timeline. From here I go in and trim audio overflows manually and link footage and audio together per clip. So that part still sucks, but the frustration of the sync proces is out of the equation now. Saved me a couple of hours ☺

    Hope it can help some of you having the same issue!

  • Søren Nowakowski

    November 25, 2016 at 3:10 pm in reply to: Have multiple values output in source text

    Hmmm, I see…

    Thanks for the explanation 🙂

  • Søren Nowakowski

    November 25, 2016 at 1:57 pm in reply to: Have multiple values output in source text

    Wonderful, worked like a charm ?

    Now, why does this work? 🙂

  • My boss probably wouldn’t want the material to be posted online, so I can’t upload the clip itself, but I can however show you this gif, which shows the camera movement and the hassle at play.

  • Søren Nowakowski

    September 2, 2015 at 9:34 am in reply to: Stop loopOut!

    Alternatively, you could link the loopOut to a checkbox controller.

    That way, you keyframe the switch, to stop it at a point in time of your choosing. Checkbox controls utilizes hold keyframes.

    Just add a checkbox controller to the layer you want the loopOut to happen on.

    And put this code in all the properties you want to have looped.

    s = effect("Stop LoopOut")("Checkbox"); // Parent to Checkbox controller. Rename the controller "Stop LoopOut" if you want :)

    if (s == 0) {
    loopOut("cycle")
    } else {
    value
    }

    /* If the checkbox is off (0), then loop it. Loop it good.
    Otherwise, just use the value (your keyframes). */

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