Uses of Class
net.bramp.ffmpeg.builder.FFprobeBuilder
Packages that use FFprobeBuilder
-
Uses of FFprobeBuilder in net.bramp.ffmpeg
Methods in net.bramp.ffmpeg that return FFprobeBuilderMethods in net.bramp.ffmpeg with parameters of type FFprobeBuilderModifier and TypeMethodDescriptionFFprobe.probe(FFprobeBuilder builder) Probes media using the supplied FFprobeBuilder. -
Uses of FFprobeBuilder in net.bramp.ffmpeg.builder
Methods in net.bramp.ffmpeg.builder that return FFprobeBuilderModifier and TypeMethodDescriptionFFprobeBuilder.addExtraArgs(String... values) Adds extra command-line arguments to the ffprobe command.Sets the input file to probe.Sets the input file or URL to probe.Sets the input path to probe.FFprobeBuilder.setShowChapters(boolean showChapters) Sets whether to show chapter information.FFprobeBuilder.setShowFormat(boolean showFormat) Sets whether to show format information.FFprobeBuilder.setShowFrames(boolean showFrames) Sets whether to show frame information.FFprobeBuilder.setShowPackets(boolean showPackets) Sets whether to show packet information.FFprobeBuilder.setShowStreams(boolean showStreams) Sets whether to show stream information.FFprobeBuilder.setUserAgent(String userAgent) Sets the HTTP user agent string.