Package com.github.kokorin.jaffree.ffprobe
package com.github.kokorin.jaffree.ffprobe
Classes used to integrate with ffprobe.
-
ClassDescription
ChannelInputis the implementation ofInputwhich allows usage ofSeekableByteChannelas ffprobe input.Chapter description.FFprobeprovides an ability to execute ffprobe process.FFprobeLogReaderreads ffprobe output (from stderr), parses logs and sends logs to SLF4J with corresponding log level.FFprobeResultcontains information about ffprobe execution result.Format description.Frame description.Marker interface to represent frame or subtitle.Interface for any ffprobe input.Logging information from the decoder about each frame.Packet description.Marker interface to represent packet, frame or subtitle.Inputimplementation which passesInputStreamto ffprobe as input.Program description.Side Data description.Program description.Stream disposition description.Subtitle description.TagAwareinterface provides common tag-related methods.Base implementation ofInputfor all TCP-based inputs.