Metadata-Version: 1.1
Name: dpx2ffv1
Version: 0.1.1
Summary: dpx2ffv1 is a simple module to convert a set of dpx to ffv1 codec
Home-page: https://github.com/DerouineauNicolas/dpx_to_ffv1
Author: N. DEROUINEAU
Author-email: nicolas.derouineau@ymagis.com
License: WTFPL
Description: [![Build Status](https://travis-ci.com/DerouineauNicolas/dpx_to_ffv1.svg?branch=master)](https://travis-ci.com/DerouineauNicolas/dpx_to_ffv1)
        [![PyPI version](https://badge.fury.io/py/dpx2ffv1.svg)](https://badge.fury.io/py/dpx2ffv1)
        
        dpx2ffv1
        ===================
        
        This program takes a folder filled with dpx indexed images as an input and encode them as a unique ffv1/mkv binary.
        The program detects if the indexed image have an offset and a prefix (see test folder for an example)
        
        Requirements
        -------------------
        
        ffmpeg binary should be available on your system.
        
        Install (System wide)
        -------------------
        
        python3 setup.py install
        
        
        
        Run 
        -------------------
        
        python3 -m dpx2ffv1 --input=./testdpx/ --output=ffv1out.mkv
        
        or
        
        dpx2ffv1 --input=./testdpx/ --output=ffv1out.mkv
        
        Generate Dist and upload 
        -------------------
        
        python3 setup.py sdist bdist_wheel
        
        python3.7 -m twine upload dist/*
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
