Skip to content

Instantly share code, notes, and snippets.

@psql
Created June 20, 2021 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save psql/c26577c252a736ba0bc91e1b5196c1aa to your computer and use it in GitHub Desktop.
Save psql/c26577c252a736ba0bc91e1b5196c1aa to your computer and use it in GitHub Desktop.
Batch convert with ffmpg
for i in *.mov; do ffmpeg -i "$i" "${i%.*}.webm"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment