[SCM] zita-resampler/master: Add manpage

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Oct 20 14:58:33 UTC 2010


The following commit has been merged in the master branch:
commit e29655e75fda29cc4d8a83a9baf6780b1e3a1f4c
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Oct 20 16:51:41 2010 +0200

    Add manpage

diff --git a/debian/zita-resampler.1 b/debian/zita-resampler.1
new file mode 100644
index 0000000..857f7b7
--- /dev/null
+++ b/debian/zita-resampler.1
@@ -0,0 +1,46 @@
+.TH ZITA-RESAMPLER "1" "October 2010"
+.SH NAME
+zita-resampler \- A simple resampler
+.SH SYNOPSIS
+.B zita-resampler
+\fI<options> <input file> <output file>.\fR
+.SH DESCRIPTION
+.B Zita-resampler
+is a simple resampling application written with the libzita-resampler
+library.
+.PP
+Input format is any file readable by libsndfile, output is either WAV
+(WAVEX for more than 2 channels)  or CAF. Apart from resampling, users
+can change the sample format to 16-bit, 24-bit or float, and for 16-bit
+output, add dithering.
+.PP
+Available dithering types are rectangular, triangular and Lipschitz'
+optimised error feedback filter.
+.SH OPTIONS
+.TP
+\fB\-\-help\fR
+Display this text.
+.TP
+\fB\-\-caf\fR, \fB\-\-wav\fR, \fB\-\-amb\fR
+Output file type.
+.TP
+\fB\-\-rate\fR <sample rate>
+Output sample rate.
+.TP
+\fB\-\-16bit\fR, \fB\-\-24bit\fR, \fB\-\-float\fR
+Output sample format.
+.TP
+\fB\-\-rec\fR, \fB\-\-tri\fR, \fB\-\-lips\fR
+Dither type (16 bit).
+.PP
+The default output file format is wav, 24\-bit, no dithering.
+Integer output formats are clipped, float output is not.
+.PP
+.SH "SEE ALSO"
+Some examples of dithering are available here:
+.B http://www.kokkinizita.net/linuxaudio/dithering.html
+.SH "AUTHOR"
+zita-resampler was written by Fons Adriaensen <fons at kokkinizita.net>.
+.PP
+This manual page was written by Alessio Treglia <alessio at debian.org>
+for the Debian project (but may be used by others).
diff --git a/debian/zita-resampler.manpages b/debian/zita-resampler.manpages
new file mode 100644
index 0000000..c312b84
--- /dev/null
+++ b/debian/zita-resampler.manpages
@@ -0,0 +1 @@
+debian/zita-resampler.1

-- 
zita-resampler packaging



More information about the pkg-multimedia-commits mailing list