User:Tamas Bates/PhotoProto/Video Loops: Difference between revisions
Tamas Bates (talk | contribs) (Created page with "http://noirbear.com/loops/") |
Tamas Bates (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
http://noirbear.com/loops/ | http://noirbear.com/loops/ | ||
==Advantages over GIF:== | |||
* Fewer limitations on color palette | |||
* Potential for improved file size at large resolutions | |||
* Possibility for including an audio track without any synchronization headaches | |||
==Disadvantages:== | |||
* Smooth, seamless, looping depends on player. Most players produce a noticeable hiccup between the last and first frames of the video (most web browsers can handle looping without issue using the new <video> tag, though). | |||
* Playback in HTML is restricted to one of three codecs (H.264, WebM, and OGG), none of which are fully supported by all browsers, yet. |
Revision as of 01:01, 13 January 2014
Advantages over GIF:
- Fewer limitations on color palette
- Potential for improved file size at large resolutions
- Possibility for including an audio track without any synchronization headaches
Disadvantages:
- Smooth, seamless, looping depends on player. Most players produce a noticeable hiccup between the last and first frames of the video (most web browsers can handle looping without issue using the new <video> tag, though).
- Playback in HTML is restricted to one of three codecs (H.264, WebM, and OGG), none of which are fully supported by all browsers, yet.