Skip to content

umezawatakeshi/utvideo

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
September 19, 2020 15:11
  • Japanese version is README.ja.md.
  • This file is for developers. readme.en.html is for end users.

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-2023 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