| Interface | Description |
|---|---|
| Fragmenter | |
| Mp4Builder |
Transforms a
Movie object to an IsoFile. |
| Class | Description |
|---|---|
| BetterFragmenter |
Created by sannies on 26.03.2016.
|
| ByteBufferHelper |
Used to merge adjacent byte buffers.
|
| DefaultFragmenterImpl |
Finds start samples within a given track so that:
Each segment is at least
fragmentLength seconds long
The last segment might be almost twice the size of the rest
|
| DefaultMp4Builder |
Creates a plain MP4 file from a video.
|
| FragmentedMp4Builder |
Creates a fragmented MP4 file.
|
| StaticFragmentIntersectionFinderImpl |
Uses a predefined list of sample numbers to divide up a track.
|
| SyncSampleIntersectFinderImpl |
This
FragmentIntersectionFinder cuts the input movie video tracks in
fragments of the same length exactly before the sync samples. |
Copyright © 2017. All rights reserved.