Source / FFmpeg filter
ffmpeg.filter.audio.input
Attach an audio track to a filter's input
Type:
(?id : string?, ?pass_metadata : bool, ffmpeg.filter.graph,
ffmpeg.audio.raw('a)) -> ffmpeg.filter.audio
Arguments:
id(of typestring?, which defaults tonull)pass_metadata(of typebool, which defaults totrue): Pass liquidsoap's metadata to this stream(unlabeled)(of typeffmpeg.filter.graph)(unlabeled)(of typeffmpeg.audio.raw('a))
ffmpeg.filter.create
Configure and launch a filter graph
Type:
(((ffmpeg.filter.graph) -> 'a)) -> 'a
Arguments:
(unlabeled)(of type(ffmpeg.filter.graph) -> 'a)
ffmpeg.filter.video.input
Attach a video track to a filter's input
Type:
(?id : string?, ?pass_metadata : bool, ffmpeg.filter.graph,
ffmpeg.video.raw('a)) -> ffmpeg.filter.video
Arguments:
id(of typestring?, which defaults tonull)pass_metadata(of typebool, which defaults totrue): Pass liquidsoap's metadata to this stream(unlabeled)(of typeffmpeg.filter.graph)(unlabeled)(of typeffmpeg.video.raw('a))