Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Title scroll flicker

  • Title scroll flicker

    Posted by Andrei Zagdansky on December 30, 2009 at 10:19 pm

    Hi –
    I have a relative long credit scroll done as a Photoshop file. Painstakingly done layout.
    Preparing file for FCP. PAL XDCAM EX 1080p.25
    How to get rid of this flicker? I render in Prores 422.

    Thanks a lot for your help.

    Andrei Z.

    Iwantmore Andmore replied 13 years ago 5 Members · 6 Replies
  • 6 Replies
  • Andrei Zagdansky

    December 30, 2009 at 10:40 pm

    David, thanks.
    I feel like I am a bit over the top. How I do this? Calculating number of frames per scroll?

  • Andrei Zagdansky

    December 31, 2009 at 1:21 am

    David, thanks a lot.
    Will try. I have a 25-frames advantage in my case, but still it doesn’t look like a lot of fun.
    will keep you posted with regards to my progress. 🙂

    BTW, Do you know a better way to make a scroll?
    Thanks!

  • Michael Szalapski

    December 31, 2009 at 2:33 pm

    This thread from the main AE forum on the COW may help you. There are some expressions used and several suggestions given (i.e. Mercury Jones) that will probably be of use and may save you some time.

    (I found the thread using the oft-neglected search feature of these forums by searching for smooth scroll or smooth credits, I forget which.)

    – The Great Szalam
    (The ‘Great’ stands for ‘Not So Great, in fact, Extremely Humble’)

    No trees were harmed in the creation of this message, but several thousand electrons were mildly inconvenienced.

  • Todd Kopriva

    January 1, 2010 at 6:14 am

    There are some tips on this page that may help:

    “Best practices for creating text and vector graphics for video”

    ———————————————————————————————————
    Todd Kopriva, Adobe Systems Incorporated
    putting the ‘T’ back in ‘RTFM’ : After Effects Help on the Web
    ———————————————————————————————————
    If a page of After Effects Help answers your question, please consider rating it. If you have a tip, technique, or link to share—or if there is something that you’d like to see added or improved—please leave a comment.

  • Kevin Camp

    January 6, 2010 at 5:10 pm

    sorry for the loss of the mercury jones preset… i found that it tended to create confusion and that a simpler approach may be easiest (i kept adding options to that preset based on requests/feedback and it just started getting a bit too complicated and created too much confusion)

    here is a simple expression that will create a flicker free roll, allowing you to set the pixel/frame rate that you want:

    rate = 2; //value in px/sec.
    if (marker.numKeys > 0){
    if (time > marker.key(1).time){
    value – [0,rate*timeToFrames(time-marker.key(1).time)];
    }else{
    value;
    }
    }else{
    value – [0,rate*timeToFrames(time-inPoint)];
    }

    jsut position the roll where you want it to start and it will march up the screen at the rate that you set. even rate values should be used if you are rendering to an interlaced format, and if you set the rate too high the roll will appear kind of strobe-like.

    you can add a layer marker to delay the roll if needed — maybe ‘the end’ dissolves in and then starts rolling up the screen with the credits…

    Kevin Camp
    Senior Designer
    KCPQ, KMYQ & KRCW

  • Iwantmore Andmore

    April 23, 2013 at 10:59 am

    Excellent strategy, it worked for me (pal and hdv)

    BUT don`t forget to turn the field rendering on in the render queue>render settings

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