Class ProbeMedia


  • public class ProbeMedia
    extends Recipe
    • Constructor Detail

      • ProbeMedia

        public ProbeMedia​(tv.hd3g.processlauncher.tool.ToolRunner toolRun,
                          ScheduledExecutorService maxExecTimeScheduler)
      • ProbeMedia

        public ProbeMedia​(tv.hd3g.processlauncher.tool.ToolRunner toolRun,
                          String execName,
                          ScheduledExecutorService maxExecTimeScheduler)
    • Method Detail

      • doAnalysing

        public tv.hd3g.ffprobejaxb.FFprobeJAXB doAnalysing​(String source)
        Stateless Get streams, format and chapters. Can throw an InvalidExecution in CompletableFuture, with stderr embedded.
        See Also:
        to get cool FfprobeType parsers
      • doAnalysing

        public tv.hd3g.ffprobejaxb.FFprobeJAXB doAnalysing​(File source)
        Stateless Get streams, format and chapters. Can throw an InvalidExecution in CompletableFuture, with stderr embedded.
        See Also:
        to get cool FfprobeType parsers