├── .github └── FUNDING.yml ├── Audio.png └── README.md /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | ## Supported 4 | github: K3V1991 5 | 6 | ## Currently unsupported 7 | patreon: 8 | open_collective: 9 | ko_fi: 10 | tidelift: 11 | community_bridge: 12 | liberapay: 13 | issuehunt: 14 | otechie: 15 | lfx_crowdfunding: 16 | custom: 17 | -------------------------------------------------------------------------------- /Audio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K3V1991/QuickTime-Files-for-qaac/96380cfbc9951147457447c414993fe4fc93b828/Audio.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |

2 |

QuickTime Files for qaac CLI QuickTime AAC/ALAC Encoder

3 |
4 | 5 |

6 | 7 | 8 | 9 | 10 | 11 | 12 |

13 |
14 |
15 | 16 | ## NFO: 17 | * Apple's [Core Audio AAC Encoder](https://wiki.hydrogenaud.io/index.php?title=Apple_AAC) for [qaac](https://github.com/nu774/qaac) 18 | * Required for qaac to encode without installing iTunes, QuickTime, or Apple Application Support 19 | * Extracted from the iTunes Installer using the [makeportable](https://github.com/nu774/makeportable) Script from the [qaac's Site](https://sites.google.com/site/qaacpage) 20 |
21 | 22 | ## Installation: 23 | 1. Download the latest Release Zip 24 | 2. Extract and place the Files besides the qaac Executable File 25 | 3. qaac is now portable 26 |
27 | 28 | ## icudt62.dll Dummy File: 29 | * The "icudt62.dll" aka the International Components for Unicode Data File inside the QT Zip is just a Dummy File because most of the Content in the icudt62.dll is not required and saves Disk Space 30 | * The File icudt62.dll can't be deleted, the Encoder would refuse to work if it is not present 31 | * Original Files under Releases 32 | * Generated using [Dummy DLL Generator](https://github.com/ykhwong/dummy-dll-generator) 33 |
34 | 35 | ## Microsoft Visual C++ Runtime: 36 | * If you have it installed, no need to copy msvcp140.dll and vcruntime140.dll 37 |
38 | 39 | ## More Infos: 40 | * [Apple AAC - hydrogenaud](https://wiki.hydrogenaud.io/index.php?title=Apple_AAC) 41 | * [EAC and QAAC - hydrogenaudio](https://wiki.hydrogenaud.io/index.php?title=EAC_and_QAAC) 42 | --------------------------------------------------------------------------------