Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReportOptions

Hierarchy

  • ReportOptions

Index

Properties

Properties

Optional file

file: undefined | string

A path to the file the report will be written to, relative to the current working directory of FFmpeg. When not given, FFmpeg will write the report to ffmpeg-YYYYMMDD-HHMMSS.log in its working directory.

Optional level

level: LogLevel

Change the log level used for the report file, it will not interfere with logging. When not given FFmpeg defaults to LogLevel.Debug.