README 638 B

1234567891011121314151617181920
  1. The Fraunhofer Versatile Video Encoder (VVenC) is an
  2. H.266/VVC encoder. Command line options can be seen
  3. by running the following:
  4. vvencapp --help
  5. vvencFFapp --help
  6. Two issues with the 32bit build currently exist:
  7. 1. VVenC does not currently build on 32bit Linux
  8. although a fix for this is in progress upstream;
  9. see Issue 242 on the VVenC github site.
  10. 2. When failure to build is addressed it is unlikely
  11. that the memory limits of 32bit processors will allow
  12. effective encoding.
  13. Note that playback of H.266/VVC files is also currently a
  14. little challenging under Linux, although 3rd party patches
  15. for FFmpeg exist.