Created
April 20, 2020 17:38
-
-
Save ximeg/53662540f8dfd034dd5a0b7f48b2da28 to your computer and use it in GitHub Desktop.
ffmpeg parallel convert all AVI to VP9 WEBM
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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