Namespace: core

core

Core features. **You shouldn't prefix imports from this namespace with `core`.**
Source:

Classes

FFmpeg
VolumeTransformer
WebmBaseDemuxer

Type Definitions

FFmpegInfo

The available FFmpeg information
Type:
  • Object
Properties:
Name Type Description
command string The command used to launch FFmpeg
output string The output from running `ffmpeg -h`
version string The version of FFmpeg being used, determined from `output`.
Source: