This is an old revision of the document!


Helper Scripts

This is just a collection of little scripts.

dumpchapters

#!/bin/sh
if [[ -n $1 ]]; then
	dvdxchap /dev/dvd -t ${1} > chapters.txt
else
	dvdxchap /dev/dvd > chapters.txt
fi

Navigation