Forum Replies Created

Page 44 of 1278
  • Walter Soyka

    September 17, 2020 at 1:39 pm in reply to: Unmult plugin for old AE comp (AE CS 5.5)

    What exact version of Unmult have you installed (there are a number of them, maybe you can provide a link to the one you’re using)?

    What exact error message do you get?

  • Walter Soyka

    September 17, 2020 at 2:13 am in reply to: [PROBLEM] After Effects detects H264 mp4 as AVI

    Do you have any third-party codec packs installed?

    What are the preview errors you’re seeing?

  • Yes, and it’s pretty straightforward if you’re familiar with scripting. Here’s some commented code:

    // create an undo group so we can Control+Z this all away app.beginUndoGroup("Create new comp with first selected footage");

    // assume the first selected item in the project panel is our audio footage. // in real life, you'd already have an object for this. // note that I'm not doing any error checking here, so things will go wrong if you don't have a valid selection var audioTrack = app.project.selection[0];

    // create a new comp named after our audio track, 1920px wide, 1080px high, square pixels, at the length of the audio track, and at 29.97fps var newComp = app.project.items.addComp("Comp " + audioTrack.name, 1920, 1080, 1, audioTrack.duration, 30000/1001);

    // add the audio footage as a layer in the new comp var newAudioLayer = newComp.layers.add(audioTrack);

    // close the undo group, that's all, folks! app.endUndoGroup();

  • On your Trim Paths End property, you could use something like:

    <pre class=””>linear(time, 0, thisComp.duration, 0, 100);

    Here’s a sample project [link] that shows how it works. For bonus points, this project lays out the progress bar proportionately in any size comp.

  • Walter Soyka

    September 3, 2020 at 6:55 pm in reply to: ‘Paint swirls’ motion graphic effect over footage

    I think I would approach this with Trapcode Tao, to make some path-based shapes and fractal distortions.

    Walter Soyka
    Designer & Mad Scientist at Keen Live [link]
    Motion Graphics, Widescreen Events, Presentation Design, and Consulting
    @keenlive   |   RenderBreak [blog]   |   Profile [LinkedIn]

  • Walter Soyka

    September 2, 2020 at 1:42 am in reply to: How to create a dot grid with expressions?

    Cavalry is really cool, but it’s not a plugin — it’s a whole separate application. They’re trying to be a really smooth, fast, flexible tool for 2D animation. If you’re familiar with Ae and C4D, you’ll already be familiar with a lot of the concepts in Cavalry.

    It’s a brand new product. It’s still got a way to go, but the premise and the architecture show a lot of promise.

    Walter Soyka
    Designer & Mad Scientist at Keen Live [link]
    Motion Graphics, Widescreen Events, Presentation Design, and Consulting
    @keenlive   |   RenderBreak [blog]   |   Profile [LinkedIn]

  • Walter Soyka

    August 27, 2020 at 5:15 pm in reply to: Effects examples

    All the “CC” effects were developed by the third-party developer CycoreFX. They were bundled into the “Pro” versions of Ae way back when (which cost more than the standard edition), and moved into the main release back in the early 2000s.

    Walter Soyka
    Designer & Mad Scientist at Keen Live [link]
    Motion Graphics, Widescreen Events, Presentation Design, and Consulting
    @keenlive   |   RenderBreak [blog]   |   Profile [LinkedIn]

  • Walter Soyka

    August 25, 2020 at 8:53 pm in reply to: Can’t select layers in after effect composition

    Can you post a screenshot so that we can see what you are seeing?

    Walter Soyka
    Designer & Mad Scientist at Keen Live [link]
    Motion Graphics, Widescreen Events, Presentation Design, and Consulting
    @keenlive   |   RenderBreak [blog]   |   Profile [LinkedIn]

  • Walter Soyka

    August 24, 2020 at 1:31 am in reply to: Ghost image from different precomp

    Try clearing your cache.

    Edit > Purge All > Memory and disk cache…

    Walter Soyka
    Designer & Mad Scientist at Keen Live [link]
    Motion Graphics, Widescreen Events, Presentation Design, and Consulting
    @keenlive   |   RenderBreak [blog]   |   Profile [LinkedIn]

  • Walter Soyka

    August 23, 2020 at 1:24 am in reply to: How to create a dot grid with expressions?

    Ae is not going to work well with 1920 layers.

    Trapcode Form is probably the best tool for this — you can use layer maps to manipulate the transparency and color of dots based on their position, it will be much faster than trying to manipulate them all individually:
    https://www.redgiant.com/user-guide/form/layer-maps-group/

    Walter Soyka
    Designer & Mad Scientist at Keen Live [link]
    Motion Graphics, Widescreen Events, Presentation Design, and Consulting
    @keenlive   |   RenderBreak [blog]   |   Profile [LinkedIn]

Page 44 of 1278

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