Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tcxmlcheck(1) [debian man page]

tcxmlcheck(1)						      General Commands Manual						     tcxmlcheck(1)

NAME
tcxmlcheck - Check information in smil input file SYNOPSIS
tcxmlcheck [ options ] [ - ] COPYRIGHT
tcxmlcheck is Copyright (C) by Malanchini Marzio 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 informa- tion in the vob structure. -v Print the version EXAMPLES
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). AUTHORS
tcxmlcheck was written by Marzio Malanchini <marzio_malanchini@vodafone.it> SEE ALSO
transcode(1) tcxmlcheck(1) 29th June 2003 tcxmlcheck(1)

Check Out this Related Man Page

tcscan(1)						      General Commands Manual							 tcscan(1)

NAME
tcscan - scan multimedia streams from medium and print information on the standard output SYNOPSIS
tcscan -i name [ -x codec ] [ -e r[,b[,c]] ] [ -b bitrate ] [ -w num ] [ -f rate ] [ -d verbosity ] [ -v ] COPYRIGHT
tcscan is Copyright (C) by Thomas Oestreich. DESCRIPTION
tcscan is part of and usually called by transcode. However, it can also be used independently. tcscan reads source (from stdin if not explicitely defined) and prints on the standard output. OPTIONS
-i name Specify input source. If ommited, stdin is assumed. You can specify a file, directory, device, mountpoint or host address as input source. tcscan usually handles the different types correctly. -d level With this option you can specify a bitmask to enable different levels of verbosity (if supported). You can combine several levels by adding the corresponding values: QUIET 0 INFO 1 DEBUG 2 STATS 4 WATCH 8 FLIST 16 VIDCORE 32 SYNC 64 COUNTER 128 PRIVATE 256 -v Print version information and exit. NOTES
tcscan is a front end for scaning various source types and is used in transcode's import modules. tcscan does a complete scan of the source to gather information. EXAMPLES
The command tcscan -i foo.avi prints header information about the AVI-file itself and lists details on the video and audio content, e.g., keyframes, chunk structure. The command cat audio.pcm | tcscan -x pcm -e 48000,16,2 simply determines the playtime lenghth of the raw audio stream. The command tcscan -x mp3 -i input.mp3 will print the number of chunks in the MP3 file and the average bitrate. AUTHORS
tcscan was written by Thomas Oestreich <ostreich@theorie.physik.uni-goettingen.de> with contributions from many others. See AUTHORS for details. SEE ALSO
avifix(1), avisync(1), avimerge(1), avisplit(1), tcprobe(1), tcscan(1), tccat(1), tcdemux(1), tcextract(1), tcdecode(1), transcode(1) tcscan(1) 23th September 2002 tcscan(1)
Man Page