Linux Commands Examples

A great documentation place for Linux commands

dvdxchap

Extract chapter information from DVDs


see also : ogmmerge - ogmsplit - ogminfo - ogmdemux

Synopsis

dvdxchap [options] DVD-SOURCE


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0

The output generated by dvdxchap will have the form

CHAPTER01=00:01:35.240
CHAPTER01NAME=Chapter 01
CHAPTER02=00:03:40:300
CHAPTER02NAME=Chapter 02
etc.

You should pipe its output to a file, edit the chapter names and use the resulting file as an input for ogmmerge(1).


0
source
            
subtitles from them you\nshould install one of these programs."
fi
if ! which dvdxchap >/dev/null 2>&1; then
echo -e "It seems ogmtools are not installed. DVD chapters will not be extracted."
echo "Crop settings detected: ${CROP}"
#======================================================================================
# If dvdxchap exists read chapters.
0
source
            
checkReq bitrate BITRATE_NOT_INSTALLED;
checkReq dvdxchap DVDXCHAP_NOT_INSTALLED;
checkReq transcode TRANSCODE_NOT_INSTALLED;
export ISPELL_NOT_INSTALLED="ispell not installed";
export BC_NOT_INSTALLED="bc not installed";
export DVDXCHAP_NOT_INSTALLED="dvdxchap not installed. Install ogmtools package";

description

This program extracts chapter information from a DVD and displays it in a form usable by ogmmerge(1).
-t
, --title num

Use title ’num’. Default is 1.

-c, --chapter start[-end]

Only output the given range of chapters and adjust all timecodes so that they start at 0. The default is to output all chapters.

-v

Increase verbosity

-V

Show version information

-h

Show help

www

The newest version can always be found at <http://www.bunkus.org/videotools/ogmtools/> (http://www.bunkus.org/videotools/ogmtools/)


see also

ogmmerge , ogmsplit , ogminfo , ogmdemux


author

dvdxchap was written by Moritz Bunkus <moritz[:at:]bunkus[:dot:]org>. Some ideas were taken from Chapter-X-Tractor (<http://christophe.paris.free.fr/main.php3>) () written by Christophe Paris.

How can this site be more helpful to YOU ?


give  feedback