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.
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
Your art is actually taking me places. Thank You
amazing looping animation, as usual, but this one is especially awesome :)
great color choice too!
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.
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
@@tdhpr great info - I need to understand ffmpeg better. thanks! How big did the movie end up being?
@@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