FF6 Hacking
MyCode HTML5 video tags! - Printable Version

+- FF6 Hacking (https://www.ff6hacking.com/forums)
+-- Forum: Discussion Forums (https://www.ff6hacking.com/forums/forum-5.html)
+--- Forum: Vector, Imperial Capital (https://www.ff6hacking.com/forums/forum-58.html)
+---- Forum: Site Discussion (https://www.ff6hacking.com/forums/forum-62.html)
+---- Thread: MyCode HTML5 video tags! (/thread-3630.html)



MyCode HTML5 video tags! - madsiur - 02-22-2018

I added some video tags because I was not happy with the quality loss of Youtube uploader. Supported formats are MP4, WebM and OGG.

The tags are quite simple and will generate a  video tag of 480x360 with a default preview. You just add the video url in the tag. Sadly I could not make an attachment url work with it because the link is a PHP request. I could also not add easily a preview with some extra coding, hence for now the generic ff6hacking.com preview. These last two things may be improved if these do not become dead tags.


[header]
[cellwidth=100]Format[/cellwidth]
[cellwidth=150]MyCode tag[/cellwidth]
[/header]
[row]
[cellcenter]MP4[/cellcenter]
[cellcenter][mp4] [/mp4][/cellcenter]
[/row]
[row]
[cellcenter]WebM[/cellcenter]
[cellcenter][webm] [/webm][/cellcenter]
[/row]
[row]
[cellcenter]OGG[/cellcenter]
[cellcenter][ogg] [/ogg][/cellcenter]
[/row]


The following example was made with a video hosted on our server but any link finishing by .mp4, .webm or .ogg should work, unless your video is corrupted.

[webm]https://www.ff6hacking.com/misc/wow.webm[/webm]