| # VP8 | |
| VP8 is a compressed video data format, described in [RFC | |
| 6386](https://www.ietf.org/rfc/rfc6386.txt). | |
| The WebM movie (moving image) format consists of muliple VP8 frames, both key | |
| (I-Frames) and non-key (B-Frames, P-Frames, etc). Separate from WebM, the WebP | |
| still image format essentially wraps one VP8 key frame. |