~ubuntu-branches/ubuntu/trusty/soundconverter/trusty-updates

« back to all changes in this revision

Viewing changes to doc/soundconverter.1

  • Committer: Bazaar Package Importer
  • Author(s): William Alexander Grant
  • Date: 2006-09-25 07:25:55 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060925072555-x4bd5pj4y6dhl86d
Tags: 0.9.1-0ubuntu1
* Preemptive fake sync from Sid. This is actually 0.9.1-1.
* New upstream release.
  - Change gstreamer0.8* dependencies to the equivalent gstreamer0.10 ones
    (Closes: #380473).
  - Drop the Debian .desktop, as there's now one included upstream.
  - Use CDBS, as the new upstream uses autotools.
  - Add python-gtk2 to Build-Depends-Indep, due to autotools detection.
* Bumped debhelper dependency to >= 5.
* New maintainer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH SOUNDCONVERTER 1 2004-12-31 "GNOME" "GNOME User's Manual"
 
2
.SH NAME
 
3
soundconverter \- convert sound files to other formats
 
4
.SH SYNOPSIS
 
5
.BR soundconverter " [options] [file...]"
 
6
.SH DESCRIPTION
 
7
.B soundconverter
 
8
is a simple tool for converting sound files to other formats.
 
9
It can work from the command line, but is really meant for interactive
 
10
use in the GNOME environment.
 
11
.SH OPTIONS
 
12
.TP
 
13
.BR \-h ", "\-\-help
 
14
Print out a usage summary.
 
15
.TP
 
16
.BR \-b ", "\-\-batch
 
17
Convert in batch mode, from command line, without a graphical user interface. 
 
18
You can use this from, say, shell scripts.
 
19
.TP
 
20
.BR \-m ", "\-\-mime\-type " \fIarg\fR"
 
21
Set the output MIME type for batch mode. 
 
22
The default is audio/x-vorbis. 
 
23
Note that you probably want to set the output suffix as well.
 
24
.TP
 
25
.BR \-q ", "\-\-quiet
 
26
Be quiet. 
 
27
Don't write normal output, only errors.
 
28
.TP
 
29
.BR \-s ", "\-\-suffix " \fIarg\fR"
 
30
Set the output filename suffix for batch mode. 
 
31
The default is .ogg.
 
32
Note that the suffix does not affect the output MIME type.
 
33
.TP
 
34
.BR \-t ", "\-\-tags
 
35
Show tags for input files instead of converting them. 
 
36
This indicates command line batch mode and disables the 
 
37
graphical user interface.
 
38
.SH AUTHOR
 
39
Lars Wirzenius (liw@iki.fi).