Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 843 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 843 Bytes

Build Status

DVD2LS

Python utility for converting extracted dvd iso .vob files to DV25 video files

Usage

python DVD2LS.py [path_to_VIDEO_TS] [path_to_output]

Install

To install, open a terminal and run the following command from the DVD2LS directory

python setup.py install

Documentation

To build HTML documentation, open a terminal and run the following command from the DVD2LS directory

python setup.py build_sphinx

NOTE: This requires the Sphinx Python package to be installed.

Development

if you have pipenv installed you can create a development environment with the following command run inside the DVD2LS source directory.

pipenv install --dev