Linux Commands Examples

A great documentation place for Linux commands

tcxmlcheck

Check information in smil input file


see also : transcode

Synopsis

tcxmlcheck [ options ] [ - ]


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

Command:

tcxmlcheck -i filename.smil

Return 0 if the input file is correct, 1 with an error message in the other cases.

tcxmlcheck -i filename.smil -S -B -V

Analyze the filename.smil and store the vob structure into share memory (used only by transcode at run time).

tcxmlcheck -i filename.smil -B -V

Retrive the content from the share memory related to filename.smil (used only by transcode at run time).


description

tcxmlcheck Check a smil input file. Most of the options are used by transcode at run time.

options

-i name

Specify the name of the input video/audio smil file [stdin].

-p name

Specify the name of the ausiliary audio smil file [none]

-B

Binary output to stdout (used by transcode) [off] Force to print to stdout the vob structure of the smil file

-S

Write stdin into shared memory (used by transcode)[off]. This is used by transcode at run time to store the vob information that will be modified by calling tcxmlcheck with the -V or -A options.

-V

Check only video smil file [off]. This is used by transcode at run time: it read the smil file to override some information in the vob structure.

-A

Check only ausiliary audio smil file [off]. This is used by transcode at run time: it read the smil file to override some information in the vob structure.

-v

Print the version

copyright

tcxmlcheck is Copyright (C) by Malanchini Marzio


see also

transcode


authors

tcxmlcheck was written by Marzio Malanchini
<marzio_malanchini[:at:]vodafone[:dot:]it>

How can this site be more helpful to YOU ?


give  feedback