tcmodinfo - Get and Set information in transcode modules
tcmodinfo [ -i name ] [ -m path ] [ -t type ] [ -M param ] [ -C param ] [ -s socket ] [ -p ] [ -d verbosity ] [ -v ]
tcmodinfo is Copyright (C) by Tilmann Bitterberg/Transcode Team
tcmodinfo loads a supplied transcode(1) module and prints its parameters, or inquiry about default settings. It can also connect to transcode through a socket to do runtime configuration of transcode and its filters. Anyway, this last feature may be moved to some other helper program in future releases.
-i name
Specify the name of the module. Name is specified without the
prefix (i.e., filter_)_ and without the suffix .so So if you
want information about filter_smooth.so, just supply smooth
-m path
Look in Path instead of the compiled-in module path for a
module.
-t type
Specify the Type of module to load. Default is filter modules.
In current (1.1.0) release, tcmodinfo support 'filter', 'encode'
and 'multiplex' module types. More types will be added in future
releases, to cover all the transcode module range.
-M parameter
Print out the default setting of given parameter of a given (use
-i/-t options too) module. If parameter isn't known, nothing
will be print out.
Caution: -M can't be used together with -C
-C configuration string
Request to configure the module using given configuration
string. Meaning of configuration string is of course module
dependent, but format is always
param1:key1=val1:param2:param3:key2=val2
This option is used for debug purposes, you usually shouldn't
need it.
Caution: -C can't be used together with -M
-s socket
Connect to socket socket. You can use this socket to do runtime
configuration of transcode. For all the boring details about the
socket protocol have a look at /docs/filter-socket.txt.
transcode has to be started with the --socket option to open the
socket.
-d verbosity
Specify the verbosiness level to use, like transcode does.
Default value is 1 (TC_INFO verbosiness).
-p Print the compiled-in module path and exit.
-v Print version information and exit.
The command tcmodinfo -i smooth prints information about the smooth filter. tcmodinfo -i levels -t filter same as above for levels filter (-t filter it's the default) tcmodinfo -i raw -t multiplex same as above for raw multiplexor tcmodinfo -i xvid -t encode same as above for XviD encoder transcode --socket /tmp/tc-socket & echo help | tcmodinfo -s /tmp/tc-socket prints the socket help text and exits. tcmodinfo -s /tmp/tc-socket Will drop you into an interactive "shell" where you can talk to the socket.
tcmodinfo was written by Tilmann Bitterberg <[email protected]> with contributions from many others. See AUTHORS for details.
avimerge(1), avisplit(1), tccat(1), tcdecode(1), tcdemux(1), tcextract(1), tcprobe(1), tcscan(1), transcode(1)
Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.
Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.
Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.
Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.
The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.
Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.
Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.
Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.