GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
tcxmlcheck(1) FreeBSD General Commands Manual tcxmlcheck(1)

tcxmlcheck - Check information in smil input file

tcxmlcheck [ options ] [ - ]

tcxmlcheck is Copyright (C) by Malanchini Marzio

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

-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

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).

tcxmlcheck was written by Marzio Malanchini
<marzio_malanchini@vodafone.it>

transcode(1)
29th June 2003 tcxmlcheck(1)

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.