I'm trying to embed some local videos into my xaringsn presentation. I've succesfully embedded GIFs but I need more quality and AVI or MPG4 are mandatory
The issue is I can't get the video embedded no matter if I use markdown syntax or html syntax

<video width="320" height="240">
<source src="media/animation.mp4" type="video/mp4">
</video>
any hint would be much appreciated