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 -d, --debug
33 Print additional debug information.
34
35 -s, --suffix arg
36 Set the output filename suffix for batch mode. The default is
37 .ogg. Note that the suffix does not affect the output MIME
38 type.
39
40 -t, --tags
41 Show tags for input files instead of converting them. This
42 indicates command line batch mode and disables the graphical
43 user interface.
44
45 -j, --jobs=
46 Force number of concurent conversions. Default is one per
47 present CPU.
48
50 Lars Wirzenius (liw@iki.fi). Gautier Portet (kassoulet@gmail.com) Uwe
51 Bugla (uwe.bugla@gmx.de).
52
53
54
55GNOME 2009-06-10 SOUNDCONVERTER(1)