Forum Replies Created

Page 95 of 374
  • John Cuevas

    July 14, 2014 at 1:11 pm in reply to: ( after effects ) how do i blend this text

    I would probably try to match the font of text above(I can see an “O), italics/white stroke. I probably would create the text in a precomp and use a cylinder effect to give it a bit of a bulge to match the plane fuselage. Then I would play with the blending modes, overlay and screen usually work well, but the bands of color will probably be cause issues, so maybe multiply. Also I wouldn’t use a drop shadow, you never would see that on a plane.

    Johnny Cuevas, Editor
    Thinkck.com

    “I have not failed 700 times. I have succeeded in proving that those 700 ways will not work. When I have eliminated the ways that will not work, I will find the way that will work.”
    —THOMAS EDISON on inventing the light bulb.

  • Would help if you could post a picture of the wall. There are quite a few different techniques that might work, so a pic will help to narrow down to the best ones.

    Johnny Cuevas, Editor
    Thinkck.com

    “I have not failed 700 times. I have succeeded in proving that those 700 ways will not work. When I have eliminated the ways that will not work, I will find the way that will work.”
    —THOMAS EDISON on inventing the light bulb.

  • If I had done that, I probably would change the duration of my composition(cntl+K), add 10 seconds or so, then just select all my layers and move them until I could see all those missing keyframes and then
    re-adjust my comp from there.

    Johnny Cuevas, Editor
    Thinkck.com

    “I have not failed 700 times. I have succeeded in proving that those 700 ways will not work. When I have eliminated the ways that will not work, I will find the way that will work.”
    —THOMAS EDISON on inventing the light bulb.

  • John Cuevas

    July 13, 2014 at 9:55 pm in reply to: how do i mask out the end bit of the video

    Couple of good masking links here: https://forums.creativecow.net/thread/202/900193

    Johnny Cuevas, Editor
    Thinkck.com

    “I have not failed 700 times. I have succeeded in proving that those 700 ways will not work. When I have eliminated the ways that will not work, I will find the way that will work.”
    —THOMAS EDISON on inventing the light bulb.

  • Add a keyframe for the parameter with the missing keyframes, now click the parameter name, “Position” “Opacity”…this highlights all the keyframes for that parameter. Now you can grab the keyframe that is visible and move it and the rest at one time.

    Johnny Cuevas, Editor
    Thinkck.com

    “I have not failed 700 times. I have succeeded in proving that those 700 ways will not work. When I have eliminated the ways that will not work, I will find the way that will work.”
    —THOMAS EDISON on inventing the light bulb.

  • John Cuevas

    July 13, 2014 at 9:51 pm in reply to: Dashed Elastic Lines Parented to Nulls

    Pretty easy to do with Plexus

    Johnny Cuevas, Editor
    Thinkck.com

    “I have not failed 700 times. I have succeeded in proving that those 700 ways will not work. When I have eliminated the ways that will not work, I will find the way that will work.”
    —THOMAS EDISON on inventing the light bulb.

  • John Cuevas

    July 12, 2014 at 11:26 am in reply to: Masking problems in AE

    Try watching this basic tutorial on Keying & Transparency or this one, Motion Paths Part 3 – Masks & Paths. The answer is probably in one of those videos.

    And being new to AE, you should check out, Getting started with After Effects (CS4, CS5, CS5.5, CS6, & CC)

    Johnny Cuevas, Editor
    Thinkck.com

    “I have not failed 700 times. I have succeeded in proving that those 700 ways will not work. When I have eliminated the ways that will not work, I will find the way that will work.”
    —THOMAS EDISON on inventing the light bulb.

  • John Cuevas

    July 11, 2014 at 12:24 pm in reply to: Panning across hundreds of images in a seamless line

    Wow…that’s a bit easier than my method. Guess I over thought that.

    Johnny Cuevas, Editor
    Thinkck.com

    “I have not failed 700 times. I have succeeded in proving that those 700 ways will not work. When I have eliminated the ways that will not work, I will find the way that will work.”
    —THOMAS EDISON on inventing the light bulb.

  • John Cuevas

    July 11, 2014 at 12:23 pm in reply to: Panning across hundreds of images in a seamless line

    You could do something like this as long as the pictures are the same size. Create your composition(20 minutes if need) and create a null, name it “Position Control”. Assuming you have your pictures in AE, you want to select them in the order you want them to appear, if it doesn’t matter, just select them all, and add them to your comp above the “Position Control”. To start, I would turn off the opacity of all the layers except the first 8 or so.

    *If you have an order though, you can select them in order, 1 at time, and press “cntl+alt+/” and they will drop into your comp in the proper order.

    Select your first picture, open up the position property and paste this expression:

    x = value[0] + thisLayer.width*(index-1);
    y = value[1];

    [x,y]

    Now, right click the “Position” and select “Copy Expression Only”. Select all the other pictures except the null and paste the expression. All you layers should be now lined up, 1 after the other. You might want to shy all the picture layers now.

    Next, select your null and add the following expression.

    veloc = -100;
    x = position[0] + [(time - inPoint) * veloc];
    y = position[1];
    [x,y]

    The variable “veloc” controls the speed. Parent all the picture layers to the null. They should be moving across the screen at a rate of -100 pixels per second.

    Lastly, you don’t need AE calculating all the pictures off screen, so you will need to sequence the layers. I included in my work file a free sequencer script you will need to add to your script folder before you start AE. In my project, I watched the first picture and saw that it took 384 pixels for it to move offscreen. So I doubled that since all the other pictures would need to move on screen and made each layer 769([384*2]+1) frames long. Next I selected all the layers from top to bottom, and ran the Sequencer script (File>Scripts) and set it to offset each layer 384 pixels. This way the pictures are only being calculated as they come onscreen, and the layer turns off when they are off screen.

    For your comp, being 20 minutes long, you will have to adjust the veloc variable to make the pictures last that long * come up with your own layer sequence math.

    Check out my example project if you have any questions. 7729_panningpictuersfolder.zip

    Johnny Cuevas, Editor
    Thinkck.com

    “I have not failed 700 times. I have succeeded in proving that those 700 ways will not work. When I have eliminated the ways that will not work, I will find the way that will work.”
    —THOMAS EDISON on inventing the light bulb.

  • There’s not an easy way to do this, but here’s a tutorial on how to do it by converting the text into shape layers and animating the paths.

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

    Johnny Cuevas, Editor
    Thinkck.com

    “I have not failed 700 times. I have succeeded in proving that those 700 ways will not work. When I have eliminated the ways that will not work, I will find the way that will work.”
    —THOMAS EDISON on inventing the light bulb.

    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 95 of 374

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