VP8 Video Decoding¶
VP8 is an open video compression format designed for web video and real-time communication. The decoder sample reads VP8 video stored in an IVF file and writes raw YUV video output.
This sample shows how to decode VP8 video in an IVF container to a raw YUV video file with Transcoder::run.
VP8 Decoder (Run) - Decode VP8 video in an IVF container to raw YUV video with Transcoder::run.