Skip to content

Contributing Assets

Robyn Hammond edited this page May 18, 2015 · 7 revisions

##Optimize SVGs

For optimizing SVG's we use a tool called SVGO.

##Compress Videos

For compressing videos, we use the Miro Converter to create .webm files and have an npm HTML-5 Media Converter to convert those .webm videos to .mp4 files to allow for cross browser compatibility.

##Get Rid of That Annoying Green Line

With using the H.264 / MP4 compression, make sure your video dimensions are divisible by 4 in order for the video to render correctly with no black or green line artifacts.