Forum Replies Created

  • Jean Simenon

    March 20, 2020 at 6:13 pm in reply to: Expression that recognises 2 lines of text

    Sorry I tried to highlight the code, but it came out as . Pardon me for that.

    —-
    Not hollywood. Never.

  • Jean Simenon

    March 20, 2020 at 6:10 pm in reply to: Expression that recognises 2 lines of text

    Wow. Thanks for all the hard work Tom on this.

    I personally wanted to get the boxes to expand from the LEFT side of the text all the way to the RIGHT (instead of expanding from the middle as it is right now), so I made the following changes:

  • In the SHAPE layers named 1, 2, 3, 4, under TRANSFORM, the Anchor Point expression used to be:
  • R = thisLayer.sourceRectAtTime(time);
    T = R.top;
    L = R.left;
    W = R.width;
    H = R.height;
    ([L+W/2,T])

  • Now I changed it simply to:
  • R = thisLayer.sourceRectAtTime(time);
    T = R.top;
    L = R.left;
    W = R.width;
    H = R.height;
    ([L,T])

  • And, under TRANSFORM, I also changed the Position expression from this:
  • yPos = 0 + thisComp.layer('control').effect('box-yPos')('Slider');
    xPos = thisComp.width / 2 + thisComp.layer('control').effect('box-xPos')('Slider');
    [xPos, yPos]

  • To this:
  • R = thisLayer.sourceRectAtTime(time);
    W = R.width;

    yPos = 0 + thisComp.layer('control').effect('box-yPos')('Slider');
    xPos = thisComp.width / 2 + thisComp.layer('control').effect('box-xPos')('Slider');
    [xPos-W/2, yPos]

    —-
    Not hollywood. Never.

  • Jean Simenon

    November 15, 2012 at 5:21 pm in reply to: Problems sending EDL to Speedgrade

    This doesn’t work indeed. If you have more than one track you won’t be able to use speedgrade. EDL export is not the way to go 🙁

  • Jean Simenon

    October 25, 2012 at 10:54 pm in reply to: Drag multiple clips from sequence to a bin

    That’s strange that you can’t do that. That’s always how I review all my clips. Plus you can set the “DISPLAY STYLE” of the track to “SHOW FRAMES” and zoom in your timeline, to view a detailed content of all your clips very quickly!

    This is seriously missing.

    —-
    Not hollywood. Never.

  • Jean Simenon

    October 24, 2012 at 8:09 pm in reply to: Wacom users?

    Indeed I have the same problem here that shown in the video, as well as a problem with weird Scrolling in the timeline when using the PEN with Intuos 4.

    Please WACOM fix it!

    Not hollywood. Never.

  • Jean Simenon

    October 24, 2012 at 8:03 pm in reply to: PPRO + Wacom + Audioediting

    I absolutely confirm what JOS is saying. Wacom Intuos 4 doesn’t work with Premiere Pro to adjust Audio Levels, or to Scroll in the timeline with the PEN.

  • I’ve been using the Wacom Intuos 4 for almost 2 years now. I switched to Premiere from FCP7 last year… And PP doesn’t work well with the PEN tablet, period. I never had a problem with FCP, but just scrolling the timeline left-right produces some lagging movement that you have to just watch happening in front of you.

    Premiere is not meant to work with the Wacom Intuos 4

  • Jean Simenon

    July 3, 2012 at 6:59 am in reply to: exporting markers and related information

    only in FCP 7.. I’ve been looking for this as well… but nothing in PP CS6.. very unfortunate.

  • Jean Simenon

    February 22, 2012 at 9:22 pm in reply to: copy In & Out from sequence to another sequence

    Exactly what I’m trying to do as well. I have 3 tracks of video and 6 of audio. I have set the in/out points in the sequence, and now I just want to copy this and paste in the another sequence, or even in the same sequence.

    I don’t want to lift/extract, as I want to put that whole in/out section of the sequence into the clipboard.

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