• WhyEssEff [she/her]
      hexagon
      ·
      edit-2
      12 days ago

      webm with opus audio, here's the ffmpeg snippet in my script

      ffmpeg -loop 1 -i "$IMAGE" -i "$AUDIO" -c:v libvpx-vp9 -b:v 1M -c:a libopus -shortest -y "$OUTPUT"