Class FFprobe

All Implemented Interfaces:
InputSourceProviderTraits, InternalParametersSupplier, SimpleSourceTraits, ExecutableTool

public class FFprobe extends FFbase
  • Constructor Details

  • Method Details

    • setPretty

      public FFprobe setPretty()
      -pretty prettify the format of displayed values, make it more human readable
    • isPretty

      public boolean isPretty()
    • setPrintFormat

      public FFprobe setPrintFormat(FFprobe.FFPrintFormat printFormat)
      -print_format format set the output printing format
    • hasPrintFormat

      public boolean hasPrintFormat()
    • setShowFormat

      public FFprobe setShowFormat()
      -show_format show format/container INFO
    • isShowFormat

      public boolean isShowFormat()
    • setShowData

      public FFprobe setShowData()
      -show_data show packets data
    • isShowData

      public boolean isShowData()
    • setShowError

      public FFprobe setShowError()
      -show_error show probing ERROR
    • isShowError

      public boolean isShowError()
    • setShowFrames

      public FFprobe setShowFrames()
      -show_frames show frames INFO
    • isShowFrames

      public boolean isShowFrames()
    • setShowLog

      public FFprobe setShowLog()
      -show_log show log
    • isShowLog

      public boolean isShowLog()
    • setShowPackets

      public FFprobe setShowPackets()
      -show_packets show packets INFO
    • isShowPackets

      public boolean isShowPackets()
    • setShowPrograms

      public FFprobe setShowPrograms()
      -show_programs show programs INFO
    • isShowPrograms

      public boolean isShowPrograms()
    • setShowStreams

      public FFprobe setShowStreams()
      -show_streams show streams INFO
    • isShowStreams

      public boolean isShowStreams()
    • setShowChapters

      public FFprobe setShowChapters()
      -show_chapters show chapters INFO
    • isShowChapters

      public boolean isShowChapters()