Package ws.schild.jave.encode


package ws.schild.jave.encode
  • Class
    Description
    The type of arguments you can provide to ffmpeg.
    Attributes controlling the audio encoding process.
    An EncodingArgument is a placeholder for a future argument to FFMPEG.
    Attributes controlling the encoding process.
    A PredicateArgument is an EncodingArgument that adds its arguments based on the provided predicate
    A SimpleArgument is an EncodingArgument that provides all of its components, The argument type and a Function from EncodingAttributes to a Stream<String> (arguments to ffmpeg)
    A ValueArgument is an EncodingArgument that is optionally present based on the presence of the provided valueGetter.
    Attributes controlling the video encoding process.
    A SimpleArgument is an EncodingArgument that provides all of its components, The argument type and a Function from EncodingAttributes to a Stream<String> (arguments to ffmpeg)