Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

moodbar(1) [debian man page]

MOODBAR(1)						      General Commands Manual							MOODBAR(1)

NAME
moodbar - program to compute 'mood bars' for audio files SYNOPSIS
moodbar [input file] [-o output file] DESCRIPTION
This manual page documents briefly the moodbar command. moodbar is a program that computes colorful 'mood bars' for audio files. It is intended to be used as a component of a media player program such as amaroK, and is not generally useful when manually invoked. In particular, moodbar cannot directly render its results to an image. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes ('--'). A summary of options is included below. -? --help Show summary of options. -o --output Set output file. --help-all Show a list of all options. --help-gst Show a list of gstreamer options. AUTHOR
This manual page was written by Bryan Donlan <bdonlan@gmail.com> for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. COPYRIGHT
Copyright (C) 2007 Bryan Donlan 0.1.2 2007-04-05 MOODBAR(1)

Check Out this Related Man Page

CONFIG-MANAGER(1)					      General Commands Manual						 CONFIG-MANAGER(1)

NAME
cm -- Work with configs. SYNOPSIS
cm [-a] [-v] [-d] [-s] [-p] [-r] [-n] DESCRIPTION
This manual page documents briefly the cm tool. This manual page was written for the Debian distribution because the original program does not have a manual page. cm is a program that manages directory trees. The components of a directory tree are specified by a recipe (also known as a config). A recipe can specify that the directories components should be retrieved via Arch, CVS, HTTP or FTP as appropriate. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the Info files. -h --help Show summary of options. -v --version Show version of program. SEE ALSO
tla (1) AUTHOR
This manual page was written by Anand Kumria wildfire@progsoc.org for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. CONFIG-MANAGER(1)
Man Page

We Also Found This Discussion For You

1. Shell Programming and Scripting

Some colorful progress bars

Hi Folks, I've been playing around implementing some colorful progress bars using shell scripting. I thought it would nice to share my work :) If you like em, feel free to use em :D Cheers #!/bin/sh # progbar3.sh # Simulate a progress bar with colors # Author: Sofiane Cherchalli... (1 Reply)
Discussion started by: sofianito
1 Replies