Source / Video processing
input.external.ffmpeg
Input from ffmpeg.
Type:
(?id : string, ?show_command : bool, ?restart : bool,
?restart_on_error : bool, ?buffer : float, ?max : float, string) ->
source(audio=pcm(stereo), video=canvas('a))
Arguments:
id(of typestring, which defaults to"input.external.ffmpeg")show_command(of typebool, which defaults tofalse)restart(of typebool, which defaults totrue): restart on exit.restart_on_error(of typebool, which defaults tofalse): restart on exit with error.buffer(of typefloat, which defaults to0.2): Duration of the pre-buffered data.max(of typefloat, which defaults to10.): Maximum duration of the buffered data.(unlabeled)(of typestring): ffmpeg options specifying the input
video.external.testsrc
ffmpeg's test source video (useful for testing and debugging).
Type:
(?id : string, ?restart : bool, ?restart_on_error : bool, ?buffer : float,
?max : float, ?framerate : int) -> source(audio=pcm(stereo),
video=canvas('a))
Arguments:
id(of typestring, which defaults to"video.external.testsrc")restart(of typebool, which defaults totrue): restart on exit.restart_on_error(of typebool, which defaults tofalse): restart on exit with error.buffer(of typefloat, which defaults to0.2): Duration of the pre-buffered data.max(of typefloat, which defaults to10.): Maximum duration of the buffered data.framerate(of typeint, which defaults to0)