Class FFprobe

  • All Implemented Interfaces:
    tv.hd3g.processlauncher.tool.ExecutableTool

    public class FFprobe
    extends FFbase
    • Constructor Detail

      • FFprobe

        public FFprobe​(String execName,
                       tv.hd3g.processlauncher.cmdline.Parameters parameters)
    • Method Detail

      • 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 print_format)
        -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()