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?

    • Camarada Forte@lemmygrad.mlOPM
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      2 years ago

      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.