public class DefaultFragmenterImpl extends Object implements Fragmenter
FragmentIntersectionFinder cuts the input movie in 2 second
snippets.| Constructor and Description |
|---|
DefaultFragmenterImpl(double fragmentLength) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
long[] |
sampleNumbers(Track track)
Gets the ordinal number of the samples which will be the first sample
in each fragment (First sample == 1).
|
public static void main(String[] args)
public long[] sampleNumbers(Track track)
sampleNumbers in interface Fragmentertrack - concerned trackCopyright © 2019. All rights reserved.