FFix.Expr (ffix v0.1.0)

Copy Markdown View Source

Raw ffmpeg expression value.

Use FFix.expr/1 when a filter option should be treated as ffmpeg expression syntax rather than ordinary text.

video
|> FFix.Filter.drawtext(text: "Hello", x: FFix.expr("w-tw-20"), y: 20)

Summary

Types

t()

@type t() :: %FFix.Expr{source: String.t()}