Bloom 💀

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

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

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

    Your art is actually taking me places. Thank You

  • @rezmelon
    @rezmelon 4 года назад

    amazing looping animation, as usual, but this one is especially awesome :)
    great color choice too!

  • @rich_lord
    @rich_lord 4 года назад

    This is beautiful! I love the shading. How on each did you get it to look so nice on here? I always have compression issues when I use subtle dark gradients.

    • @tdhpr
      @tdhpr  4 года назад +2

      I was getting a lot of colour banding in my original frames, so I apply some blue noise as the last step of my render, right before grading. I used this ffmpeg command for the encoding:
      ffmpeg -r 30 -pattern_type glob -i "frames/*.png" -f mp4 -vf scale=2048:-1 -y -vcodec libx264 -pix_fmt yuv420p -crf 10 output.mp4

    • @rich_lord
      @rich_lord 4 года назад

      @@tdhpr great info - I need to understand ffmpeg better. thanks! How big did the movie end up being?

    • @tdhpr
      @tdhpr  4 года назад

      @@rich_lord ffmeg's command line interface is awful, so you might want to use a binding for your preferred scripting language. This video was 81 MB