Did you tried this => http://www.w3schools.com/html/html5_video.asp
MyCode:
Regular Expression:
Replacement:
Example:
MyCode:
Regular Expression:
\[vid=(.*?)\](.*?)\[/vid\]
Replacement:
<video width="640" height="480" controls>
<source src="$2" type="video/$1">
Your browser does not support the video tag.
</video>
Example:
[vid=mp4]YOURPATHTOVIDEO.mp4[/vid]