|
NAMEtcscan - scan multimedia streams from medium and print information on the standard outputSYNOPSIS
COPYRIGHTtcscan is Copyright (C) by Thomas Oestreich.DESCRIPTIONtcscan 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
NOTEStcscan 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.EXAMPLESThe 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. AUTHORStcscan was written by Thomas Oestreich<ostreich@theorie.physik.uni-goettingen.de> with contributions from many others. See AUTHORS for details. SEE ALSOavifix(1), avisync(1), avimerge(1), avisplit(1), tcprobe(1), tcscan(1), tccat(1), tcdemux(1), tcextract(1), tcdecode(1), transcode(1)
Visit the GSP FreeBSD Man Page Interface. |