@aelionsdk/export
v1.2.0
Published
Streaming WebCodecs export, muxing, sinks and recovery for AelionSDK
Readme
@aelionsdk/export
Streaming WebCodecs export, muxing, sinks, checkpoints and remote-export contracts for AelionSDK.
Install
npm install @aelionsdk/exportlatest 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.
Public surface
- 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.
