Skip to content

Instantly share code, notes, and snippets.

@ximeg
Created April 20, 2020 17:38
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 ximeg/53662540f8dfd034dd5a0b7f48b2da28 to your computer and use it in GitHub Desktop.
Save ximeg/53662540f8dfd034dd5a0b7f48b2da28 to your computer and use it in GitHub Desktop.
ffmpeg parallel convert all AVI to VP9 WEBM
ls -1 *.avi | parallel ffmpeg -i {} -c:v vp9 {.}.webm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment