| Search tool or Browse all tools by sections |
| Tool | Description | Type | Rating | Comment | |||||||||||
XviD Codec |
XviD video codec. Xvid is an open-source research project focusing on video compression and is a collaborative development effort. All code is released under the terms of the GNU GPL license. The Xvid video codec implements MPEG-4 Simple Profile and Advanced Simple Profile standards. It permits compressing and decompressing digital video in order to reduce the required bandwidth of video data for transmission over computer networks or efficient storage on CDs or DVDs. Due to its unrivalled quality Xvid has gained great popularity and is used in many other GPLed applications, like e.g. Transcode, MEncoder, MPlayer, Xine and many more.
|
Free software Released: Size:10.3MB |
8.6/10
18 votes Guides Similar tools |
Read 20 comments 5734 views this month 6849322 total views |
|||||||||||
|
Latest version: 1.3.2 (June 01, 2011) Download sites: Visit developer's site More download options: Download 64 bit version (direct link) Supported operating systems: More information and other downloads: Koepi's Xvid Codec official site here. 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:
Koepis Xvid 1.3.2 20110601 Hide changelog A tiny update to the Xvid installer was necessary - Xvid MiniConvert had a bug where it could mess up the file suffix. This is fixed within the new installer. Thank you for the updated file, Michael! :) 31-05-11 10:44 Xvid 1.3.2 is out! This is Xvid 1.3.2 bugfix release. It fixes and replaces the previous 1.3.1 stable release. Changes since 1.3.1: xvidcore library Updated implementation of IDCT/FDCT to match error spec of MMX/SSE code Added "make info" to unix Makefile Removed debian directory from release tarballs Made multi-threading (pthread support) switchable at compile time VFW frontend Minor GUI changes DShow/MFT frontend GUI cosmetics Updated MSVC project files with seperate build configs for MFT-enabled binary Thursday 24. of March 2011 Xvid 1.3.1 released This is Xvid 1.3.1 bugfix release. It fixes and replaces the previous 1.3.0 stable release. Changes since 1.3.0: xvidcore library Enabled noexec stack for both elf and elf32 obj format for better NASM compatibility Fixed edging bug for non-mod16 image dimensions Generated configure scripts with more up-to-date autconf version Fixed error with pthread check in configure.in script DShow/MFT frontend Disabled rgb_flip for MFT decoder Modified icon/gui graphics for better visibility Changed VC8 project files to use static LIBCMT runtime Tuesday 22. of February 2011 Xvid 1.3.0 released This is Xvid 1.3.0 release. It is API compatible with the previous 1.2.2 stable release. Changes since 1.3.0-rc1: xvidcore library * Disabled late-promotion of S_VOP to N_VOP coding type * Makefile fixes for macho64 target VFW frontend * Minor GUI cosmetics * Decoder support for lower-case FourCCs * Fix for YV12 colorspace pass-through mode DShow/MFT frontend * Decoder support for additional FourCCs * Slightly increased filter merit (Windows 7) Changes since 1.2.2: xvidcore library * Added PSNR-HVS-M quality-metric plugin * Variance masking as new adaptive quantization option * MT decoder deblocking filter * Improved encoder multi-threading allowing more threads and better scaling * Decoder threads API extension * PSNR-HVS-M as optional D-metric for R-D optimizations * Noexec-stack security patch also for x86_64 asm code * Added new slice coding feature * App-level encoder multi-threading support (xvid_encraw) * Signalling of FourCC to decoder for better bug detection * Changed semantics of frame_drop ratio API option * Improved decoder robustness on resync markers in BVOPs VFW frontend * Increased allowed max bitrate * New 'HD 1080' preset * Added new MPEG4 simple profile levels * VHQ metric GUI option * Independent slice coding widget * Selectable adaptive quantization method * Fix for handle leak problem * Minor GUI cosmetics DShow/MFT frontend * Tray icon to access filter properties * Added MFT API support * Shared cpu_flags/num_threads settings with VfW Thursday 30. of December 2010 Xvid 1.3.0-rc1 available This is the first release candidate of the Xvid 1.3 series. It is API compatible with the previous 1.2.2 stable release. Changes since 1.2.2: xvidcore library * Added PSNR-HVS-M quality-metric plugin * Variance masking as new adaptive quantization option * MT decoder deblocking filter * Improved encoder multi-threading allowing more threads and better scaling * Decoder threads API extension * PSNR-HVS-M as optional D-metric for R-D optimizations * Noexec-stack security patch also for x86_64 asm code * Added new slice coding feature * App-level encoder multi-threading support (xvid_encraw) * Signalling of FourCC to decoder for better bug detection * Changed semantics of frame_drop ratio API option * Improved decoder robustness on resync markers in BVOPs VFW frontend * Increased allowed max bitrate * New 'HD 1080' preset * Added new MPEG4 simple profile levels * VHQ metric GUI option * Independent slice coding widget * Selectable adaptive quantization method * Fix for handle leak problem * Minor GUI cosmetics DShow/MFT frontend * Tray icon to access filter properties * Added MFT API support * Shared cpu_flags/num_threads settings with VfW Changes since 1.2.1: xvidcore library * Workaround for nasm bug with Mach-O/OSX target * Fix for missing resync marker range check (reported by IBM ISS) * Improved precision for RGB<->YUV conversions * Fix for potential RGB24 access violation * Updated compiler options for Apple PPC target * Fixed MSVC6 projects to work for path names with spaces VFW frontend * Updated mingw makefile DShow frontend * Bugfix for wrong handling of xvidcore XVID_ERR_MEMORY return code (reported by IBM ISS) Changes since 1.2.0: xvidcore library * Fix for 'nested function' potential compilation error * WIN64 fix: Properly treat xmm6/xmm7 registers as non-volatile on WIN64 * Added test for WIN64 xmm6/xmm7 preservation to xvid_bench Changes since 1.1.3: xvidcore library * Complete AMD64/EM64T 64-bit support * Added support for WIN64 platform * Multi-threaded encoding support * SSE3/SSE4 optimizations * Faster and more precise mpeg intra quantization * Fixed bug in packed pixel format colorspace conversion * Noexec-stack security patch * Fix for bad resync marker length * Improved decoder robustness for broken streams containing B-frames * Fix for potential out-of-bound access to MV bits table * Added SSIM quality-metric plugin VFW frontend * WIN64 compatibility * Added widgets for SSE3/SSE4 * Auto-detection of available processor cores * Minor GUI cosmetics DShow frontend * WIN64 compatibility * Minor GUI cosmetics Xvid-1.1.3-27042008: - Plugh pointed me to another bugfix that made it into CVS but wasn't backported to Xvid-1.1.3. There was an issue with motion vectors (MVs), an array was too small so a wrong MV could have been chosen in some cases. Since those MVs are costly bitrate-wise, it should have happened very seldom. Xvid-1.1.3-12042008: - Fixes an error that could occur when calling plugins and could result in the wrong frame being passed to a plugin. Xvid-1.1.3-28062007: - {core}: Fixed possible security issue in mbcoding.c Xvid-1.1.2-01112006: - {core}: Fixed bug when frame-drop (N-VOP) feature is used in combination with packed B-frames - {core}: Fixed potential crash on AMD64/EMT64 architecture. - {core}: Fix for visual_object_verid vs. video_object_layer_verid problem. - {core}: Ensure intervening bytes are preserved in BitstreamInit() - {vfw}: Prevent segfault when encoding application calls compress_end with NULL codec context - {vfw}: Profile definitions updates. XviD-1.2.-127-25022006 Changelog to XviD-1.1: - {core}: New experimental SMP support. - {core}: Trellis improvements (according to sysKin). - On uniprocessor machines set number of threads to 0! XviD-1.2.-127-07012006 Changelog to XviD-1.1: - {xvidcore} Experimental SMP support (2 threads hardcoded). Patch for P- and B-frames from sysKin applied by hand. - {xvidcore} Trellis improvements (according to sysKin). - {xvidcore} Bumped bitstream version to 42, you never know (41 is XviD-1.1.0-final). XviD-1.1.0 final build. Changelog: - {core}: Field interlaced decoding. - {dshow}: Additional fourcc support. - {vfw}: Small updates. XviD-1.0.3 Changelog: - {xvidcore} Fixed trellis optimization overflow for quant <= 2. - {xvidcore} Don't read too short streams. This prevents from reading useless stream garbage. - {xvidcore} Fixed 64 bit crashes because of addressing assuming 32bit integers. (Andre Werthman) - {xvidcore} Fixed 2 diamond search bugs (one was causing searches in wrong directions, the other one was causing an early exit) - {VfW} Better stride calculation - {DShow} Better stride calculation XviD-1.0.2 Changelog: - Various small bugfixes - all of minor kind affecting only decoding. 1.0.1 bugfix release xvidcore -DC misprediction caused by missing value clipping (this one for real). -Fixed bugs triggered by 1fps sequences in decoder. -Fixed bug in trellis that was causing block skipping in later stages. -Fixed some ME buglet that could cause suboptimal results for bframes. VFW frontend -Fixed error in bitrate calc when given bitrate and size (2.4%). -Added ICM compatibility for Office Suites (OpenOffice.org, MS Office...). -Added more known audio filetypes. Debian dir -removed from the release tarball in an effort to get the package into SID as a non native package. 1.0.0 Final xvidcore -minor bug in trellis quantification optimization. -speedup for vhq>1 & qpel modes (motion search was done twice, one in SAD mode and one in RD mode) -Fixed MV clipping with non valid DivX 5 based sequences. -Fixed RGB 16 bit C functions. -Fixed posible VOL header corruption for fps=1 encodes. -DC misprediction caused by bad value clipping (bug forwarded to the ffmpeg project too). VFW frontend -Fixed mismatching of hints<->widgets. 1.0.0 RC4, Codenamed "Hola" xvidcore -GMC 1 warp point (DivX5) -GMC 2 warp point fix -Minor postproc code fixes -Motion Vector clipping fix for stressing test cases. -Problems caused by wrong cooperation of bframes and frame dropping code. -Decoder provides quant information in stats. VFW frontend -Multiple instance memory leak fix. -Improved bitrate calculator. -Some other minor changes. -DShow frontend -Release packages have all needed files to build from source. 1.0.0 RC3, Codenamed "Ni Hao" xvidcore -Workaround for dev-api-3 decoding that causes psychedelic color effects for non modulo 16 encodes. dev-api-3 builds were mostly used by win32 users during the transition from 0.9.x series and 1.0.x. -Buffer overflow reading in decoder (read up to bytes to far). VFW frontend -Bitrate calculator fixes. -Status window fixes, GMC frames get counted too now. -Mod4 / YV12 resolutions encoding fixed. DShow frontend -Updates and cleaning. 1.0.0 RC2, Codenamed "Jambo" xvidcore: -Decoder bugfixes (GMC+interlaced). -Changed the DivX packed user string to version 999 so DivX decodes XviD packed bitstreams like it should have done before. -Fixed YVYU colorspace space (was using Y as V channel) VFW frontend: -Added bitrate calculator. -Output a DLL linking library when compiling with MSVC. DShow frontend: -Video flipping fixed. -Added MP4V to the supported FourCCs. -Command line driving. 1.0.0 RC1, codenamed "Niltze" xvidcore -Scaled zones should now work in 2pass 1&2. -Qpel is disabled during first pass now. -Bug in PP using MB quants badly initialized. -Changed Win32 build type to DLL. VFW frontend -Changed linking policy. Links against xvidcore.dll. The vfw component is now xvidvfw.dll. -GUI improvements. -Added PP options as in DShow frontend. -Added easier constant quant encoding as most of users complained though the feature was available thanks to zones. DShow frontend -Changed linking policy. Links against xvidcore.dll. -Better seeking. -Fixed colorspace usage. 1.0.0 beta3, Codenamed "Selam" xvidcore: -Defaulted back to VGA 1:1 PAR. -Enabled SSE2 assembly code for IA32 platforms. -Improved and bugfixed two pass: -better frame size scaling. -better defaults. -handles up to 2TB target filesizes -1st pass disables automatically CPU hungry features. -Added fast ME replacement routines. -Added Post Processing to decoder: -Deblocking. -FILM noise. -Various Bugfixes. VFW frontend: -Added AR widget. -Added "Turbo mode" that enables core fast ME routines. -Removed DXN profiles from the profile list. -New defaults. DShow decoder frontend: -Added PP widgets. 1.0.0 beta2, Codenamed "Ciao" xvidcore: -MPEG4 compliance is back (beta1 was missing the VOS header) -matrix quantization is finally thread safe -improved vop type decision -2pass2 plugin: min key interval was a misleading name. It's been renamed to kfthreshold. And as the kfthresholding behavior was a bit -too aggressive, it's been disabled until we decide how it should behave w/o hurting quality -single plugin: fixed quant capping -interlacing artefacts fixed. VFW fontend: -some misuses of xvidcore were fixed -min key frame widget renamed and moved to the 2pass panel Debian package: -small errors in the control file reported and fixed by Nicolas Boos 1.0.0 beta1, Codenamed "Aloha" -New API. -New Motion Estimation system -with SAD based algorithms, -or Rate Distortion optimized algorithms. -Dynamic frame type decision based on a fast motion estimation pass -Support for bvops and svops (up to 3 warp points). -QuarterPel precision. -Trellis optimization for h263 and MPEG quantization schemes. -Special mode for cartoons/anime like futuruma/the simpsons or any anime with flat color areas. -Mod 2 resolution support. -Two pass algorithm is now part of xvidcore.
|
|||||||||||||||
| Comments | Post comment | ||||||||||||||
|
|||||||||||||||
Installed the latest version 1.3.2 on my Windows 7 machine and was no longer able to preview my avisynth scripts with Media Player or Media Player Classic; however preview still worked with Virtual Dub. I uninstalled version 1.3.2 and installed my older version then all worked properly again.
|
|||||||||||||||
A bit unsure about using version 1.3.2 because I get an error when installing: "Problem running post-install step. Installation may not complete correctly DirectShow filter (32-bit) register failed!"
|
|||||||||||||||
I still was using the outdated XviD compiled by Nic, and during the last two days, I've messed around with the latest Jawor's modified build. I have to say, the VfW encoder has improved a lot IMHO (many many thanks, Jawor). As for the DirectShow decoder, old news, it still is slower than ffdshow, so better not use it. For the ones who can do without potentially-problematic installers, there is a 7-zipped archive --- just unzip, unrar, and enjoy.
|
|||||||||||||||
Latest 1.3.0 build tries to install a driver for my old Soundblaster card on an old XP machine. This results in no audio. I was unable to fix it short of doing a system restore and removing XVID. The older 1.2.2 works fine.
|
|||||||||||||||
I have been using Koepi's builds for a number of years, and am able to not only get great enjoyment watching properly decoded videos with it, but also excellent control, extreme quality (when you know what you're doing) and high configurability from this codec. The only drawback there might be for people new to encoding movies and how codecs work is that they might be a little confused about the amount of configurable parameters, but in my book, the more room you have to work with without needing to manually configure a command-line (which would be the only way to do even close to the same in divx) the better. Excellent codec for DVD encoding of any sort of material, and full control over the process. Nothing but thumbs up about that!
|
|||||||||||||||
the only codec for mpeg-4 asp out there in my opinion. easy to use , ultra tweakable, extremely asm optimized and unparalled quality make this the ONLY asp worth using . if you need 'divx' for a dvd player just change the fourcc and enjoy
|
|||||||||||||||
Ive been using xvid back when my OS was WinXP but now I cant seem to install it right on WinVista
|
|||||||||||||||
Dont pay for DivX because XviD is free and gives you all the configuration options you need for excellent quality video output. Some people may be put off by the interface but with a little messing about with the options you soon get to understand this tool.Just use your common sense. I think some options can just be left to default. If you want good quality and speedy encoding set your desired bitrate and just disable VHQ and Chroma Motion modes and set MSP to like 3-Medium or 4-High and of course dont disable them and set MSP to 6-Ultra High if you want quite slow but superb quality. It only takes about 30 minutes of fiddling with this tool to get started. Why didn't I switch from DivX to Xvid sooner!
|
|||||||||||||||
The results are great BUT.. and its a big but... the new 1.2 and 1.1 versions are with a different (and IMHO confusing) interface. All the existing guides telling you how to do 2 pass encoding are now void and useless. The author could well make this a LOT easier if it was made possible to easily specify the settings at the start for 2 pass jobs and then just get it going. Using Virtualdub you have to create a Firstpass.avi (or whatever) and then a SecondPass.avi for the final result. Not "userfriendly".
|
|||||||||||||||
I was using Divx 5.11 pro, using the modes that take forever to encode. But Xvid v1.x blows away the quality of the divx codec and in a fraction of the time. I find some of the settings can be a bit daunting. The bitrate calculator helps a lot, and being able to specify target sizes is a pretty good feature. Can I advise anyone using this codec that if they want to make an xvid that'll work in an mpeg4 compatible DVD player (e.g. Kiss players), then they should NOT use the quarter pel or global motion compensation. Shame, I know, but not all players can handle this.
|
|||||||||||||||
For those who have converting/burning problems with X-Vid,try changing the 4CC on your file of choice. Go to Start Menu- All Programs-XVid-AviC(4CC Changer), click the ... button, select yur xvid file, it will say xvid ect.@ change both settings to Divx @ "WALLA" Its ready to burn. U could also try Windows Movie Maker#2 to edit it(finished files usually come out WMV, but it is slow).
|
|||||||||||||||
This is a great tool, and to all who don't think so baset on what they got as output, I'd like to remind you about a simple thing; You can't turn dog shit into choclate... Divx is dead (at least it's dead for me!)
|
|||||||||||||||
EXELLENT CODEC !!!
|
|||||||||||||||
It plain and simple doesn't work right, and is utter useless bullshit. I have a bunch of xvid files which I'd love to burn to dvd, but cannot since just about anything I try to convert them with shows nothing but pictures that keep going blocky and black, with a refresh every so often. And no, it isn't improperly encoded files I'm working with, vlc plays it back perfectly, but that does me little good in converting it to mpg to be able to burn to dvd. Absolutely nothing will do that. And the xvid codec is so buggy, whenever it's installed in my computer it makes error messages pop up anytime I do anything with windows media. Avoid XVID at all costs, it does nothing but create trouble
|
|||||||||||||||
At first when I heard about this free divx offspring codec, i didnt have much faith in it, thinking "if developers can't even make a proper date/version in its name, then what to expect from the rest of it..." Well, I was wrong, and now with its version 1.0.0 i have to admit it is the best high compression level avi codec out there. XviD is now really long way from those first hacked by Gej versions of Microsoft's MPEG-4, which most of us knew as divx3 :) And did I mention XviD is totally free? Free as in NO-shareware, NO-nagware, NO-adware, NO-money?
|
|||||||||||||||
best codec out there....go to doom9.net for comparisons...
|
|||||||||||||||
Test run on Win2K Pro and Win XP Home. I have upgraded by previous report, as I am getting more comfortable with congiguring and using. Checked around the 'net for other guides besides Doom9 and I believe I found a good one at: www.everwicked.com/content/XviD_Guide/ I found some others at afterdawn.com, and others. MY XviD MOVIES PLAY PERFECTLY GREAT IN MY LITE-ON LVD-2002!!! XviD IS 100% COMPATIBLE WITH MANY MANY MANY STANDALONE DVD-DivX PLAYERS!!!!!!!!
|
|||||||||||||||
DO NOT USE XVID BECOURSE A MPEG4 STANDALONE PLAYER CANNOT PLAY XVID..!! USE DIVX...!!!!
|
|||||||||||||||
I have heard and read for some time now about DivX, XviD and MPEG4. I finally decided to try the XviD codec that comes packaged with Gordian Knot (version 1 beta 3, june 2003), based on the codec comparison done by doom9.org and others opinions. Very very very nice results, for sure. The only draw back so far was the configuration for 1-pass and 2-pass and other parameters that I have no idea what they mean. I just set it up using the doom9.org XviD guide. I did a Tarzan (animated 1hr 28min) and a college football game (1 half = 1hr 20min). Quality replication was very good. It worked on my WinXP laptopp and Win2K Pro desktop. I am sure my scores will go up, a I learn it a bit more. So far so good.
|
|||||||||||||||
It's very good tools in this area. I had convert all my DVD collection into this format. Just wonder how it good in the official release & when the certificate player arrives.
|
|||||||||||||||
|
|||||||||||||||
| 1 tool hits, Showing 1 to 1 tools |
-
|
Explanation:
New tool= 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
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.
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.
= Windows version available.
= Mac OS version available.
= Linux version available.
Our hosted tools are virus and malware scanned with several antivirus programs using www.virustotal.com and virusscan.jotti.org.
Rating
Rating from 0-10.
Browse software by sections
