public class VideoProcessor extends Object
| Constructor and Description |
|---|
VideoProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
catClipsTogether(List<File> videos,
File destination,
VideoProgressListener progress)
Concatenate input video files to a destination file.Destination file and parent directory must
be writeable.
|
boolean |
isEnabled() |
public boolean isEnabled()
public void catClipsTogether(List<File> videos, File destination, VideoProgressListener progress) throws FileNotFoundException, IllegalArgumentException, InputFormatException, EncoderException
videos - The list of videos on the local filesystem that are readable by this process that
will be concatenated togetherdestination - The target file to write to. The target file must be unique to this process
and writeable.progress - Track progress of processingFileNotFoundException - If the destination cannot be createdEncoderException - error in encodingInputFormatException - error in input argumentsIllegalArgumentException - thrown when parameters don't matchCopyright © 2020. All rights reserved.