Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SpawnOptions

Hierarchy

  • SpawnOptions

Index

Properties

Optional ffmpegPath

ffmpegPath: undefined | string

Path to the ffmpeg executable.

Optional logger

logger: FFmpegLogger | false

Enable processing of FFmpeg's logs. When set, on each log message written by ffmpeg, depending on the log level, the corresponding log function will be called. Note that with very verbose log levels it may have a noticeable effect on performance.

Optional report

report: ReportOptions | boolean

Enable dumping full command line args and logs to a specified file. https://ffmpeg.org/ffmpeg-all.html#Generic-options

defaultvalue

false

Optional spawnOptions

spawnOptions: SpawnOptionsWithoutStdio