Created
April 3, 2020 19:42
-
-
Save ximeg/f385a863694467454faa8da93c3562d4 to your computer and use it in GitHub Desktop.
FFMPEG convert COMSOL avi to webm for embedding into web pages
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
ffmpeg -i <input>.avi -c:v vp9 <output>.webm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment