tmkk/XLDFdkAacOutput
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
WHAT IS THIS? ------------- This is a FDK AAC encoder plugin for an application named X Lossless Decoder (XLD). XLD works on Mac OS X 10.4 and later. Get it from http://tmkk.pv.land.to/xld/index_e.html HOW TO USE ---------- 1. Build with Xcode (release build is recommended) 2. Copy XLDFdkAacOutput.bundle to ~/Library/Application Support/XLD/PlugIns directory 3. Launch XLD and configure the plugin VBR QUALITY MAPPING ------------------- VBR Quality is mapped to 10 independent degrees according to AACENC_AOT and AACENC_BITRATEMODE parameters in the FDK AAC encoder. Here is a mapping: QUALITY | AACENC_AOT | AACENC_BITRATEMODE ---------+------------+-------------------- 0 | 29 (HE v2) | 1 1 | 29 | 2 2 | 5 (HE) | 1 3 | 5 | 2 4 | 5 | 3 5 | 5 | 4 6 | 2 (LC) | 2 7 | 2 | 3 8 | 2 | 4 9 | 2 | 5 SOURCE CODE MODIFICATIONS ------------------------- Some modifications are added to the original source code. FDK: - Added inline assembly optimization for multiply-and-shift routine (ppc) see fdk-aac.diff for details. L-SMASH: - 'free' atom is inserted into 'meta' atom for padding see l-smash.diff for details. CREDITS ------- This plugin includes the code from - FDK AAC Encoder https://github.com/mstorsjo/fdk-aac - L-SMASH https://code.google.com/p/l-smash/ For the license of these products, see fdk-aac/NOTICE and l-smash/LICENSE, respectively.
About
FDK AAC encoder plugin for XLD
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published