Mp4Settings.Builder |
Mp4Settings.Builder.audioDuration(String audioDuration) |
Specify this setting only when your output will be consumed by a downstream repackaging workflow that is
sensitive to very small duration differences between video and audio.
|
Mp4Settings.Builder |
Mp4Settings.Builder.audioDuration(CmfcAudioDuration audioDuration) |
Specify this setting only when your output will be consumed by a downstream repackaging workflow that is
sensitive to very small duration differences between video and audio.
|
static Mp4Settings.Builder |
Mp4Settings.builder() |
|
Mp4Settings.Builder |
Mp4Settings.Builder.cslgAtom(String cslgAtom) |
When enabled, file composition times will start at zero, composition times in the 'ctts' (composition time to
sample) box for B-frames will be negative, and a 'cslg' (composition shift least greatest) box will be
included per 14496-1 amendment 1.
|
Mp4Settings.Builder |
Mp4Settings.Builder.cslgAtom(Mp4CslgAtom cslgAtom) |
When enabled, file composition times will start at zero, composition times in the 'ctts' (composition time to
sample) box for B-frames will be negative, and a 'cslg' (composition shift least greatest) box will be
included per 14496-1 amendment 1.
|
Mp4Settings.Builder |
Mp4Settings.Builder.cttsVersion(Integer cttsVersion) |
Ignore this setting unless compliance to the CTTS box version specification matters in your workflow.
|
Mp4Settings.Builder |
Mp4Settings.Builder.freeSpaceBox(String freeSpaceBox) |
Inserts a free-space box immediately after the moov box.
|
Mp4Settings.Builder |
Mp4Settings.Builder.freeSpaceBox(Mp4FreeSpaceBox freeSpaceBox) |
Inserts a free-space box immediately after the moov box.
|
Mp4Settings.Builder |
Mp4Settings.Builder.moovPlacement(String moovPlacement) |
To place the MOOV atom at the beginning of your output, which is useful for progressive downloading: Leave
blank or choose Progressive download.
|
Mp4Settings.Builder |
Mp4Settings.Builder.moovPlacement(Mp4MoovPlacement moovPlacement) |
To place the MOOV atom at the beginning of your output, which is useful for progressive downloading: Leave
blank or choose Progressive download.
|
Mp4Settings.Builder |
Mp4Settings.Builder.mp4MajorBrand(String mp4MajorBrand) |
Overrides the "Major Brand" field in the output file.
|
Mp4Settings.Builder |
Mp4Settings.toBuilder() |
|