Add option to move the moov atom to the beginning of the file.
This commit is contained in:
parent
630cfdeab3
commit
8dc912c11d
11 changed files with 440 additions and 376 deletions
|
|
@ -160,6 +160,7 @@ namespace FileLiberator
|
|||
AudibleKey = contentLic?.Voucher?.Key,
|
||||
AudibleIV = contentLic?.Voucher?.Iv,
|
||||
OutputFormat = outputFormat,
|
||||
MoveMoovToBeginning = config.MoveMoovToBeginning,
|
||||
TrimOutputToChapterLength = config.AllowLibationFixup && config.StripAudibleBrandAudio,
|
||||
RetainEncryptedFile = config.RetainAaxFile && encrypted,
|
||||
StripUnabridged = config.AllowLibationFixup && config.StripUnabridged,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue