from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites:gentoo.linuxhowtos.org



Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

209583

userrating:


May 25th. 2007:
Words

486

Views

258591

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

149881

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





FAAC

Section: Free Advanced Audio Coder (1)
Updated: 201-0-16
Index Return to Main Contents

 

NAME

faac - open source MPE-4 and MPE-2 AAC encoder

 

SYNOPSIS

faac [options] [-o outfile] infiles ...

<infiles> and/or <outfile> can be "-", which means stdin/stdout.

 

DESCRIPTION

FAAC is an open source MPE-4 and MPE-2 AAC encoder, it is licensed under the LGPL license. Note that the quality of FAAC is not up to par with the currently best AAC encoders available.

 

FEATURES

* Portable
* Fast
* LC, Main, LTP support
* DRM support through DreaM (optional)

 

HELP OPTIONS

-h
Short help on using FAAC
-H
Description of all options for FAAC
-license
License terms for FAAC.
-hel-qual
Qualit-related options
-hel-io
Input/output options
-hel-mp4
MP4 specific options Qualit-related options
-hel-advanced
Advanced options, only for testing purposes

 

QUALIT-RELATED OPTIONS

-q <quality>
Set encoding quality. Set default variable bitrate (VBR) quality level in percent. max. 5000, min. 10. default: 100, averages at approx. 120 kbps VBR for a normal stereo input file with 16 bit and 44.1 kHz sample rate
-b <bitrate>
Set average bitrate (ABR) to approximately <bitrate> kbps. max. ~500 (stereo)
-c <freq>
Set the bandwidth in Hz. The actual frequency is adjusted to maximize upper spectral band usage.
 

INPUT/OUTPUT OPTIONS

-o <filename>
Set output file to X (only for one input file) only for one input file; you can use *.aac, *.mp4, *.m4a or *.m4b as file extension, and the file format will be set automatically to ADTS or MP4).
-
Use stdin/stdout. If you simply use a hyphen/minus sign instead of a filename, FAAC can encode directly from stdin, thus enabling piping from other applications and utilities. The same works for stdout as well, so FAAC can pipe its output to other apps such as a server.
-v <vebose>
Verbosity level -v0 is quiet mode)
-r
Use RAW AAC output file. Generate raw AAC bitstream (i.e. without any headers). Not advised!!!, RAW AAC files are practically useless!!!
-P
Raw PCM input mode (default 44100Hz 16bit stereo). Raw PCM input mode (default: off, i.e. expecting a WAV header; necessary for input files or bitstreams without a header; using only-P assumes the default values for-R,-B and-C in the input file).
-R <samplerate>
Raw PCM input rate. Raw PCM input sample rate in Hz (default: 44100 Hz, max. 96 kHz)
-B <samplebits>
Raw PCM input sample size (8, 16 (default), 24 or 32bits). Raw PCM input sample size (default: 16, also possible 8, 24, 32 bit fixed or float input).
-C <channels>
Raw PCM input channels. Raw PCM input channels (default: 2, max. 33 + 1 LFE).
-X
Raw PCM swap input bytes Raw PCM swap input bytes (default: bigendian).
-I <C[,LFE]>
Input channel config, default is 3,4 (Center third, LF fourth) Input multichannel configuration (default: 3,4 which means Center is third and LFE is fourth like in 5.1 WAV, so you only have to specify a different position of these two mono channels in your multichannel input files if they haven't been reordered already).
-ignorelength
Ignore wav length from header (useful with files over 4 GB)
-overwrite
Overwrite existing output file
 

MP4 SPECIFIC OPTIONS

-w
Wrap AAC data in MP4 container. (default for *.mp4, *.m4a and *.m4b)
-tag <tagname,tagvalue>
Add named tag (iTunes -')
-artist <name>
Set artist name
-composer <name>
Set composer name
-title <name>
Set title/track name
-genre <number>
Set genre number
-album <name>
Set album/performer
-compilation
Mark as compilation
-track <number/total>
Set track number
-disc <number/total>
Set disc number
-year <number>
Set year
-cove-art <filename>
Read cover art from file X Supported image formats are GIF, JPEG, and PNG.
-comment <string>
Set comment
 

ADVANCED OPTIONS, ONLY FOR TESTING PURPOSES

-tns
Enable coding of TNS, temporal noise shaping.
-n-tns
Disable coding of TNS, temporal noise shaping.
-n-midside
Don't use mid/side coding.
-mpe-vers X
Force AAC MPEG version, X can be 2 or 4
-shortctl X
Enforce block type (0 = both (default); 1 = no short; 2 = no long).
 

AUTHORS

FAAC was written by M. Bakker <menno@audiocoding.com>.

Developed and maintained by Krzysztof Nikiel <knik@users.sourceforge.net>.

This manpage was written by Fabian Greffrath <fabian@debian-unofficial.org> for the Debian Unofficial project (but may be used by others, of course).


 

Index

NAME
SYNOPSIS
DESCRIPTION
FEATURES
HELP OPTIONS
QUALITY-RELATED OPTIONS
INPUT/OUTPUT OPTIONS
MP4 SPECIFIC OPTIONS
ADVANCED OPTIONS, ONLY FOR TESTING PURPOSES
AUTHORS





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 14.8 ms