Add the following codes to your html

<div class="home-video">
  <video id="video_sample" width="500" height="auto" controls="controls" name="Video_Sample" src="Video_sample.mov"></video>
</div>

To disable video controls, just omit the following codes.

controls="controls"

Reference
Elite Motivation