×
注意!页面内容来自https://labs.xvid.com/project/,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页
The Xvid project implements video coding based on the MPEG-4 standard. Early Xvid versions implemented only MPEG-4 simple profile (SP) de- and encoding whereas newer versions introduce support for more profiles. The Xvid 1.x stable branch supports MPEG-4 advanced simple profile (ASP) including advanced coding tools like B-framesquarterpel motion compensation and GMC.
Xvid has a flexiblelow-level interface that makes it easy to integrate it into larger applications. There is further a plugin API by which the codec can be enhanced with extra functionality without touching the core code. We further provide integrations for most of the popular multimedia frameworks like DirectShowVfW or Gstreamer.
The Xvid codec is developed as an open-source project with all code published under the GNU General Public License (GPL). The Xvid project is a community effort that benefits from the contributions of many people from all over the world. The Xvid Codec's entire code is GPL and other than typical system libraries it currently has no further external dependencies.
Xvid's best feature is the excellent picture quality it provides even at high compression ratios. We put major emphasis on achieving the highest possible picture quality and using the latest algorithms for outstanding detail-richness and image fidelity. The Xvid codec is especially suited for offlinetwo-pass coding to prepare video for storage or distribution but works well in live-streaming also.
The Xvid codec was primarily developed for x86 but can be compiled also to other platforms like Mac or ARM. The Xvid code base supports both 32-bit and 64-bit CPUs and can be compiled for many operating systems like LinuxWindows or Mac OS X. Consequentlythe Xvid library is frequently used in third-party software players or video encoder applications on many platforms.
Due to extensive algorithmic optimizations and specific support for latest SIMD processor extensions like e.g. SSE3/SSE4 instructionsXvid provides highest performance video de- and encoding on modern CPUs. FurtherXvid is designed to parallelize its work-load and thus make best use of modern multi-core CPUs. In resultit enables Ultra HD resolution video encoding easily on today's hardware.
The Xvid codec was created to promote the adoption of open standardsnamely ISO MPEG-4 videoand in order to enable the interoperable creation and exchange of digital video between different software applications as well as among consumer electronics devices like DVD or Bluray players.
A major goal of our project is to stimulate further the creation of GPLed applications and to support the Free Software movement. Consequentlywe publish the source code of the Xvid codec under the terms of the GNU General Public Licensewhich ensures that derivative works must be distributed as a whole under the GPL as well.
By providing the source code of Xvidwe aim at creating a platform for students and interested engineers to exchange fresh ideas. The Xvid project aims at triggering innovation in the area of digital video processing. As of todayXvid has become a subject of university lectures and got referenced in numerous scientific publications.
Since short after the Xvid project got foundedits code base has been further developed and maintained by a small team of about four to six core developers. All the main Xvid features as well as the design of the Xvid code and its interfaces are the result of this strong team effort.
In additionthe Xvid project receives also more sporadic contributions from many developers worldwide. These are often important bug fixes or ports of the Xvid code to new platforms.
The success of our Xvid project depends on your support. Any contribution you can make to the Xvid project is very welcome! New developers interested in joining the development of our xvidcore video codec library will definitely benefit from having some solid background in signal processing or at least be very comfortable with general C/C++ programming.
But even if you're not familiar with video coding algorithms or you're not even a programmerthere may still be possibilites to contribute: Test scripts need be writtendocumentation can always be improvedcontent needs be added to the website - there's always something to do!
As a three-step quick start:
As an interested developer or potential new contributor you should also join the xvid-devel mailinglist. Hereyou can discuss your ideas with the Xvid developers or other knowledgeable fellow programmers. Alsojust post any contributions or bug fixes that you have as a patch (in unified diff format) against the latest svn code to the list for review.