diff --git a/README.md b/README.md index ac534ba..a933573 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ The **eXtra-fast Essential Video Decoder** (XEVD) is an opensource and fast MPEG **MPEG-5 Essential Video Coding** (EVC) is a video compression standard of ISO/IEC Moving Picture Experts Group (MPEG). The main goal of the EVC is to provide a significantly improved compression capability over existing video coding standards with timely publication of terms. The EVC defines two profiles, including "**Baseline Profile**" and "**Main Profile**". The "Baseline profile" contains only technologies that are older than 20 years or otherwise freely available for use in the standard. In addition, the "Main profile" adds a small number of additional tools, each of which can be either cleanly disabled or switched to the corresponding baseline tool on an individual basis. +## Related projects + +- [ffevc](https://github.com/mpeg5/ffevc) — FFmpeg plus up-to-date EVC integration. xevd is used through FFmpeg's `libxevd` decoder wrapper, which carries the newest EVC patches on top of a current FFmpeg base. + ## How to build ### Linux (64-bit)