Created
July 5, 2020 10:12
-
-
Save ivanteoh/479863b3d0392e857b3b5437b21652d6 to your computer and use it in GitHub Desktop.
Convert AVI to OGG Using VLC
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
<video width="427" height="240" controls="controls"> | |
<!-- Adjust width and height to match your video --> | |
<source src="video.ogg" type="video/ogg" /> | |
<!-- Firefox 3.5 will play this --> | |
</video> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment