How to Create Your Own Custom Countdown Video with Premiere Pro and After Effects

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

Комментарии • 23

  • @CornerstoneChurchGA
    @CornerstoneChurchGA 3 года назад +1

    Awesome job! We'll definitely get our media guy to look at this.

    • @ZachBrownMedia
      @ZachBrownMedia  3 года назад +2

      Cool, if he has any questions.. just let me know! 😅

  • @PaolaHernandez-rs4nn
    @PaolaHernandez-rs4nn 2 года назад

    Omg thank you so much. This is exactly what I need to do for my church and started freaking out about it lol

  • @brandonwaynebrown520
    @brandonwaynebrown520 3 года назад

    Yo great video! Learned a couple things I’m gonna use

    • @ZachBrownMedia
      @ZachBrownMedia  3 года назад

      Thanks dude! Glad it was helpful 👊🏼👊🏼

  • @McDbovi
    @McDbovi 3 года назад

    Thanks for the resource bro! Why isn’t there more channels like this.
    I love the thumbnail

  • @ignite44
    @ignite44 2 года назад

    thank you very much

  • @jamanheslop7607
    @jamanheslop7607 2 года назад

    Is there a way to create a 5 minute countdown in the same way, with it starting from "5:00" rather than "05:00"
    Thanks for the video!

  • @ZachBrownMedia
    @ZachBrownMedia  3 года назад +1

    HERE'S THE CODE FOR AFTER EFFECTS:
    slider = effect("Slider Control")("Slider")
    sec = slider%60;
    min = Math.floor(slider/60)%60;
    hour = Math.floor(slider/3600);
    function addZero(n) {
    if (n < 10) return "0" + n
    else return n;
    }
    addZero(Math.floor(min)) + ":" + addZero(Math.floor(sec));

  • @c.hopefilms
    @c.hopefilms 2 года назад

    Great video, I just haven't gotten the email for the free countdowns

    • @ZachBrownMedia
      @ZachBrownMedia  2 года назад

      Hmm, make sure to check your promotional and spam folders just in case! But if you still don’t see it, send me an email
      hello@churchmediatraining.com and I’ll send it over to you!

    • @c.hopefilms
      @c.hopefilms 2 года назад

      @@ZachBrownMedia Thank you for your help! I got it 👍🏻

    • @ZachBrownMedia
      @ZachBrownMedia  2 года назад

      @@c.hopefilms sweet 🙌🏼🙌🏼🙌🏼

  • @stonebridgechurchmn
    @stonebridgechurchmn 2 года назад

    Really appreciate this video! The only problem was that when I tried to place the code it gave me an error and I couldn't get it to work, any suggestions?

    • @ZachBrownMedia
      @ZachBrownMedia  2 года назад

      Thanks! Hmm could be a lot of different things causing that.. my first thought is that you possibly left some of the original code in there on accident? Or potentially adding an extra character in after pasting it. Even if it’s just an extra “;” it’s going to mess the whole thing up haha.

    • @connorbarnes7861
      @connorbarnes7861 2 года назад

      @@ZachBrownMedia I am having this exact same error too. It says error on line 14 "unexpected value 'else'"

    • @ZachBrownMedia
      @ZachBrownMedia  2 года назад

      @@connorbarnes7861 hmm I’ll have to pull it back up and look at it to see if I can find the issue.
      You could try moving the “else” statement to a new line so it’s not on the same line as the “if” statement. Don’t think that will do anything but you can try it

    • @burtonfan313
      @burtonfan313 2 года назад

      @@ZachBrownMedia that would be fantastic thanks so much for checking for us

    • @burtonfan313
      @burtonfan313 2 года назад +1

      @@ZachBrownMedia hey bud, your tip worked! Thank you so much, and thanks for the awesome video. Your a God send!