Class ColorFilter

java.lang.Object
ws.schild.jave.filters.Filter
ws.schild.jave.filters.ColorFilter
All Implemented Interfaces:
VideoFilter

public class ColorFilter extends Filter
A color filter as described by the FFMPEG Documentation.
  • Constructor Details

    • ColorFilter

      public ColorFilter()
      DIY constructor - add the arguments you need.
    • ColorFilter

      public ColorFilter(String expression)
      Constructor with expression
      Parameters:
      expression - expression to be passed as the color argument
    • ColorFilter

      public ColorFilter(Color c, VideoSize s, Double durationSeconds)
      Simple constructor - make a solid color screen for some amount of time.
      Parameters:
      c - The color to use.
      s - The size of the output video
      durationSeconds - The number of seconds to output the video for