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

GPE-BLUETOOTH(1)						   gpe-bluetooth						  GPE-BLUETOOTH(1)

NAME
gpe-bluetooth - Bluetooth connectivity tool for GPE. SYNOPSIS
gpe-bluetooth [-e this] [--example that] DESCRIPTION
This manual page documents briefly the gpe-bluetooth. This manual page was written for the Debian(TM) distribution because the original program does not have a manual page. 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
bar (1), baz (1). The programs are documented fully by The Rise and Fall of a Fooish Bar available via the Info system. AUTHOR
This manual page was written by Neil Williams <codehelp@debian.org> for the Debian(TM) 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. AUTHOR
Philip Blundell Author. COPYRIGHT
Copyright (C) 2007 Neil Williams Debian 1 January 16, 2007 GPE-BLUETOOTH(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