Uses of Package
com.github.kokorin.jaffree.process
Packages that use com.github.kokorin.jaffree.process
Package
Description
Classes used to integrate with ffmpeg.
Classes used to integrate with ffprobe.
Classes used to interact with ffmpeg via local TCP connection.
Claases used to integrate with
Process.-
Classes in com.github.kokorin.jaffree.process used by com.github.kokorin.jaffree.ffmpegClassDescription
BaseStdReaderreads std output, parses result and logs, and sends logs to SLF4J with corresponding log level.ProcessHandlerexecutes program.Interface to be implemented by and ffmpeg/ffprobe helpers which must be ran in parallel to ffprobe/ffmpeg process.ImplementStdReaderinterface to parse program stdout or stderr streams.ImplementStopperto allow forceful and graceful ffmpeg/ffprobe stop. -
Classes in com.github.kokorin.jaffree.process used by com.github.kokorin.jaffree.ffprobeClassDescription
BaseStdReaderreads std output, parses result and logs, and sends logs to SLF4J with corresponding log level.Interface to be implemented by and ffmpeg/ffprobe helpers which must be ran in parallel to ffprobe/ffmpeg process.ImplementStdReaderinterface to parse program stdout or stderr streams. -
Classes in com.github.kokorin.jaffree.process used by com.github.kokorin.jaffree.netClassDescriptionInterface to be implemented by and ffmpeg/ffprobe helpers which must be ran in parallel to ffprobe/ffmpeg process.
-
Classes in com.github.kokorin.jaffree.process used by com.github.kokorin.jaffree.processClassDescriptionExecutor starts threads with provided
Runnables and controls all threads it has started.ProcessHandlerexecutes program.Interface to be implemented by and ffmpeg/ffprobe helpers which must be ran in parallel to ffprobe/ffmpeg process.ImplementStdReaderinterface to parse program stdout or stderr streams.ImplementStopperto allow forceful and graceful ffmpeg/ffprobe stop.