shithub: aacenc

Download patch

ref: 0cd628b6d8d37df073c3974f03f3ffbab7336c3f
parent: a97e894cf28bd775910c3c727adb401e4615dc27
author: menno <menno>
date: Mon Dec 15 19:56:00 EST 2008

Added manpage for FAAC
Thanks to Fabian Greffrath

--- /dev/null
+++ b/faac.1
@@ -1,0 +1,124 @@
+.TH FAAC 1 "2007-10-11" "1.26" "Free Advanced Audio Coder"
+
+.SH NAME
+faac \- open source MPEG-4 and MPEG-2 AAC encoder
+
+.SH SYNOPSIS
+.B faac
+.RI [ options ]
+.RI [\-o\  outfile ]
+.I infiles
+.RI ...
+.PP
+.RI < infiles >
+and/or
+.RI < outfile >
+can be "\-", which means stdin/stdout.
+
+.SH DESCRIPTION
+.B FAAC
+is an open source MPEG-4 and MPEG-2 AAC encoder, it is licensed under the LGPL license.
+Note that the quality of 
+.B FAAC
+is not up to par with the currently best AAC encoders available.
+
+.SH FEATURES
+.TP
+* Portable
+.TP
+* Reasonably fast
+.TP
+* LC, Main, LTP support
+.TP
+* DRM support through DreaM (optional)
+
+.SH OPTIONS
+.TP
+.BR \-q\  <\fIquality\fP>
+Set default variable bitrate (VBR) quantizer quality in percent (default: 100).
+.TP
+.BR \-b\  <\fIbitrate\fP>
+Set average bitrate (ABR, lower quality mode) to approximately \fIbitrate\fP kbps.
+.TP
+.BR \-c\  <\fIfreq\fP>
+Set the bandwidth in Hz (default: automatic).
+.TP
+.BR \-o\  \fIX\fP
+Set output file to \fIX\fP (only for one input file).
+.TP
+.BR \-r
+Use RAW AAC output file.
+.TP
+.BR \-P
+Raw PCM input mode (default: 44100Hz 16bit stereo).
+.TP
+.BR \-R
+Raw PCM input rate.
+.TP
+.BR \-B
+Raw PCM input sample size (8, 16 [default], 24 or 32bits).
+.TP
+.BR \-C
+Raw PCM input channels.
+.TP
+.BR \-X
+Raw PCM swap input bytes
+.TP
+.BR \-I\  <\fIC\fP,\fILF\fP>
+Input channel config (default: 3,4 [which means Center is third and LFE is fourth]).
+
+.SH MP4-SPECIFIC OPTIONS (if built with MP4V2)
+.TP
+.BR \-w
+Wrap AAC data in MP4 container (default for *.mp4 and *.m4a).
+.TP
+.BR \-\-artist\  \fIX\fP
+Set artist to \fIX\fP
+.TP
+.BR \-\-writer\  \fIX\fP
+Set writer to \fIX\fP
+.TP
+.BR \-\-title\  \fIX\fP
+Set title to \fIX\fP
+.TP
+.BR \-\-genre\  \fIX\fP
+Set genre to \fIX\fP
+.TP
+.BR \-\-album\  \fIX\fP
+Set album to \fIX\fP
+.TP
+.BR \-\-compilation
+Set compilation
+.TP
+.BR \-\-track\  \fIX\fP
+Set track to \fIX\fP (number/total)
+.TP
+.BR \-\-disc\  \fIX\fP
+Set disc to \fIX\fP (number/total)
+.TP
+.BR \-\-year\  \fIX\fP
+Set year to \fIX\fP
+.TP
+.BR \-\-cover-art\  \fIX\fP
+Read cover art from file \fIX\fP
+.TP
+.BR \-\-comment\  \fIX\fP
+Set comment to \fIX\fP
+
+.SH DOCUMENTATION
+.TP
+.BR \-\-help
+for short help on using FAAC.
+.TP
+.BR \-\-long-help
+for a description of all options for FAAC.
+.TP
+.BR \-\-license
+for the license terms for FAAC.
+
+.SH AUTHORS
+.B FAAC
+was written by M. Bakker <menno@audiocoding.com>.
+.PP
+This manpage was written by Fabian Greffrath <fabian@debian\-unofficial.org>
+for the Debian Unofficial project (but may be used by others, of course).
\ No newline at end of file
--- a/frontend/Makefile.am
+++ b/frontend/Makefile.am
@@ -1,4 +1,5 @@
 bin_PROGRAMS = faac
+man_MANS = ../docs/faac.1
 
 faac_SOURCES = main.c input.c