Forum Replies Created

Page 1 of 4
  • Leopoldo Perizzolo

    November 26, 2017 at 5:59 pm in reply to: How to add saber to audio spectrum

    The fastest way, given your current setup, would be to use the autotracer feature, under the layer menu. You either have to give it a precomp with an alpha trace or at least a contrast trace, then tweak the settings using the preview feature and autotrace for all the comp duration, then wait. Keep in mind that if you change any parameter of your original trace after the autotracing is done, you have to autotrace it again (it is a static feature, that does not change dinamically with changes you make afterwards).
    Hope it was helpful.
    Leo

  • When there are no clear features to track, and corners get covered, the only way to track objects is to do it by hand. I tried using the best settings for mocha but there just aren’t enought features to track.
    I hence used the built in after effects corner tracker – after going to tracking settings -> stop tracking with less than 95% accuracy so I could do it by hand, knowing that AE would screw up the data if it was left by itself – and manually set position for the two corners that got covered during some frames.

    I attach a CC Power Pin effect preset with the data that I tracked for you — please note that I interpreted the footage to precisely 30fps, instead of 29.976: you HAVE to do it as well;
    also, since the footage I tracked came from youtube, I had the whole project set to 1280 x 720p, as the footage itself.

    To use it, extract it, then import the ffx file inside Documents/Adobe/After Effects _your.version_ /User presets and drop it down there. If you had AE open, close it and restart it.
    Once in AE, use the settings I said before and then search for the effect “11848_powerpintracked” in the effects panel, then apply it on a solid.

    https://f1.creativecow.net/11848/cc-power-pin-data

    P.S.: I don’t really know how you’re going to get anything useful from this footage, since the book is the same color as the shirt of the actor; It’s going to be really difficult even for a rotoscope to get a good matte of the arm. If I was you, I would re-shoot the scene, using a darker book or shirt, or a coloured one. Also, add clearer freatures.

    Hope the best,
    Leopy

  • Leopoldo Perizzolo

    October 14, 2017 at 3:09 pm in reply to: CC Environment and Skydome issue.

    A link to the tutorial would be useful. Try increasing the radius a lot and switch the render mode of the effect from “Full” to “Inside”.

    Leopy

  • Leopoldo Perizzolo

    October 9, 2017 at 11:49 am in reply to: 3D Camera does not match tracking points

    It’s not a bug; there is not enough parallax for the camera tracker to understand the scene, so it can’t pull off a good solve.
    My suggestion is, since it’s a quite easy camera movement, to fake it.

    Leopy

  • If you have Element 3D, you could do something like this:
    https://youtu.be/P3BKw9jK-kI?t=5m13s
    from 5:13 to 6:10.

    Leopy

    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.

  • Testing…. ????

    posA = [200, 400]; // "checkbox enabled" position
    posB = [600, 100]; // "checkbox disabled" position

    try{
    if(effect("ADBE Checkbox Control")(1) == true) posA;
    else posB;
    }
    catch(e){
    value;
    }

    I didn’t make it universal.

    Leopy

  • Sorry, I meant:
    posA = [200, 400]; // "checkbox enabled" position
    posB = [600, 100]; // "checkbox disabled" position

    try{
    if(effect("ADBE Checkbox Control")("Casella") == true) posA;
    else posB;
    }
    catch(e){
    value;
    }

    Leopy

  • Leopoldo Perizzolo

    September 29, 2017 at 10:31 am in reply to: Camera to Layer angle

    Hi,
    unfortunately it does the same as the previous code you sent me; in fact, it spits out the exact same values (although switched in sign).
    I think the real problem lies in the if(…) -angle; else angle; statement; that abrupt transition from positive to negative should be solved otherwise.
    Maybe the ae project I attached can help you try different approaches; I’ll link it again here: https://f1.creativecow.net/11724/11724
    Thanks again!!

    Leopy

  • Something like this should do; apply a Checkbox control on the layer and paste this on the position property:

    posA = [200, 400]; // "checkbox enabled" position
    posB = [600, 100]; // "checkbox disabled" position

    try{
    if(effect("ADBE Checkbox Control-0001")(1) == true) posA;
    else posB;
    }
    catch(e){
    value;
    }

    Leopy

  • I think this tutorial would do for the split effect:
    https://www.youtube.com/watch?v=oOZY7Yks6hI

    Leopy

Page 1 of 4

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