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
|
|
@ -115,6 +115,9 @@ namespace LibationFileManager
|
|||
[Description("Decrypt to lossy format?")]
|
||||
public bool DecryptToLossy { get => GetNonString(defaultValue: false); set => SetNonString(value); }
|
||||
|
||||
[Description("Move the mp4 moov atom to the beginning of the file?")]
|
||||
public bool MoveMoovToBeginning { get => GetNonString(defaultValue: false); set => SetNonString(value); }
|
||||
|
||||
[Description("Lame encoder target. true = Bitrate, false = Quality")]
|
||||
public bool LameTargetBitrate { get => GetNonString(defaultValue: false); set => SetNonString(value); }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue