Uses of Class
net.bramp.ffmpeg.FFmpeg
Packages that use FFmpeg
-
Uses of FFmpeg in net.bramp.ffmpeg
Constructors in net.bramp.ffmpeg with parameters of type FFmpegModifierConstructorDescriptionFFmpegExecutor(FFmpeg ffmpeg) Constructs an FFmpegExecutor with the specified FFmpeg instance.FFmpegExecutor(FFmpeg ffmpeg, FFprobe ffprobe) Constructs an FFmpegExecutor with the specified FFmpeg and FFprobe instances. -
Uses of FFmpeg in net.bramp.ffmpeg.job
Constructors in net.bramp.ffmpeg.job with parameters of type FFmpegModifierConstructorDescriptionConstructs 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.SinglePassFFmpegJob(FFmpeg ffmpeg, FFmpegBuilder builder) Constructs a new single-pass FFmpeg job.SinglePassFFmpegJob(FFmpeg ffmpeg, FFmpegBuilder builder, ProgressListener listener) Creates a new single-pass FFmpeg job with the given progress listener.TwoPassFFmpegJob(FFmpeg ffmpeg, FFmpegBuilder builder) Constructs a new two-pass FFmpeg job.TwoPassFFmpegJob(FFmpeg ffmpeg, FFmpegBuilder builder, ProgressListener listener) Creates a new two-pass FFmpeg job with the given progress listener.