Add the following codes to your html
[html]
<div class="home-video">
<video id="video_sample" width="500" height="auto" controls="controls" name="Video_Sample" src="Video_sample.mov"></video>
</div>
[/html]

To disable video controls, just omit the following codes.

[html]
controls="controls"
[/html]

Reference
Elite Motivation