VP8 Video Encoding¶
VP8 is an open video compression format designed for web video and real-time communication. It is commonly paired with Vorbis or Opus audio in WebM containers, and can also be stored as IVF elementary-style test content.
This sample shows how to encode raw YUV video to VP8 video in an IVF container with Transcoder::run.
VP8 Encoder (Run) - Encode raw YUV video to VP8 video in an IVF container with Transcoder::run.