Giter Site home page Giter Site logo

tm1's Introduction

MIV reference software

Introduction

A general overview of ISO/IEC 23090-12 MPEG immersive video (MIV) is available at http://mpeg-miv.org, including a list of relevant MPEG documents.

This software project provides:

  • an embodiment of the Test Model of MPEG immersive video (TMIV)
  • a ISO/IEC 23090-12 MPEG immersive video (MIV) codec
  • the reference software encoder and decoder of ISO/IEC 23090-23 Conformance and reference software for MPEG immersive video.

Build and installation instructions

TMIV is a C++17 CMake project with prebuild script for its dependencies. For further build and installation instructions, see doc/building.md

Instructions to run TMIV

TMIV can be run in various CTC and non-CTC conditions, with various underlying 2D video codecs. For details, see doc/running.md.

Configuring TMIV

TMIV's executables can be configured through configuration files and command line parameters. For details, see doc/configuring.md.

Instruction to use TMIV as a library

In the CMakeLists.txt of the larger project, use a line like:

find_package(TMIV)

The TMIV_DIR variable needs to be set to the directory named /Workspace/tmiv_install/lib/cmake/TMIV or /Workspace/tmiv_install/lib64/cmake/TMIV depending on the platform.

After that the targets DecoderLib, TMIV::DecoderLib, EncoderLib, TMIV::EncoderLib, etc. are available as target dependencies.

Structure of the reference software

This software consists of multiple executables and static libraries. Below figure is the CMake module dependency graph. The most important executables are Encoder and Decoder. When enabled, the project also includes the HM executables TAppEncoder and TAppDecoder.

CMake module graph

Each module consists of one or more components. Most components derive from an interface and some interfaces have multiple alternative components. For instance, the ViewOptimizerLib includes an IViewOptimizer interface with NoViewOptimizer and ViewReducer components that implement that interface.

Contributing to the reference software

Core experiments are expected to include the reference software as a subproject and introduce new components. Alternatively core experiments may branch the test model. Contributions should be in the form of git merge requests to the MPEG-internal repository. See doc/contributing.md for further info.

tm1's People

Contributors

adziembowski avatar bart-kroon avatar bart-sonneveldt avatar basel-salahieh avatar baselsalahieh avatar bszydelko avatar chunglok32 avatar dmieloch avatar donghakim17 avatar fleureauj avatar fzzfbyx avatar gnadaf avatar jf8233 avatar jyj0121 avatar mgovers avatar porkfatmystery avatar sbhatia4 avatar spincchi avatar wangchuc avatar wbmms avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.