Forum Replies Created

Page 9 of 597
  • Kevin Camp

    May 21, 2021 at 5:08 pm in reply to: Expression-based Contrast Ratio Calculator

    It looks like they have at least 3 text layers, 2 for the hex values and a 3rd for the output of the contrast ratio.

    The expression above would go into the source text of the 3rd text layer.

  • Kevin Camp

    May 21, 2021 at 4:45 pm in reply to: Export AE layers to photoshop?

    Choosing Composition > Save Frame As > Photoshop Layers from the menu bar should give you a layered Photoshop file with each layer in the AE Comp as a layer in the PSD and nested comps should show up as a layer group with those comp layers inside.

    Text however will not be editable. They easiest way to get editable text from AE to PS is to copy/paste it from AE to PS. Simply double-click the text layer in AE, copy it, then go to PS insert a text layer and paste.

    This will preserve the formatting in AE, so usually all you need to do is line it up in PS.

  • Kevin Camp

    May 21, 2021 at 3:12 pm in reply to: editable Illustrator text in after effects

    It works on my system as long as I switch the color mode to RGB before trying to export.

    I’m currently running Illustrator 25.2.1 on macOS 11.3.1, but I’ve done the same on earlier versions.

  • Kevin Camp

    May 20, 2021 at 9:03 pm in reply to: editable Illustrator text in after effects

    For me, if I switch the color mode of the file to RGB first from the file menu (File > Document Color Mode > RGB) the editable text is not greyed out when exporting to a PSD.

  • The loopOut() and loopIn() functions only look at key frame data, neither look at expression data, so you kind of have to roll your own loop function to work with the rest of the expression.

  • Assuming that the key framed animation on the foot layer’s rotation loops, this should do it:

    r = transform.rotation.valueAtTime(time % key(numKeys).time) + (thisComp.layer("Pedal Root").transform.rotation * -1);
    r
  • I think you could just use loopOut() on the ‘pedal root’ layer’s rotation… since your expression is looking at that layer’s rotation it should work.

    — edit —

    sorry, there would still be an issue with the layer’s rotation… we can still make it work, let me take a look.

  • Kevin Camp

    May 18, 2021 at 10:36 pm in reply to: editable Illustrator text in after effects

    You can also change the color from CMYK to RGB in Illustrator (file > document color mode > RGB), then export to PSD (choosing the editable text option) and then import the PSD as a comp in AE and make the text layers editable.

  • Kevin Camp

    May 18, 2021 at 10:14 pm in reply to: Change Font Style after specific character.

    I don’t believe you can change the font to more than one font within a single text layer using expressions.

    You might be able to use the expression on two text layers, split the text and show the first split on one text layer and the second split on the other.

    The use sourceRectAtTime() to have the second layer follow the right edge of the first.

  • Both Handbrake and MPEG StreamClip are free.

    Transcoding is just re-encoding the the file… normally it would to encode it to another codec (like H.264, or ProRes 422) or container (like MP4, AVI, MOV), but in this case you can re-encode to the same, or very similar codec and container (probably H.264 in an MP4 container).

Page 9 of 597

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