Skip to content

Instantly share code, notes, and snippets.

@novogrammer
Last active October 21, 2023 11:28
Show Gist options
  • Save novogrammer/62353f918f5efa39f744c94641ede04a to your computer and use it in GitHub Desktop.
Save novogrammer/62353f918f5efa39f744c94641ede04a to your computer and use it in GitHub Desktop.
transparent MOV to transparent WEBM
#!/bin/bash
ffmpeg -i input.mov -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