Skip to content

Instantly share code, notes, and snippets.

@ivanteoh
Created July 5, 2020 10:12
Show Gist options
  • Save ivanteoh/479863b3d0392e857b3b5437b21652d6 to your computer and use it in GitHub Desktop.
Save ivanteoh/479863b3d0392e857b3b5437b21652d6 to your computer and use it in GitHub Desktop.
Convert AVI to OGG Using VLC
<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