1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<refentry id="stdin" xmlns="http://docbook.org/ns/docbook" version="5.0">
<!--
Header
-->
<refmeta>
<refentrytitle>glasscommander</refentrytitle>
<manvolnum>1</manvolnum>
<refmiscinfo class='source'>January 2020</refmiscinfo>
<refmiscinfo class='manual'>Linux Audio Manual</refmiscinfo>
</refmeta>
<refnamediv>
<refname>glasscommander</refname>
<refpurpose>High-density GUI front-end for the
<command>glasscoder</command><manvolnum>1</manvolnum>
audio encoder</refpurpose>
</refnamediv>
<info>
<author>
<personname>
<firstname>Fred</firstname>
<surname>Gleason</surname>
<email>fredg@paravelsystems.com</email>
</personname>
<contrib>Application Author</contrib>
</author>
</info>
<!--
Body
-->
<refsynopsisdiv id='synopsis'>
<cmdsynopsis>
<command>glasscommander</command> <arg choice='opt'><replaceable>OPTIONS</replaceable></arg>
<sbr/>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1 id='description'><title>Description</title>
<para>
<command>glasscommander</command><manvolnum>1</manvolnum> is a high-density
GUI front end for the <command>glasscoder</command><manvolnum>1</manvolnum>
audio encoder. It provides a convenient and discoverable means for
creating and saving <command>glasscoder</command><manvolnum>1</manvolnum>
invocations and an instance management system (fully compatible with that of
<command>glassgui</command><manvolnum>1</manvolnum>) for saving multiple
sets of configurations on the local system in a manner that conserves
screen real-estate.
<command>glasscommander</command><manvolnum>1</manvolnum> is capable
of hosting dozens of simultaneous
<command>glasscoder</command><manvolnum>1</manvolnum> instances while
still allowing easy access to the control and status of each one.
</para>
</refsect1>
<refsect1 id='options'><title>Options</title>
<variablelist remap='TP'>
<varlistentry>
<term><option>--instance-directory=</option><replaceable>dir</replaceable></term>
<listitem>
<para>
Use <replaceable>dir</replaceable> as the location for storing
instance data. Default value is
<userinput>$HOME/.glassgui</userinput>.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 id='author'><title>Author</title>
<para>
Fred Gleason <fredg@paravelsystems.com>
</para>
</refsect1>
<refsect1 id='see_also'><title>See Also</title>
<para>
<citerefentry>
<refentrytitle>glasscoder</refentrytitle><manvolnum>1</manvolnum>
</citerefentry>,
<citerefentry>
<refentrytitle>glassgui</refentrytitle><manvolnum>1</manvolnum>
</citerefentry>
</para>
</refsect1>
</refentry>
|