Track / Video processing
ffmpeg.filter.video.output
Return a video track from a filter's output
Type:
(?id : string?, ?pass_metadata : bool, ffmpeg.filter.graph,
ffmpeg.filter.video) -> ffmpeg.video.raw('a)
Arguments:
id(of typestring?, which defaults tonull): Force the value of the track ID.pass_metadata(of typebool, which defaults totrue): Pass ffmpeg stream metadata to liquidsoap(unlabeled)(of typeffmpeg.filter.graph)(unlabeled)(of typeffmpeg.filter.video)
track.video.add
Merge video tracks.
Type:
(?id : string?, [yuv420p('a)]) -> yuv420p('a)
Arguments:
id(of typestring?, which defaults tonull): Force the value of the track ID.(unlabeled)(of type[yuv420p('a)])
track.video.tile
Tile video tracks.
Type:
(?id : string?, ?proportional : bool, [yuv420p('a)]) -> yuv420p('a)
Arguments:
id(of typestring?, which defaults tonull): Force the value of the track ID.proportional(of typebool, which defaults totrue): Scale preserving the proportions.(unlabeled)(of type[yuv420p('a)])