Jean Simenon
Forum Replies Created
-
Sorry I tried to highlight the code, but it came out as . Pardon me for that.
—-
Not hollywood. Never. -
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. -
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 🙁
-
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. -
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.
-
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.
-
Jean Simenon
October 24, 2012 at 7:41 pm in reply to: Problems adjusting audio with pen and Wacom Intuos2 gfx tabletI’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
-
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 sequenceExactly 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.