Skip to content

Instantly share code, notes, and snippets.

@novogrammer
Last active October 24, 2023 16:42
Show Gist options
  • Save novogrammer/fc67d2bf21277cf95df44760ee118047 to your computer and use it in GitHub Desktop.
Save novogrammer/fc67d2bf21277cf95df44760ee118047 to your computer and use it in GitHub Desktop.
transparent PNG to transparent WEBM
#!/bin/bash
# 60fps
ffmpeg -r 60 -i input%03d.png -crf 10 -b:v 1M output.webm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment