Package net.bramp.ffmpeg.builder
Class FFprobeBuilder
java.lang.Object
net.bramp.ffmpeg.builder.FFprobeBuilder
Builds a ffprobe command line.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddExtraArgs(String... values) Adds extra command-line arguments to the ffprobe command.build()Builds the FFprobe command-line arguments.Sets the input file to probe.Sets the input file or URL to probe.Sets the input path to probe.setShowChapters(boolean showChapters) Sets whether to show chapter information.setShowFormat(boolean showFormat) Sets whether to show format information.setShowFrames(boolean showFrames) Sets whether to show frame information.setShowPackets(boolean showPackets) Sets whether to show packet information.setShowStreams(boolean showStreams) Sets whether to show stream information.setUserAgent(String userAgent) Sets the HTTP user agent string.
-
Constructor Details
-
FFprobeBuilder
public FFprobeBuilder()
-
-
Method Details
-
setShowFormat
Sets whether to show format information. -
setShowStreams
Sets whether to show stream information. -
setShowChapters
Sets whether to show chapter information. -
setShowFrames
Sets whether to show frame information. -
setShowPackets
Sets whether to show packet information. -
setUserAgent
Sets the HTTP user agent string. -
setInput
Sets the input file or URL to probe. -
setInput
Sets the input file to probe. -
setInput
Sets the input path to probe. -
addExtraArgs
Adds extra command-line arguments to the ffprobe command. -
build
Builds the FFprobe command-line arguments.
-