Package | Description |
---|---|
org.jcodec.containers.mp4 | |
org.jcodec.movtool |
Modifier and Type | Method and Description |
---|---|
static MP4Util.Movie |
MP4Util.createRefFullMovie(SeekableByteChannel input,
String url) |
static MP4Util.Movie |
MP4Util.createRefFullMovieFromFile(File source) |
static MP4Util.Movie |
MP4Util.parseFullMovie(File source) |
static MP4Util.Movie |
MP4Util.parseFullMovieChannel(SeekableByteChannel input) |
Modifier and Type | Method and Description |
---|---|
static void |
MP4Util.doWriteFullMovieToChannel(SeekableByteChannel out,
MP4Util.Movie movie,
int additionalSize) |
static void |
MP4Util.writeFullMovie(SeekableByteChannel out,
MP4Util.Movie movie) |
static void |
MP4Util.writeFullMovieToFile(File f,
MP4Util.Movie movie) |
Modifier and Type | Method and Description |
---|---|
List<MP4Util.Movie> |
Cut.cut(MP4Util.Movie movie,
List<Cut.Slice> commands) |
Modifier and Type | Method and Description |
---|---|
List<MP4Util.Movie> |
Cut.cut(MP4Util.Movie movie,
List<Cut.Slice> commands) |
void |
Flatten.flatten(MP4Util.Movie movie,
File video) |
void |
Flatten.flattenChannel(MP4Util.Movie movie,
SeekableByteChannel out) |
Copyright © 2019. All rights reserved.