Difference between revisions of "Documentation:Modules/fdkaac"

From VideoLAN Wiki
Jump to navigation Jump to search
(Create page marked up/adapted from source code/changelog)
 
m (Replace {{PS}} with PS)
 
Line 37: Line 37:
 
|min=0
 
|min=0
 
|max=2
 
|max=2
|description=1 is explicit for SBR (<var>SIGNALING_COMPATIBLE</var>) and implicit for {{PS}} (default), 2 is explicit hierarchical
+
|description=1 is explicit for SBR (<var>SIGNALING_COMPATIBLE</var>) and implicit for [[PS]] (default), 2 is explicit hierarchical
 
}}
 
}}
  

Latest revision as of 22:50, 23 April 2019

Module: fdkaac
Type Muxer
First VLC version 2.1.0
Last VLC version -
Operating system(s) all
Description FDK-AAC Audio encoder
Shortcut(s) fdkaac

This module is dual-licenced under LGPL 2.1 and BSD 2-clause. modules/codec/avcodec.c (FAAC) used to handle encoding AAC, but it is not used anymore.

Options

  • sout-fdkaac-profile <integer> {2,5,29,23,39} : Encoder Algorithm to use (2: AAC-LC, 5: HE-AAC, 29: HE-AAC-v2, 23: AAC-LD, 39: AAC-ELD) default value: PROFILE_AAC_LC
  • sout-fdkaac-sbr <boolean> : Enable spectral band replication—This is an optional feature only for the AAC-ELD profile default value: disabled
  • sout-fdkaac-vbr <integer [0 .. 5]> : Quality of the VBR Encoding (0=cbr, 1-5 constant vbr quality, 5 is the best) default value: 0
  • sout-fdkaac-afterburner <boolean> : This library will produce higher quality audio at the expense of additional CPU usage (default is enabled) default value: enabled
  • sout-fdkaac-signaling <integer [0 .. 2]> : 1 is explicit for SBR (SIGNALING_COMPATIBLE) and implicit for PS (default), 2 is explicit hierarchical default value: SIGNALING_COMPATIBLE

Source code

This page is part of official VLC media player Documentation (User GuideStreaming HowToHacker GuideModules)
Please read the Documentation Editing Guidelines before you edit the documentation
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.