Package | Description |
---|---|
org.jcodec.movtool |
Modifier and Type | Class and Description |
---|---|
class |
CompoundMP4Edit
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Like MP4Edit
|
static class |
QTEdit.BaseCommand |
Modifier and Type | Method and Description |
---|---|
MP4Edit |
QTEdit.EditFactory.parseArgs(List<String> args) |
Modifier and Type | Method and Description |
---|---|
void |
ReplaceMP4Editor.copy(File src,
File dst,
MP4Edit edit) |
boolean |
InplaceMP4Editor.copy(File src,
File dst,
MP4Edit edit)
Tries to modify movie header in place according to what's implemented in
the edit.
|
boolean |
InplaceMP4Editor.modify(File file,
MP4Edit edit)
Tries to modify movie header in place according to what's implemented in
the edit, the file gets pysically modified if the operation is
successful.
|
void |
RelocateMP4Editor.modifyOrRelocate(File src,
MP4Edit edit) |
void |
ReplaceMP4Editor.modifyOrReplace(File src,
MP4Edit edit) |
void |
RelocateMP4Editor.relocate(File src,
MP4Edit edit) |
void |
ReplaceMP4Editor.replace(File src,
MP4Edit edit) |
boolean |
InplaceMP4Editor.replace(File src,
MP4Edit edit)
Tries to modify movie header in place according to what's implemented in
the edit.
|
Constructor and Description |
---|
CompoundMP4Edit(List<MP4Edit> edits) |
Copyright © 2019. All rights reserved.