Help us keep the list up to date and submit new video software here.
| Search tool or Browse all tools by sections |
| Tool | Description | Type | Rating | Comment | ||||||||||||||||||
VP8 Codec |
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.
Full description. |
Free software Released: Size:540kB |
4.5/10
6 votes |
Read 6 comments 6415 views this month 1653929 total views |
||||||||||||||||||
|
Latest version: 1.2.0 (September 14, 2011) Download sites: Visit developer's site More download options:
Sponsored software: Supported operating systems: Sections/Browse similar tools: Codecs |
Click to enlarge screenshot |
|||||||||||||||||||||
User options: Email me when it has been updated Report this tool (dead link/new version) Version history:
The current version is version 1.2.0, list of changes: View full changelog linked against libvpx 0.9.7-p1 All features / Full description: * 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
|
||||||||||||||||||||||
| Comments | Post comment | |||||||||||||||||||||
|
||||||||||||||||||||||
|
|
||||||||||||||||||||||
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"
|
||||||||||||||||||||||
|
|
||||||||||||||||||||||
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"
|
||||||||||||||||||||||
|
|
||||||||||||||||||||||
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.
|
||||||||||||||||||||||
|
|
||||||||||||||||||||||
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.
|
||||||||||||||||||||||
|
|
||||||||||||||||||||||
Same here, not there..
|
||||||||||||||||||||||
|
|
||||||||||||||||||||||
Not working for me. Virtualdub 32bits on windows 7 X64. Note see in Codecs encoder tab.
|
||||||||||||||||||||||
|
||||||||||||||||||||||
| 1 tool hits, Showing 1 to 1 tools |
-
|
NEW SOFTWARE= New tool since your last visit
NEW VERSION= New version since your last visit
NEW COMMENTS= New comments since your last visit
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 3 years.
RECENTLY UPDATED = The software has been updated the last 31 days.
Freeware = Free software.
Free software = Free software and also open source code.
Freeware/Adware = Free software but supported by advertising, usually with a included browser toolbar. It may be disabled when installing or after installation.
Free software/Adware = Free 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. Trial version available for download and testing with usually a time limit or limited functions.
Payware = No demo or trial available.
v1.0.1 = Latest version available.
Download beta = It could be a BETA, RC(Release Candidate) and even a ALPHA version of the software.
Download (direct link) = A direct link to the software download.
Download (developer's 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 = No installation is required, just extract the files to a folder and run directly.
Our hosted tools are virus and malware scanned with several antivirus programs using www.virustotal.com.
Rating
Rating from 0-10.
Browse software by sections
