Interface Output

All Known Implementing Classes:
BaseOutput, ChannelOutput, FrameOutput, NullOutput, PipeOutput, TcpOutput, UrlOutput

public interface Output
Interface for any ffmpeg output.

This interface should not be implemented by custom solutions. It's better to use BaseOutput.

See Also:
  • Method Details

    • buildArguments

      List<String> buildArguments()
      Build a list of command line arguments for this output.
      Returns:
      list of command line arguments
    • helperThread

      ProcessHelper helperThread()
      Helper ProcessHelper which should be ran in dedicated thread.
      Returns:
      ProcessHelper, or null if no helper thread is needed