Skip to content

umezawatakeshi/utvideo

Repository files navigation

Ut Video Codec Suite - fast lossless video codec.

Ut Video Codec Suite is a fast lossless video codec which supports multiple codec interfaces.

The following interfaces are supported.

  • Windows
    • VCM (Video Compression Manager)
    • DMO (DirectX Media Object)

Build Requirements

Windows

  • Windows 10 x64
  • Visual Studio 2019
  • vcpkg (integrated with Visual Studio)
    • lz4:x86-windows-static
    • lz4:x64-windows-static
    • The following packages are required to build test code
      • boost-test:x86-windows
      • boost-test:x64-windows
      • ffmpeg:x86-windows
      • ffmpeg:x64-windows
  • Inno Setup

Copyright Notice and License

Copyright © 2008-2024 UMEZAWA Takeshi

Ut Video Codec Suite is licensed under GNU General Public License (GNU GPL) version 2 or later. See LICENSE for more information.

Author

UMEZAWA Takeshi