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