Contact Me

Google VP8 Video For Windows codec

webm codec logo

Introduction

This is a video for windows (VFW) driver of the Google VP8 codec. The VP8 codec encodes with same or higher quality than most H.264 video encoders. Furthermore, it is completely royalty free for encoding and decoding.

Even though the Video for Windows driver framework is now several years old, several modern video editing tools still use extensively, such as Virtualdub. Sometimes, there is still a need to compress videos using standard AVI containers, therefore I decided to wrap the VP8 library around a Video For Windows driver. The version here was derived from the Xvid Video For Windows driver, and is fully functional.

Features

  • Compiled with the optimized Google VP8 library
  • Includes most color space conversions supported by the Xvid codec
  • Uses several threads on multi-core processors
  • Encoded files can fully be decoded with FFMPEG as well as VLC
  • FOURCC used is VP80

Tips and information

  • To improve encoding speed, use the "Good" Quality preset
  • Only works on Windows 32-bits, not on Windows 64-bits

 

License

Since the software is derived from the Xvid codec souce code, this driver is also released under the GNU Public License Version 2.

Download

The current version is version 1.2.0, list of changes:

  • linked against libvpx 0.9.7-p1

 

The pre-compiled binary version for Win32 (does NOT work on Win64): vp8vfw-setup-1.2.0.exe

The complete source code, which is compatible with Microsoft Visual C Express 2005 : vp8vfw1.2.0-src.zip