Help us keep the list up to date and submit new video software here.






Software Home »


Tool

Description

Type
Rating
Reviews
VP8 Codec

NEW VERSION 1.2.0

NO LONGER DEVELOPED
Google VP8 Video Codec for Windows (VFW). Since the purchase of On2 by Google, there has been a lot of discussion on the latest VP8 (also called WebM) codec created by On2 which gives similar compression rations and quality than the H.264 video codec. Even though the Video for Windows driver framework is now several years old, several modern video editing tools still use extensively, such as Virtualdub. I wanted to be able 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.

Free software
OS: Win
File size: 535KB
Old versions
Version history
5.3/10
7 votes
Rate it




Screenshots

VP8 Codec screenshot
Latest version

1.2.0 (September 14, 2011)



Download


Download VP8 Codec 1.2.0  535KB




Download old versions


Download VP8 Codec old versions



Software License

Free software / FOSS (Free download and also Free and Open Source Software)



Supported operating systems

WinWindows




Version history / Release notes / Changelog / What's New


The current version is version 1.2.0, list of changes:

linked against libvpx 0.9.7-p1

View full changelog




All 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




Sections/Browse similar tools






Guides and How to's




Acronyms / Also Known As

VP8 Codec, VP8 Video Codec, Google VP8 Video Codec, Google VP8 VFW Codec




Notify me when software updated or report software

Email me when it has been updated    Report this software (dead link/new version)  




7 reviews, Showing 1 to 5 reviews


Rating by Swedaniel on Nov 16, 2023 Version: 1.2.0 OS: Windows 10 64-bit Ease of use: 10/10 Functionality: 10/10 Value for money: 10/10 Overall: 10/10




This VfW version of the VP8 codec is just a toy. Incredibly slow, allows no control of the GOP length, and apparently was coded by a Linux troll — the INF installer was written with UNIX line-endings, is a messy set of instructions, and mentions a *non-existent* "rundll.exe". To whom this may interest, here goes a clean vp8vfw.inf for this "sub-codec":

-----------

; Google VP8 VfW Codec install

[Version]
Signature="$CHICAGO$"
Class=Media

[DefaultInstall]
CopyFiles=vp8vfw.Files.Inf,vp8vfw.Files.Dll
AddReg=vp8vfw.AddReg
UpdateInis=vp8vfw.UpdateIni
MediaType=SOFTWARE

[DefaultUnInstall]
DelFiles=vp8vfw.Files.Inf,vp8vfw.Files.Dll,vp8vfw.Files.Pnf
DelReg=vp8vfw.AddReg
UpdateInis=vp8vfw.UpdateIni.Del

[SourceDisksNames]
1="VP8 VfW Codec 1.0","",1

[SourceDisksFiles]
vp8vfw.inf=1
vp8vfw.dll=1

[DestinationDirs]
vp8vfw.Files.Inf=17 ; windows\inf
vp8vfw.Files.Dll=11 ; windows\system

[vp8vfw.Files.Inf]
vp8vfw.inf

[vp8vfw.Files.Dll]
vp8vfw.dll

[vp8vfw.Files.Pnf]
vp8vfw.pnf

[vp8vfw.UpdateIni]
system.ini, drivers32,,"VIDC.VP80=vp8vfw.dll"

[vp8vfw.UpdateIni.Del]
system.ini, drivers32,,"VIDC.VP80=vp8vfw.dll"

[vp8vfw.AddReg]
HKLM,Software\Microsoft\Windows NT\CurrentVersion\Drivers32,VIDC.VP80,,"vp8vfw.dll"

HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\vp8vfw
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\vp8vfw,DisplayName,,"Google VP8 VfW 1.0 (UnInstall)"
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\vp8vfw,UninstallString,,"rundll32.exe setupapi.dll,InstallHinfSection DefaultUninstall 132 %17%\vp8vfw.inf"


Review by El Heggunte on Feb 2, 2011 Version: 1.0.0 OS: WinXP Ease of use: 9/10 Functionality: 5/10 Value for money: 5/10 Overall: 6/10




Try this in WinXP x64:
Make a .bat file in the same folder with this text
and run it:


%windir%\SysWOW64\rundll32 setupapi.dll,InstallHinfSection DefaultInstall 0 %cd%\vp8.inf


or in command prompt change variable %cd% with vp8.inf path and run it.

I'm not sure if it works in another Windows x64 version such as Vista or Win7.
This .bat is pretty useful in both WinXp x32 and x64:


@echo off
IF %PROCESSOR_ARCHITECTURE%==x86 (
rundll32 setupapi.dll,InstallHinfSection DefaultInstall 0 %cd%\vp8.inf
) ELSE (
%windir%\SysWOW64\rundll32 setupapi.dll,InstallHinfSection DefaultInstall 0 %cd%\vp8.inf
)
echo.
echo INSTALLED CORRECTLY, NOW THIS WINDOW IS TO BE CLOSED.
pause


Then I suggest in order to have the correct uninstall values
(for WinXP x64) to merge in system a .reg file with the following text:


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VP8]
"DisplayIcon"="C:\\WINDOWS\\SysWOW64\\vp8vfw.dll,0"
"UninstallString"="C:\\WINDOWS\\SysWOW64\\rundll32.exe setupx.dll,InstallHinfSection Remove_VP8 132 C:\\WINDOWS\\INF\\vp8.inf"


Review by freakazoide on Nov 9, 2010 Version: 0 OS: WinXP 64-bit Ease of use: 5/10 Functionality: 5/10 Value for money: 5/10 Overall: 5/10




Just some quick comments from myself (the author of the wrapper codec)
- The encoding is based on the VP8 library, which is can be quite slow in Best Quality mode. Reduce to Good quality mode to increase the encoding speed.
- It works fine on Windows 32-bits, it is not a 64-bit driver.


Review by carleric on Oct 18, 2010 Version: 1.0.0 OS: WinXP Ease of use: 7/10 Functionality: 7/10 Value for money: 7/10 Overall: 6/10




Just check the inf file - Dont think it will show up with this inf-file in W7 directly. Runs fine directly in XP, and in W7-32 in XP mode also.
But man, this is slow as hell. I uninstalled after first test run.


Review by NoBuddy on Oct 18, 2010 Version: 1.0.0 OS: WinXP Ease of use: 9/10 Functionality: 7/10 Value for money: 7/10 Overall: 6/10


7 reviews, Showing 1 to 5 reviews

1 tool hits, Showing 1 to 1 tools
   



Explanation:
NEW SOFTWARE= New tool since your last visit
NEW VERSION= New version since your last visit
NEW REVIEW= New review since your last visit
NEW VERSION= New version

Latest version
Version number / Beta version number / Update version number and when it whas released.

Type and download
NO MORE UPDATES? = The software hasn't been updated in over 2 years.
NO LONGER DEVELOPED = The software hasn't been updated in over 5 years.
RECENTLY UPDATED = The software has been updated the last 31 days.
Freeware = Download Free software.
Freeware Trialware = Download Free software but some parts are trial/shareware.
Free software = Download Free software and also open source code also known as FOSS (Free and Open Source Software).
Free software Trialware = Download Free software and also open source code but some parts are trial/shareware.
Freeware Ads = Download Free software but supported by advertising, usually with a included browser toolbar. It may be disabled when installing or after installation.
Free software Ads = Free Download software and open source code but supported by advertising, usually with a included browser toolbar. It may be disabled when installing or after installation.
Trialware = Also called shareware or demo. Free Trial version available for download and testing with usually a time limit or limited functions.
Payware = No demo or trial available.
Portable version = A portable/standalone version is available. No installation is required.
v1.0.1 = Latest version available.
Download beta = It could be a Beta, RC(Release Candidate) or an Alpha / Nightly / Unstable version of the software.
Download 15MB = A direct link to the software download.
Win = Windows download version. It works on 32-bit and 64-bit Windows.
Win64 = Windows 64-bit download version. It works only on 64-bit Windows.
Mac = Mac download version. It works on 32-bit and 64-bit Mac OS.
Mac64 = Mac OS download version. It works only on 64-bit Mac OS.
Linux = Linux download version.
Portable = Portable version. No installation is required.
Ad-Supported = The software is bundled with advertising. Be careful when you install the software and disable addons that you don't want!
Visit developers site = A link to the software developer site.
Download (mirror link) = A mirror link to the software download. It may not contain the latest versions.
Download old versions = Free downloads of previous versions of the program.
Download 64-bit version = If you have a 64bit operating system you can download this version.
Download portable version = Portable/Standalone version meaning that no installation is required, just extract the files to a folder and run directly.
Portable version available = Download the portable version and you can just extract the files and run the program without installation.
Old versions available = Download old versions of the program.
Version history available = Complete changelog on our site.
Windows = Windows version available.
Mac OS = Mac OS version available.
Linux = Linux version available.
Our hosted software are virus and malware scanned with several antivirus programs using www.virustotal.com. (NOTE! Just one virustotal warning is 99.9% a false positive. And some software might receive 2-6 warnings but it's if they are not all same virus/trojan then it's 99% false positives.)


Rating
Rating from 0-10.



Browse software by sections



Visit our sponsors! Try DVDFab and backup Blu-rays!
Search   Contact us   Privacy Policy   About   Advertise   Forum   RSS Feeds   Statistics   Software   

Site layout: Default Classic Blue

Affiliates: free-codecs.com

©1999-2025 videohelp.com