Uses of Class
net.bramp.ffmpeg.builder.AbstractFFmpegStreamBuilder
Packages that use AbstractFFmpegStreamBuilder
-
Uses of AbstractFFmpegStreamBuilder in net.bramp.ffmpeg.builder
Classes in net.bramp.ffmpeg.builder with type parameters of type AbstractFFmpegStreamBuilderModifier and TypeClassDescriptionclassAbstractFFmpegStreamBuilder<T extends AbstractFFmpegStreamBuilder<T>>This abstract class holds flags that are both applicable to input and output streams in the ffmpeg command, while flags that apply to a particular direction (input/output) are located inFFmpegOutputBuilder.Subclasses of AbstractFFmpegStreamBuilder in net.bramp.ffmpeg.builderModifier and TypeClassDescriptionclassAbstractFFmpegInputBuilder<T extends AbstractFFmpegInputBuilder<T>>Abstract base class for building FFmpeg input arguments.classAbstractFFmpegOutputBuilder<T extends AbstractFFmpegOutputBuilder<T>>Builds a representation of a single output/encoding setting.classBuilder for FFmpeg file-based input arguments.classBuilder for FFmpeg HLS (HTTP Live Streaming) output arguments.classBuilder for standard FFmpeg output arguments. -
Uses of AbstractFFmpegStreamBuilder in net.bramp.ffmpeg.modelmapper
Methods in net.bramp.ffmpeg.modelmapper with type parameters of type AbstractFFmpegStreamBuilderModifier and TypeMethodDescriptionstatic <T extends AbstractFFmpegStreamBuilder<?>>
voidMapper.map(AudioEncodingOptions opts, T dest) Maps audio encoding options to the given stream builder.static <T extends AbstractFFmpegStreamBuilder<?>>
voidMapper.map(EncodingOptions opts, T dest) Maps all encoding options to the given stream builder.static <T extends AbstractFFmpegStreamBuilder<?>>
voidMapper.map(MainEncodingOptions opts, T dest) Maps main encoding options to the given stream builder.static <T extends AbstractFFmpegStreamBuilder<?>>
voidMapper.map(VideoEncodingOptions opts, T dest) Maps video encoding options to the given stream builder.