Skip to Content
API ReferenceOverview

API Overview

Core API surfaces:

  • new SIMPLEFFMPEG(options?)
  • project.load(clips)
  • project.export(options?)
  • project.preview(options?)
  • SIMPLEFFMPEG.validate(clips, options?)
  • SIMPLEFFMPEG.getSchema(options?)
  • SIMPLEFFMPEG.getDuration(clips)
  • SIMPLEFFMPEG.probe(filePath)
  • SIMPLEFFMPEG.snapshot(filePath, options?)
  • SIMPLEFFMPEG.extractKeyframes(filePath, options?)
  • SIMPLEFFMPEG.transcode(filePath, options)
  • SIMPLEFFMPEG.audioTempo(filePath, options)
  • SIMPLEFFMPEG.detectSilence(filePath, options?)
  • SIMPLEFFMPEG.spliceAudio(filePath, options)
  • SIMPLEFFMPEG.trimSilence(filePath, options)
  • SIMPLEFFMPEG.capSilences(filePath, options)
  • SIMPLEFFMPEG.normalizeLoudness(filePath, options)

Use the pages in this section for signatures and detailed behavior:

Last updated on