Giter Club home page Giter Club logo

kk-dailies's Introduction

kk-dailies-slate

Fast cross platform ffmpeg based utility for generating movie files for video production review sessions.

Dailies utility can generate movie with cutomizable slate image on zero frame and frame burnins. Movie format can be specified via video pressets listed in config.yml. Optional LUT file can be applied to generated mov.

alt img

Instalation

# Clone this repo
git clone https://github.com/Kif11/kk-dailies dailies
cd dailies

# Make run script executable
sudo chmod +x run

# Install dependencies
./run setup

# Run test
./run test

Check ./tests/tmp folder for generated movie

Usage

values = {
    'company_name': 'CompanyName',
    'project_name': 'ZeroDayProject',
    'lut': 'someLutHere',
    'shot_name': 'sh0000',
    'file_name': 'blaFileName.png',
    'fps': '24',
    'frame_range': '1001-1100',
    'frame_total': '100',
    'handles': '5/5',
    'comp_res': '1920x1080',
    'date': '21/10/1900',
    'user': 'Kif11',
    'description': 'Some comment here',
}

slate = Dailies()
slate.fields_from_dict(values)

slate.make_mov('/path/sh0000_test_v003_%04d.jpg', 'out_video_pjpeg.mov')

kk-dailies's People

Contributors

kif11 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

lclibardi tws0002

kk-dailies'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.