Skip to content

Encoder: ALAC

Jeremy Herbison edited this page Jun 18, 2018 · 2 revisions

A managed wrapper for the Apple Lossless Audio Codec. On Windows, AudioWorks requires iTunes (or, at minimum, the Apple Application Support package, which can be extracted from the iTunes installer using a tool such as 7-Zip). This encoder is not available on Linux.

As a lossless format, ALAC is comparable to FLAC in compression ratio. It is somewhat less commonly supported than FLAC, although it is well supported on MacOS and iOS. It is also supported on Windows 10.

Encoder settings

Padding

Default: 2048 (0 = disabled, 16775369 = maximum)

The amount of padding (in bytes) added to the beginning of the file. Padding allows for the later addition of metadata without having the re-write the entire file. 2048 bytes matches iTunes' behavior.

CreationTime

Default: None (Accepted values: Any valid DateTime)

Overrides the creation time recorded in several MP4 atoms. This parameter is mostly used for testing, to produce consistent results.

ModificationTime

Default: None (Accepted values: Any valid DateTime)

Overrides the modification time recorded in several MP4 atoms. This parameter is mostly used for testing, to produce consistent results.