Uses of Class
com.github.kokorin.jaffree.ffprobe.FFprobe
Packages that use FFprobe
-
Uses of FFprobe in com.github.kokorin.jaffree.ffprobe
Methods in com.github.kokorin.jaffree.ffprobe that return FFprobeModifier and TypeMethodDescriptionFFprobe.addArgument(String argument) Adds custom argument to ffprobe arguments list.FFprobe.addArguments(String key, String value) Adds custom arguments to ffprobe arguments list.static FFprobeFFprobe.atPath()CreatesFFprobe.static FFprobeCreatesFFprobe.FFprobe.setAnalyzeDuration(Long analyzeDurationMicros) Specify how many microseconds are analyzed to probe the input (from 0 to I64_MAX).FFprobe.setAnalyzeDuration(Number analyzeDurationInTimeUnit, TimeUnit timeUnit) Specify how long to analyze to probe the input (from 0 to I64_MAX) (default 0).FFprobe.setCountFrames(boolean countFrames) Count the number of frames per stream and report it in the corresponding stream section.FFprobe.setCountPackets(boolean countPackets) Count the number of packets per stream and report it in the corresponding stream section.Force input file format.FFprobe.setFormatParser(FormatParser formatParser) Sets ffprobe output format parser (and corresponding output format).FFprobe.setFpsProbeSize(Long fpsProbeSize) Number of frames used to probe fps (from -1 to 2.14748e+009) (default -1).Sets input to analyze with ffprobe.FFprobe.setInput(InputStream inputStream) Sets input to analyze with ffprobe.FFprobe.setInput(InputStream inputStream, int bufferSize) Sets input to analyze with ffprobe.Sets input to analyze with ffprobe.FFprobe.setInput(SeekableByteChannel inputChannel) Sets input to analyze with ffprobe.FFprobe.setInput(SeekableByteChannel inputChannel, int bufferSize) Sets input to analyze with ffprobe.Sets input to analyze with ffprobe.FFprobe.setLogLevel(LogLevel logLevel) Sets ffprobe logging level.FFprobe.setProbeSize(Long probeSize) Set probing size (from 32 to I64_MAX) (default 5e+006).FFprobe.setReadIntervals(String intervals) Read only the specified intervals.FFprobe.setSelectStreams(StreamType streamType) Select only the streams of the specified type.FFprobe.setSelectStreams(String streamSpecifier) Select only the streams specified by stream_specifier.FFprobe.setShowChapters(boolean showChapters) Show information about chapters stored in the format.FFprobe.setShowData(boolean showData) Show payload data, as a hexadecimal and ASCII dump.FFprobe.setShowDataHash(String algorithm) Show a hash of payload data, for packets with -show_packets and for codec extradata with -show_streams.FFprobe.setShowEntries(String showEntries) Set list of entries to show.FFprobe.setShowFormat(boolean showFormat) Show information about the container format of the input multimedia stream.FFprobe.setShowFrames(boolean showFrames) Show information about each frame and subtitle contained in the input multimedia stream.FFprobe.setShowLog(LogLevel showLog) Show logging information from the decoder about each frame according to the value set in loglevel, (see -loglevel).FFprobe.setShowPackets(boolean showPackets) Show information about each packet contained in the input multimedia stream.FFprobe.setShowPrivateData(boolean showPrivateData) Show private data, that is data depending on the format of the particular shown element.FFprobe.setShowPrograms(boolean showPrograms) Show information about programs and their streams contained in the input multimedia stream.FFprobe.setShowStreams(boolean showStreams) Show information about each media stream contained in the input multimedia stream.