Video equivalent of PNG?

image, png, raster, video

Solution

You can use animated PNGs.

http://people.mozilla.com/~dolske/apng/demo.html

Problem

For raster images there is: JPG is for natural scenes PNG or GIF for geometric scenes that are characterized by smooth colors, straight lines and gradients. For vector animation there is SVG And for raster video there are various MPEG codecs which do a good job for natural scenes. So my question is, what should I use for a video which is exclusively rasterized smooth colors, lines and gradients?

Original source