Opaque handle for one stream produced by an input or filter.
Streams are passed into filters, exported from graphs, or mapped to command outputs. Build them through input access or filter helpers rather than by constructing this struct directly.
video = src[:video]
preview = video |> FFix.Filter.scale(w: 320, h: -1)