nu774 is a Japanese developer whose public GitHub presence revolves around a small, highly specialized suite of command-line audio utilities that bridge Apple’s proprietary QuickTime codecs with the Windows ecosystem. The flagship tool, qaac, re-packages the iTunes/QuickTime AAC and ALAC encoders so they can be invoked from any Windows terminal or batch script, giving audiophiles, video subbers, and streaming technicians access to Apple’s widely respected True-VBR and TVBR quality modes without installing the full iTunes client. Companion utilities such as refalac add open-source ALAC encoding, while sndfile-convert, makeportable, and x-he-aac provide lightweight transcoding, library stripping, and experimental codec testing. Typical workflows include muxing TV broadcasts into M4V containers, preparing transparent-quality tracks for music streaming services, or creating reference files that hardware devices like iPods and CarPlay units decode natively. Because the tools expose every QuickTime tuning parameter—from gapless playback flags to Apple’s Mastered-for-iTunes sample-rate conversion—power users embed them in FFmpeg pipes, automated rip-and-encode farms, and CI pipelines that must match Apple’s broadcast specifications. The entire nu774 collection is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always fetch the latest upstream binaries, and can be installed in a single batch command alongside other audio or video utilities.

qaac

CLI QuickTime AAC/ALAC encoder

Details