Interface SimpleSourceTraits

All Superinterfaces:
InputSourceProviderTraits, InternalParametersSupplier
All Known Subinterfaces:
HardwareProcessTraits, InputGeneratorsTraits
All Known Implementing Classes:
FFbase, FFmpeg, FFprobe

public interface SimpleSourceTraits extends InputSourceProviderTraits, InternalParametersSupplier
  • Method Details

    • addSimpleInputSource

      default void addSimpleInputSource(String sourceName, String... sourceOptions)
      Define cmd var name like <%IN_AUTOMATIC_n%> with "n" the # of setted sources. Add -i parameter Add now in current Parameters the new add var only if not exists (you should call fixIOParametredVars, if you have add manually vars in Parametres)
    • addSimpleInputSource

      default void addSimpleInputSource(File file, String... sourceOptions)
      Define cmd var name like <%IN_AUTOMATIC_n%> with "n" the # of setted sources. Add -i parameter Add now in current Parameters the new add var only if not exists (you should call fixIOParametredVars, if you have add manually vars in Parametres)
    • addSimpleInputSource

      void addSimpleInputSource(String sourceName, List<String> sourceOptions)
    • addSimpleInputSource

      void addSimpleInputSource(File file, List<String> sourceOptions)