ffmpeg/exporter
library
Classes
-
FFMpegBuilder
-
Builds an FFMpegCommand by accumulating all inputs and filter
streams for a given command, and then generates the CLI arguments.
-
FFMpegCommand
-
-
FFMpegInput
-
An input into an FFMPEG filter graph.
-
FFMpegStream
-
A single video/audio stream pair within an FFMPEG filter graph.
-
FilterChain
-
A single pipeline of operations within a larger filter graph.
-
FilterGraph
-
A filter graph that describes how FFMPEG should compose various assets
to form a final, rendered video.