File: sbcenc.1

package info (click to toggle)
sbc 1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,656 kB
  • sloc: sh: 11,276; ansic: 5,056; makefile: 50
file content (53 lines) | stat: -rw-r--r-- 749 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.TH SBCENC 1 "2012-11-15" "1.0" ""

.SH NAME
sbcenc \- SBC encoder utility

.SH SYNOPSIS
.B sbcenc
.RI [options]
.RI file(s)

.SH DESCRIPTION
.B sbcenc
command encode SBC audio file.

.SH OPTIONS:
.TP
.B \\-h, --help
Display help

.TP
.B \\-v, --verbose
Verbose mode

.TP
.B \\-s, --subbands
Number of subbands to use (4 or 8)

.TP
.B \\-b, --bitpool
Bitpool value (default is 32)

.TP
.B \\-j, --joint
Joint stereo

.TP
.B \\-d, --dualchannel
Dual channel

.TP
.B \\-S, --snr
Use SNR mode (default is loudness)

.TP
.B \\-B, --blocks
Number of blocks (4, 8, 12 or 16)

.SH AUTHOR
Marcel Holtmann <marcel@holtmann.org>

.PP
This manual page was written by Nobuhiro Iwamatsu <iwamatsu@debian.org>,
for the Debian project (but may be used by others).