forked from IBM-Watson/design-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing Assets
Ryan Brownhill edited this page May 14, 2015
·
6 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, one needs to make sure your video dimensions are divisible by 4 in order for the video to render correctly with no black or green line artifacts.