Embed local video

When I search this forum for “video shortcode”
https://discourse.gohugo.io/search?q=video%20shortcode

I see a tips and tricks article written by @frjo
https://discourse.gohugo.io/t/42264

And that article points to
https://github.com/frjo/hugo-theme-zen/tree/main/layouts/shortcodes

And one of those shortcodes is for video:
https://github.com/frjo/hugo-theme-zen/blob/main/layouts/shortcodes/video.html

It works great.

{{< video
  src="Big_Buck_Bunny_1080_10s_5MB.mp4"
  width="600"
>}}