Changes

Help:Editing

253 bytes added, 13 September
Uploading videos MadaCamp
== Uploading videos MadaCamp ==
To upload a video on MadaCamp, firstly make the video available in three formats: .mp4, .ogg and .webm. This can easily be done via an online video conversion tool such as [https://cloudconvert.com cloudconvert.com]. Thereafter save the three versions on your system before uploading them with identical fileames but with the different file extensions, e.g.:
Dragonfile.mp4
Dragonfile.webm
Thereafter , include the video on the page without the file suffix:
<nowiki><HTML5video width="520" height="320" autoplay="true" loop="true">Dragonfly</HTML5video></nowiki>
<HTML5video width="520" height="320" autoplay="true" loop="true">Dragonfly</HTML5video>
 
Other online video editors include [https://www.online-video-cutter.com online-video-cutter.com] and [https://www.veed.io veed.io] while an open-source video editing editing desktop application for Windows, OSX and Linux is [https://kdenlive.org kdenlive].
<!--Bug: Thumbs does not show up on Ipad, which affects autoplay="false" mode. https://www.mediawiki.org/w/index.php?oldid=2285855 -->