I’ve been playing with Blender, and I managed to create an animation for ProleWiki (shown in the link)
My question is, if anyone happens to use Blender, how to use Geometry Nodes or anything similar to make the wheat stalks look like they’re growing?
I used ffmpeg to convert a sequence of PNG images (sized 1080x2400) to mp4, having a lot of trouble with compatibility. I had trouble uploading the video everywhere. I tried many things, and later I used these options:
ffmpeg -framerate 30 -i %04d.png -c:v libx264 out.mp4
The input part is because I have a sequence of 0000.png, 0001.png, etc.
Unfortunately, Handbrake doesn’t deal with image sequences as far as I looked.
Have you tried adding
-pix_fmt yuv420p
? That should set the color space to something most players support.I think that did it, comrade! I was finally able to make the video work. Thank you very much
No problem, glad it worked :)