Giter VIP home page Giter VIP logo

lut3d_utils's Introduction

Tone Map Metadata (3D Look-Up-Table) Injector

A tool for manipulating production metadata, specifically tone map metadata (3D LUT), in MP4 and MOV files. It can be used to inject 3D LUT metadata into a file or validate metadata in an existing file.

Usage

Python 3.11 must be used to run the tool. From within the directory above lut3d_utils:

Help

python lut3d_utils -h

Prints help and usage information.

Inject

python lut3d_utils -inject_lut3d -i ${input_file} -o ${output_file} -l ${lut3d_file} -p COLOUR_PRIMARIES_BT709 -t COLOUR_TRANSFER_CHARACTERISTICS_GAMMA22

Loads a tone mapping (3D LUT) metadata from lut3d_file and inject it to input_file(.mov or .mp4). The specified output_colour_primaries and output_colour_transfer_characteristics are injected too. It saves the result to output_file.
input_file and output_file must not be the same file.

Examine

python lut3d_utils -retrieve_lut3d -i ${input} -l ${lut3d_file}

Checks if input_file contains 3D LUT metadata. If so, parses the metadata and prints it out. In addition, it saves the 3D LUT entries to lut3d_file as a ".cube" file.

lut3d_utils's People

Contributors

being4none avatar nbirkbeck avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

nbirkbeck

lut3d_utils's Issues

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.