Skip to content

amiaopensource/DVD2LS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b5aa5ce · Dec 1, 2018

History

84 Commits
Dec 1, 2018
Dec 1, 2018
Nov 30, 2018
Nov 29, 2018
Nov 30, 2018
Nov 30, 2018
Nov 30, 2018
Dec 1, 2018
Nov 30, 2018
Nov 30, 2018
Nov 29, 2018
Dec 1, 2018
Nov 29, 2018

Repository files navigation

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