Interface Filter
- All Known Implementing Classes:
GenericFilter
public interface Filter
Implement
Filter interface to provide custom ffmpeg filter.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic GenericFilterfromInputLink(StreamType streamType) CreatesFilterstarting from specified stream type.static GenericFilterfromInputLink(String linkOrStreamSpecifier) CreatesFilterstarting from link name or stream specifier.getValue()Prints filter description according to ffmpeg filtergraph syntax.static GenericFilterCreatesFilterstarting from filter name.
-
Method Details
-
fromInputLink
CreatesFilterstarting from specified stream type.- Parameters:
streamType- stream type- Returns:
- Filter
-
fromInputLink
CreatesFilterstarting from link name or stream specifier.- Parameters:
linkOrStreamSpecifier- link name or stream specifier- Returns:
- this
- See Also:
-
withName
CreatesFilterstarting from filter name.- Parameters:
name- filter- Returns:
- Filter
-
getValue
String getValue()Prints filter description according to ffmpeg filtergraph syntax.- Returns:
- filter description
- See Also:
-