Embedding QuickTime Videos

Brant Robertson bio photo By Brant Robertson

Attempts at including video in a github post.

I’d like to include the video tag in a github post. I know that I can upload an HTML file and connect directly. But I would like to include a link directly in a website.

Unfortunately, none of the following seem to work…

Example embedding of a quicktime movie

<div>
<video controls preload width=500>
<source src="http://brantr.github.io/movies/disk.mov" type="video/quicktime">
</video>
</div>

Movie

Try iframe

Try include.

Doesn’t seem to work.

Give up.

Click here to see the movie