Skip to content

@aelionsdk/export

Streaming WebCodecs export, muxing, sinks, checkpoints and remote-export contracts for AelionSDK.

Terminal window
npm install @aelionsdk/export

latest currently resolves to 1.2.0. Applications usually start exports through an @aelionsdk/sdk Session and depend on this package for sinks, profiles or remote-export types.

  • WebM and MP4 video export profiles;
  • image, GIF and WAV/RF64 export;
  • memory and OPFS seekable sinks;
  • resumable muxed checkpoints and Worker export;
  • authenticated remote-export provider contracts.

Always propagate AbortSignal, await sink finalization and dispose partial output according to the selected sink contract. Codec support must be preflighted for the exact output configuration.

See the export guide and API reference. Licensed under MIT.