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?

  • 🏳️‍⚧️ Elara ☭
    link
    fedilink
    5
    edit-2
    1 year ago

    I can’t help with blender, but what issues are you having with ffmpeg? Perhaps you’d find Handbrake a bit easier to use? It’s a GUI that handles the ffmpeg commands for you.

    • Camarada ForteOPM
      link
      fedilink
      3
      edit-2
      1 year 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.