Package net.bramp.ffmpeg.job
Class FFmpegJob
java.lang.Object
net.bramp.ffmpeg.job.FFmpegJob
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
SinglePassFFmpegJob,TwoPassFFmpegJob
A FFmpegJob is a single job that can be run by FFmpeg. It can be a single pass, or a two pass
job.
- Author:
- bramp
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEnum representing the execution state of an FFmpeg job. -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new FFmpeg job with the given FFmpeg instance.FFmpegJob(FFmpeg ffmpeg, ProgressListener listener) Constructs a new FFmpeg job with the given FFmpeg instance and progress listener. -
Method Summary
-
Constructor Details
-
FFmpegJob
Constructs a new FFmpeg job with the given FFmpeg instance. -
FFmpegJob
Constructs a new FFmpeg job with the given FFmpeg instance and progress listener.
-
-
Method Details
-
getState
-