|
NAMEtcmodchain - Query compatibily of transcode modules chains.SYNOPSIStcmodchain [ -m path ] [ -C ] [ -L ] [ -d verbosity ] [ -v ] module1 module2COPYRIGHTtcmodchain is Copyright (C) by Transcode TeamDESCRIPTIONtcmodchain allow to inspect transcode(1) modules, as well as it's companion, tcmodinfo(1). While tcmodinfo(1) focus on single modules, tcmodchain is intended to help in exploring/experimenting module interactions.OPTIONS
MODULE IDENTIFIERStcmodchain identifies modules using a type:name naming scheme. Currently, as in transcode 1.1.0, only encode and multiplex module types are supported. name can refer to the name of any avalaible transcode modules, using the same rules of tcmodinfo(1) -i option. The wildcard character * is supported in the name section of module identifier. Wildcard meaning is `any of avalaible modules' and is honoured only when list mode (-L option) is used. Using wildcard character for both module identifiers will lead to an error.EXAMPLES$ tcmodchain -C encode:null multiplex:null -d 1[encode_null.so] v0.0.3 (2005-06-05) null (fake) A/V encoder
$ tcmodchain -L 'encode:*' multiplex:null copy
PLEASE NOTE that output of this example may vary depending
of your installation.
$ tcmodchain -L encode:null 'multiplex:*' avi
RETURN VALUEStcmodchain uses following return values: 0 successfull 1 bad parameter or command line option 2 error while (un)loading a module 3 given module pair isn't compatible 4 error while looking for module(s)AUTHORStcmodchain was written by Francesco Romani<fromani@gmail.com> with contributions from many others. See AUTHORS for details. SEE ALSOtranscode(1) tcmodinfo(1)
Visit the GSP FreeBSD Man Page Interface. |