Class FFmpegJob

java.lang.Object
net.bramp.ffmpeg.job.FFmpegJob
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
SinglePassFFmpegJob, TwoPassFFmpegJob

public abstract class FFmpegJob extends Object implements Runnable
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
  • Constructor Details

    • FFmpegJob

      public FFmpegJob(FFmpeg ffmpeg)
      Constructs a new FFmpeg job with the given FFmpeg instance.
    • FFmpegJob

      public FFmpegJob(FFmpeg ffmpeg, @Nullable ProgressListener listener)
      Constructs a new FFmpeg job with the given FFmpeg instance and progress listener.
  • Method Details