Interface SlideshowResponse

Hierarchy

  • SlideshowResponse

Properties

buffer: Buffer

The resulting slideshow video as a buffer.
Unspecified if OutputOptions.outputBuffer is false

filePath: string

The resulting slideshow video file path.
Unspecified if OutputOptions.outputDir is empty

ffmpegOutput: string

The ffmpeg output of the slideshow creation.
Unspecified if FfmpegOptions.showFfmpegOutput is false

ffmpegCommand: string

The ffmpeg command used to create the slideshow.
Unspecified if FfmpegOptions.showFfmpegCommand is false

Generated using TypeDoc