Python utility for converting extracted dvd iso .vob files to DV25 video files
python DVD2LS.py [path_to_VIDEO_TS] [path_to_output]
To install, open a terminal and run the following command from the DVD2LS directory
python setup.py install
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.
if you have pipenv installed you can create a development environment with the following command run inside the DVD2LS source directory.
pipenv install --dev