Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FFmpegProgress

Hierarchy

  • FFmpegProgress

Index

Constructors

constructor

  • new FFmpegProgress(duration?: number | string | Duration): FFmpegProgress

Properties

bitrate

bitrate: DataAmount

drop

drop: number

dup

dup: number

duration

duration: Duration

fps

fps: number

frame

frame: number

percentage

percentage: number = 0

quantitizer

quantitizer: number

size

size: DataAmount

speed

speed: number

time

time: Duration = new Duration( 0, DurationUnit.SECONDS )

Methods

Protected parseBitrate

  • parseBitrate(size: number, unitStr: string): DataAmount

Protected parseDuration

  • parseDuration(duration: string): Duration

Protected parseSize

  • parseSize(size: number, unit: string): DataAmount

update

  • update(line: string): boolean

Static parse

Generated using TypeDoc