blob: 8969d3a15d9b8a9334158f6e275b68d63d37e9fb [file] [view]
# 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.