Forum Replies Created

  • Karl Pouillot

    October 6, 2013 at 3:25 pm in reply to: Start or stop expression at a given frame

    You have to change your expression into keyframes.
    You can do that here : -> Animation -> Keyframes Assistant

    Like this, you can stop your expression anytime..

  • Karl Pouillot

    November 9, 2011 at 8:00 pm in reply to: 5 Minute Countdown

    Could i send you the file to take a quick look on it?

  • Karl Pouillot

    November 9, 2011 at 7:54 pm in reply to: 5 Minute Countdown

    In fact, the countdown restart from the beginning… It run from 24:00:00 to 23:30:04 and restart from 24:00:00 after 30 sec…
    I need a really countdown of 24minutes and not 30 sec +S

    Please, help!

  • Karl Pouillot

    November 9, 2011 at 7:47 pm in reply to: 5 Minute Countdown

    The countdown only to last 30 sec. I don t know how make it run 24 minutes…
    After 23:30:04, it stop. That’s weird, isn’it?

  • Karl Pouillot

    November 9, 2011 at 12:22 am in reply to: 5 Minute Countdown

    It’s perfect but do you know how i could save correctly this composition to read it on quicktime or VLC?
    As soon as i want to save it, the final composition run during 30 sec and stop itself. It doesn t make sense, the countdown last 24 minutes. Any solution?

    Thank you!

  • Karl Pouillot

    November 8, 2011 at 9:16 pm in reply to: 5 Minute Countdown

    Thank you for your help.

    But i’ve done a mistake. I need tenth second, not thousandth second.
    And there is an another problem on the digital display. There is only “on point” between the second and the thousandth second but we need two points like what we have between minute and second.

    Could you help for that?

    Thank you.

    PS : Sorry for my english, i m a little bit rusty…

  • Karl Pouillot

    November 7, 2011 at 11:26 pm in reply to: 5 Minute Countdown

    Bonsoir,

    Merci pour ton aide tout d’abord. After Effects est loin d’être facile à prendre en main. Et c’est bien la première fois que je vois un logiciel comme celui-ci qui demande de savoir programmer!

    Bref, j’aurais besoin à nouveau de tes lumières…
    Cette expression ci dessous marche très bien mais j’aimerais rajouter les millisecondes dans le décompte, histoire d’avoir un truc un peu plus dynamique.

    Tu crois que tu pourrais me filer un coup de pouce?

    Merci d’avance!

    Bonne nuit

    rate = -1;
    clockStart = 1440;

    function padZero(n){
    if (n < 10) return "0" + n else return "" + n;
    }

    clockTime = Math.max(clockStart + rate*(time - inPoint),0);

    t = Math.floor(clockTime);
    min = Math.floor((t%3600)/60);
    sec = Math.floor(t%60);
    mil = Math.floor(t%500)
    min + ":" + padZero(sec)

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