Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Two short Q’s for the pros

  • Two short Q’s for the pros

    Posted by Stefan Kroesbacher on September 1, 2005 at 8:33 pm

    hi,

    so, number one:

    when working with hdv-files(mac) and AE- how can i get the imported QT movie to interpret as 1440/1080 at anamorphic???
    when i import the captured FCP file, it states 1920/1080 at pixel aspect of 1.33. i can work by interpreting the file to square pixels,
    but it’s visibly degraded compared to the original. i couldn’t find any field to tell the file it is 1440/1080..

    and number two:
    (maybe for dan ebberts..)
    how can i get a countdown that starts with a value at layer-in (say 200) and counts down(up) to zero at layer out,
    independent of layer length, frames etc..

    tahnx for any help!!

    kind regards

    stefan

    Stefan Kroesbacher replied 20 years, 8 months ago 3 Members · 3 Replies
  • 3 Replies
  • Steve Roberts

    September 1, 2005 at 8:41 pm

    Q1:

    Is this link useful?
    https://www.stevengotz.com/hdv

    Steve

  • Filip Vandueren

    September 1, 2005 at 8:59 pm

    here’s the expression you give a text layer’s source-text property:


    startValue=200;
    endValue=0;

    counter=linear(time, thisLayer.inPoint, thisLayer.outPoint, startValue, endValue);

    Math.round(counter);

  • Stefan Kroesbacher

    September 2, 2005 at 8:39 am

    thanx for the info!

    regards

    stefan

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