@kenzuya/mediabunny 1.26.0 → 1.28.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/bundles/{mediabunny.mjs → mediabunny.js} +21963 -21390
- package/dist/bundles/mediabunny.min.js +490 -0
- package/dist/modules/shared/mp3-misc.d.ts.map +1 -1
- package/dist/modules/src/adts/adts-demuxer.d.ts +6 -6
- package/dist/modules/src/adts/adts-demuxer.d.ts.map +1 -1
- package/dist/modules/src/adts/adts-muxer.d.ts +4 -4
- package/dist/modules/src/adts/adts-muxer.d.ts.map +1 -1
- package/dist/modules/src/adts/adts-reader.d.ts +1 -1
- package/dist/modules/src/adts/adts-reader.d.ts.map +1 -1
- package/dist/modules/src/avi/avi-demuxer.d.ts +44 -0
- package/dist/modules/src/avi/avi-demuxer.d.ts.map +1 -0
- package/dist/modules/src/avi/avi-misc.d.ts +88 -0
- package/dist/modules/src/avi/avi-misc.d.ts.map +1 -0
- package/dist/modules/src/avi/avi-muxer.d.ts +45 -0
- package/dist/modules/src/avi/avi-muxer.d.ts.map +1 -0
- package/dist/modules/src/avi/riff-writer.d.ts +26 -0
- package/dist/modules/src/avi/riff-writer.d.ts.map +1 -0
- package/dist/modules/src/codec-data.d.ts +8 -3
- package/dist/modules/src/codec-data.d.ts.map +1 -1
- package/dist/modules/src/codec.d.ts +10 -10
- package/dist/modules/src/codec.d.ts.map +1 -1
- package/dist/modules/src/conversion.d.ts +33 -16
- package/dist/modules/src/conversion.d.ts.map +1 -1
- package/dist/modules/src/custom-coder.d.ts +8 -8
- package/dist/modules/src/custom-coder.d.ts.map +1 -1
- package/dist/modules/src/demuxer.d.ts +3 -3
- package/dist/modules/src/demuxer.d.ts.map +1 -1
- package/dist/modules/src/encode.d.ts +8 -8
- package/dist/modules/src/encode.d.ts.map +1 -1
- package/dist/modules/src/flac/flac-demuxer.d.ts +7 -7
- package/dist/modules/src/flac/flac-demuxer.d.ts.map +1 -1
- package/dist/modules/src/flac/flac-misc.d.ts +3 -3
- package/dist/modules/src/flac/flac-misc.d.ts.map +1 -1
- package/dist/modules/src/flac/flac-muxer.d.ts +5 -5
- package/dist/modules/src/flac/flac-muxer.d.ts.map +1 -1
- package/dist/modules/src/id3.d.ts +3 -3
- package/dist/modules/src/id3.d.ts.map +1 -1
- package/dist/modules/src/index.d.ts +20 -20
- package/dist/modules/src/index.d.ts.map +1 -1
- package/dist/modules/src/input-format.d.ts +22 -0
- package/dist/modules/src/input-format.d.ts.map +1 -1
- package/dist/modules/src/input-track.d.ts +8 -8
- package/dist/modules/src/input-track.d.ts.map +1 -1
- package/dist/modules/src/input.d.ts +12 -12
- package/dist/modules/src/isobmff/isobmff-boxes.d.ts +2 -2
- package/dist/modules/src/isobmff/isobmff-boxes.d.ts.map +1 -1
- package/dist/modules/src/isobmff/isobmff-demuxer.d.ts +12 -12
- package/dist/modules/src/isobmff/isobmff-demuxer.d.ts.map +1 -1
- package/dist/modules/src/isobmff/isobmff-misc.d.ts.map +1 -1
- package/dist/modules/src/isobmff/isobmff-muxer.d.ts +11 -11
- package/dist/modules/src/isobmff/isobmff-muxer.d.ts.map +1 -1
- package/dist/modules/src/isobmff/isobmff-reader.d.ts +2 -2
- package/dist/modules/src/isobmff/isobmff-reader.d.ts.map +1 -1
- package/dist/modules/src/matroska/ebml.d.ts +3 -3
- package/dist/modules/src/matroska/ebml.d.ts.map +1 -1
- package/dist/modules/src/matroska/matroska-demuxer.d.ts +13 -13
- package/dist/modules/src/matroska/matroska-demuxer.d.ts.map +1 -1
- package/dist/modules/src/matroska/matroska-input.d.ts +33 -0
- package/dist/modules/src/matroska/matroska-input.d.ts.map +1 -0
- package/dist/modules/src/matroska/matroska-misc.d.ts.map +1 -1
- package/dist/modules/src/matroska/matroska-muxer.d.ts +5 -5
- package/dist/modules/src/matroska/matroska-muxer.d.ts.map +1 -1
- package/dist/modules/src/media-sink.d.ts +5 -5
- package/dist/modules/src/media-sink.d.ts.map +1 -1
- package/dist/modules/src/media-source.d.ts +22 -4
- package/dist/modules/src/media-source.d.ts.map +1 -1
- package/dist/modules/src/metadata.d.ts +2 -2
- package/dist/modules/src/metadata.d.ts.map +1 -1
- package/dist/modules/src/misc.d.ts +5 -4
- package/dist/modules/src/misc.d.ts.map +1 -1
- package/dist/modules/src/mp3/mp3-demuxer.d.ts +7 -7
- package/dist/modules/src/mp3/mp3-demuxer.d.ts.map +1 -1
- package/dist/modules/src/mp3/mp3-muxer.d.ts +4 -4
- package/dist/modules/src/mp3/mp3-muxer.d.ts.map +1 -1
- package/dist/modules/src/mp3/mp3-reader.d.ts +2 -2
- package/dist/modules/src/mp3/mp3-reader.d.ts.map +1 -1
- package/dist/modules/src/mp3/mp3-writer.d.ts +1 -1
- package/dist/modules/src/mp3/mp3-writer.d.ts.map +1 -1
- package/dist/modules/src/muxer.d.ts +4 -4
- package/dist/modules/src/muxer.d.ts.map +1 -1
- package/dist/modules/src/ogg/ogg-demuxer.d.ts +7 -7
- package/dist/modules/src/ogg/ogg-demuxer.d.ts.map +1 -1
- package/dist/modules/src/ogg/ogg-misc.d.ts +1 -1
- package/dist/modules/src/ogg/ogg-misc.d.ts.map +1 -1
- package/dist/modules/src/ogg/ogg-muxer.d.ts +5 -5
- package/dist/modules/src/ogg/ogg-muxer.d.ts.map +1 -1
- package/dist/modules/src/ogg/ogg-reader.d.ts +1 -1
- package/dist/modules/src/ogg/ogg-reader.d.ts.map +1 -1
- package/dist/modules/src/output-format.d.ts +51 -6
- package/dist/modules/src/output-format.d.ts.map +1 -1
- package/dist/modules/src/output.d.ts +13 -13
- package/dist/modules/src/output.d.ts.map +1 -1
- package/dist/modules/src/packet.d.ts +1 -1
- package/dist/modules/src/packet.d.ts.map +1 -1
- package/dist/modules/src/pcm.d.ts.map +1 -1
- package/dist/modules/src/reader.d.ts +2 -2
- package/dist/modules/src/reader.d.ts.map +1 -1
- package/dist/modules/src/sample.d.ts +57 -15
- package/dist/modules/src/sample.d.ts.map +1 -1
- package/dist/modules/src/source.d.ts +3 -3
- package/dist/modules/src/source.d.ts.map +1 -1
- package/dist/modules/src/subtitles.d.ts +1 -1
- package/dist/modules/src/subtitles.d.ts.map +1 -1
- package/dist/modules/src/target.d.ts +2 -2
- package/dist/modules/src/target.d.ts.map +1 -1
- package/dist/modules/src/tsconfig.tsbuildinfo +1 -1
- package/dist/modules/src/wave/riff-writer.d.ts +1 -1
- package/dist/modules/src/wave/riff-writer.d.ts.map +1 -1
- package/dist/modules/src/wave/wave-demuxer.d.ts +6 -6
- package/dist/modules/src/wave/wave-demuxer.d.ts.map +1 -1
- package/dist/modules/src/wave/wave-muxer.d.ts +4 -4
- package/dist/modules/src/wave/wave-muxer.d.ts.map +1 -1
- package/dist/modules/src/writer.d.ts +1 -1
- package/dist/modules/src/writer.d.ts.map +1 -1
- package/dist/packages/eac3/eac3.wasm +0 -0
- package/dist/packages/eac3/mediabunny-eac3.js +1058 -0
- package/dist/packages/eac3/mediabunny-eac3.min.js +44 -0
- package/dist/packages/mp3-encoder/mediabunny-mp3-encoder.js +694 -0
- package/dist/packages/mp3-encoder/mediabunny-mp3-encoder.min.js +58 -0
- package/dist/packages/mpeg4/mediabunny-mpeg4.js +1198 -0
- package/dist/packages/mpeg4/mediabunny-mpeg4.min.js +44 -0
- package/dist/packages/mpeg4/xvid.wasm +0 -0
- package/package.json +18 -57
- package/dist/bundles/mediabunny.cjs +0 -26140
- package/dist/bundles/mediabunny.min.cjs +0 -147
- package/dist/bundles/mediabunny.min.mjs +0 -146
- package/dist/mediabunny.d.ts +0 -3319
- package/dist/modules/shared/mp3-misc.js +0 -147
- package/dist/modules/src/adts/adts-demuxer.js +0 -239
- package/dist/modules/src/adts/adts-muxer.js +0 -80
- package/dist/modules/src/adts/adts-reader.js +0 -63
- package/dist/modules/src/codec-data.js +0 -1730
- package/dist/modules/src/codec.js +0 -869
- package/dist/modules/src/conversion.js +0 -1459
- package/dist/modules/src/custom-coder.js +0 -117
- package/dist/modules/src/demuxer.js +0 -12
- package/dist/modules/src/encode.js +0 -442
- package/dist/modules/src/flac/flac-demuxer.js +0 -504
- package/dist/modules/src/flac/flac-misc.js +0 -135
- package/dist/modules/src/flac/flac-muxer.js +0 -222
- package/dist/modules/src/id3.js +0 -848
- package/dist/modules/src/index.js +0 -28
- package/dist/modules/src/input-format.js +0 -480
- package/dist/modules/src/input-track.js +0 -372
- package/dist/modules/src/input.js +0 -188
- package/dist/modules/src/isobmff/isobmff-boxes.js +0 -1480
- package/dist/modules/src/isobmff/isobmff-demuxer.js +0 -2618
- package/dist/modules/src/isobmff/isobmff-misc.js +0 -20
- package/dist/modules/src/isobmff/isobmff-muxer.js +0 -966
- package/dist/modules/src/isobmff/isobmff-reader.js +0 -72
- package/dist/modules/src/matroska/ebml.js +0 -653
- package/dist/modules/src/matroska/matroska-demuxer.js +0 -2133
- package/dist/modules/src/matroska/matroska-misc.js +0 -20
- package/dist/modules/src/matroska/matroska-muxer.js +0 -1017
- package/dist/modules/src/media-sink.js +0 -1736
- package/dist/modules/src/media-source.js +0 -1825
- package/dist/modules/src/metadata.js +0 -193
- package/dist/modules/src/misc.js +0 -623
- package/dist/modules/src/mp3/mp3-demuxer.js +0 -285
- package/dist/modules/src/mp3/mp3-muxer.js +0 -123
- package/dist/modules/src/mp3/mp3-reader.js +0 -26
- package/dist/modules/src/mp3/mp3-writer.js +0 -78
- package/dist/modules/src/muxer.js +0 -50
- package/dist/modules/src/node.d.ts +0 -9
- package/dist/modules/src/node.d.ts.map +0 -1
- package/dist/modules/src/node.js +0 -9
- package/dist/modules/src/ogg/ogg-demuxer.js +0 -763
- package/dist/modules/src/ogg/ogg-misc.js +0 -78
- package/dist/modules/src/ogg/ogg-muxer.js +0 -353
- package/dist/modules/src/ogg/ogg-reader.js +0 -65
- package/dist/modules/src/output-format.js +0 -527
- package/dist/modules/src/output.js +0 -300
- package/dist/modules/src/packet.js +0 -182
- package/dist/modules/src/pcm.js +0 -85
- package/dist/modules/src/reader.js +0 -236
- package/dist/modules/src/sample.js +0 -1056
- package/dist/modules/src/source.js +0 -1182
- package/dist/modules/src/subtitles.js +0 -575
- package/dist/modules/src/target.js +0 -140
- package/dist/modules/src/wave/riff-writer.js +0 -30
- package/dist/modules/src/wave/wave-demuxer.js +0 -447
- package/dist/modules/src/wave/wave-muxer.js +0 -318
- package/dist/modules/src/writer.js +0 -370
- package/src/adts/adts-demuxer.ts +0 -331
- package/src/adts/adts-muxer.ts +0 -111
- package/src/adts/adts-reader.ts +0 -85
- package/src/codec-data.ts +0 -2078
- package/src/codec.ts +0 -1092
- package/src/conversion.ts +0 -2112
- package/src/custom-coder.ts +0 -197
- package/src/demuxer.ts +0 -24
- package/src/encode.ts +0 -739
- package/src/flac/flac-demuxer.ts +0 -730
- package/src/flac/flac-misc.ts +0 -164
- package/src/flac/flac-muxer.ts +0 -320
- package/src/id3.ts +0 -925
- package/src/index.ts +0 -221
- package/src/input-format.ts +0 -541
- package/src/input-track.ts +0 -529
- package/src/input.ts +0 -235
- package/src/isobmff/isobmff-boxes.ts +0 -1719
- package/src/isobmff/isobmff-demuxer.ts +0 -3190
- package/src/isobmff/isobmff-misc.ts +0 -29
- package/src/isobmff/isobmff-muxer.ts +0 -1348
- package/src/isobmff/isobmff-reader.ts +0 -91
- package/src/matroska/ebml.ts +0 -730
- package/src/matroska/matroska-demuxer.ts +0 -2481
- package/src/matroska/matroska-misc.ts +0 -29
- package/src/matroska/matroska-muxer.ts +0 -1276
- package/src/media-sink.ts +0 -2179
- package/src/media-source.ts +0 -2243
- package/src/metadata.ts +0 -320
- package/src/misc.ts +0 -798
- package/src/mp3/mp3-demuxer.ts +0 -383
- package/src/mp3/mp3-muxer.ts +0 -166
- package/src/mp3/mp3-reader.ts +0 -34
- package/src/mp3/mp3-writer.ts +0 -120
- package/src/muxer.ts +0 -88
- package/src/node.ts +0 -11
- package/src/ogg/ogg-demuxer.ts +0 -1053
- package/src/ogg/ogg-misc.ts +0 -116
- package/src/ogg/ogg-muxer.ts +0 -497
- package/src/ogg/ogg-reader.ts +0 -93
- package/src/output-format.ts +0 -945
- package/src/output.ts +0 -488
- package/src/packet.ts +0 -263
- package/src/pcm.ts +0 -112
- package/src/reader.ts +0 -323
- package/src/sample.ts +0 -1461
- package/src/source.ts +0 -1688
- package/src/subtitles.ts +0 -711
- package/src/target.ts +0 -204
- package/src/tsconfig.json +0 -16
- package/src/wave/riff-writer.ts +0 -36
- package/src/wave/wave-demuxer.ts +0 -529
- package/src/wave/wave-muxer.ts +0 -371
- package/src/writer.ts +0 -490
package/src/index.ts
DELETED
|
@@ -1,221 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
3
|
-
*
|
|
4
|
-
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
5
|
-
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
6
|
-
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
/// <reference types="dom-mediacapture-transform" preserve="true" />
|
|
10
|
-
/// <reference types="dom-webcodecs" preserve="true" />
|
|
11
|
-
|
|
12
|
-
export {
|
|
13
|
-
Output,
|
|
14
|
-
OutputOptions,
|
|
15
|
-
BaseTrackMetadata,
|
|
16
|
-
VideoTrackMetadata,
|
|
17
|
-
AudioTrackMetadata,
|
|
18
|
-
SubtitleTrackMetadata,
|
|
19
|
-
} from './output';
|
|
20
|
-
export {
|
|
21
|
-
OutputFormat,
|
|
22
|
-
AdtsOutputFormat,
|
|
23
|
-
AdtsOutputFormatOptions,
|
|
24
|
-
FlacOutputFormat,
|
|
25
|
-
FlacOutputFormatOptions,
|
|
26
|
-
IsobmffOutputFormat,
|
|
27
|
-
IsobmffOutputFormatOptions,
|
|
28
|
-
MkvOutputFormat,
|
|
29
|
-
MkvOutputFormatOptions,
|
|
30
|
-
MovOutputFormat,
|
|
31
|
-
Mp3OutputFormat,
|
|
32
|
-
Mp3OutputFormatOptions,
|
|
33
|
-
Mp4OutputFormat,
|
|
34
|
-
OggOutputFormat,
|
|
35
|
-
OggOutputFormatOptions,
|
|
36
|
-
WavOutputFormat,
|
|
37
|
-
WavOutputFormatOptions,
|
|
38
|
-
WebMOutputFormat,
|
|
39
|
-
WebMOutputFormatOptions,
|
|
40
|
-
InclusiveIntegerRange,
|
|
41
|
-
TrackCountLimits,
|
|
42
|
-
} from './output-format';
|
|
43
|
-
export {
|
|
44
|
-
MediaSource,
|
|
45
|
-
VideoSource,
|
|
46
|
-
AudioSource,
|
|
47
|
-
SubtitleSource,
|
|
48
|
-
AudioBufferSource,
|
|
49
|
-
AudioSampleSource,
|
|
50
|
-
CanvasSource,
|
|
51
|
-
EncodedAudioPacketSource,
|
|
52
|
-
EncodedVideoPacketSource,
|
|
53
|
-
MediaStreamAudioTrackSource,
|
|
54
|
-
MediaStreamVideoTrackSource,
|
|
55
|
-
TextSubtitleSource,
|
|
56
|
-
VideoSampleSource,
|
|
57
|
-
} from './media-source';
|
|
58
|
-
export {
|
|
59
|
-
MediaCodec,
|
|
60
|
-
VideoCodec,
|
|
61
|
-
AudioCodec,
|
|
62
|
-
SubtitleCodec,
|
|
63
|
-
VIDEO_CODECS,
|
|
64
|
-
AUDIO_CODECS,
|
|
65
|
-
PCM_AUDIO_CODECS,
|
|
66
|
-
NON_PCM_AUDIO_CODECS,
|
|
67
|
-
SUBTITLE_CODECS,
|
|
68
|
-
} from './codec';
|
|
69
|
-
export {
|
|
70
|
-
VideoEncodingConfig,
|
|
71
|
-
VideoEncodingAdditionalOptions,
|
|
72
|
-
AudioEncodingConfig,
|
|
73
|
-
AudioEncodingAdditionalOptions,
|
|
74
|
-
canEncode,
|
|
75
|
-
canEncodeVideo,
|
|
76
|
-
canEncodeAudio,
|
|
77
|
-
canEncodeSubtitles,
|
|
78
|
-
getEncodableCodecs,
|
|
79
|
-
getEncodableVideoCodecs,
|
|
80
|
-
getEncodableAudioCodecs,
|
|
81
|
-
getEncodableSubtitleCodecs,
|
|
82
|
-
getFirstEncodableVideoCodec,
|
|
83
|
-
getFirstEncodableAudioCodec,
|
|
84
|
-
getFirstEncodableSubtitleCodec,
|
|
85
|
-
Quality,
|
|
86
|
-
QUALITY_VERY_LOW,
|
|
87
|
-
QUALITY_LOW,
|
|
88
|
-
QUALITY_MEDIUM,
|
|
89
|
-
QUALITY_HIGH,
|
|
90
|
-
QUALITY_VERY_HIGH,
|
|
91
|
-
} from './encode';
|
|
92
|
-
export {
|
|
93
|
-
Target,
|
|
94
|
-
BufferTarget,
|
|
95
|
-
FilePathTarget,
|
|
96
|
-
FilePathTargetOptions,
|
|
97
|
-
NullTarget,
|
|
98
|
-
StreamTarget,
|
|
99
|
-
StreamTargetOptions,
|
|
100
|
-
StreamTargetChunk,
|
|
101
|
-
} from './target';
|
|
102
|
-
export {
|
|
103
|
-
AnyIterable,
|
|
104
|
-
MaybePromise,
|
|
105
|
-
Rotation,
|
|
106
|
-
SetRequired,
|
|
107
|
-
} from './misc';
|
|
108
|
-
export {
|
|
109
|
-
TrackType,
|
|
110
|
-
ALL_TRACK_TYPES,
|
|
111
|
-
} from './output';
|
|
112
|
-
export {
|
|
113
|
-
Source,
|
|
114
|
-
BlobSource,
|
|
115
|
-
BlobSourceOptions,
|
|
116
|
-
BufferSource,
|
|
117
|
-
FilePathSource,
|
|
118
|
-
FilePathSourceOptions,
|
|
119
|
-
StreamSource,
|
|
120
|
-
StreamSourceOptions,
|
|
121
|
-
ReadableStreamSource,
|
|
122
|
-
ReadableStreamSourceOptions,
|
|
123
|
-
UrlSource,
|
|
124
|
-
UrlSourceOptions,
|
|
125
|
-
} from './source';
|
|
126
|
-
export {
|
|
127
|
-
InputFormat,
|
|
128
|
-
AdtsInputFormat,
|
|
129
|
-
IsobmffInputFormat,
|
|
130
|
-
MatroskaInputFormat,
|
|
131
|
-
Mp3InputFormat,
|
|
132
|
-
Mp4InputFormat,
|
|
133
|
-
OggInputFormat,
|
|
134
|
-
QuickTimeInputFormat,
|
|
135
|
-
WaveInputFormat,
|
|
136
|
-
WebMInputFormat,
|
|
137
|
-
FlacInputFormat,
|
|
138
|
-
ALL_FORMATS,
|
|
139
|
-
ADTS,
|
|
140
|
-
MATROSKA,
|
|
141
|
-
MP3,
|
|
142
|
-
MP4,
|
|
143
|
-
OGG,
|
|
144
|
-
QTFF,
|
|
145
|
-
WAVE,
|
|
146
|
-
WEBM,
|
|
147
|
-
FLAC,
|
|
148
|
-
} from './input-format';
|
|
149
|
-
export {
|
|
150
|
-
Input,
|
|
151
|
-
InputOptions,
|
|
152
|
-
InputDisposedError,
|
|
153
|
-
} from './input';
|
|
154
|
-
export {
|
|
155
|
-
InputTrack,
|
|
156
|
-
InputVideoTrack,
|
|
157
|
-
InputAudioTrack,
|
|
158
|
-
InputSubtitleTrack,
|
|
159
|
-
PacketStats,
|
|
160
|
-
} from './input-track';
|
|
161
|
-
export {
|
|
162
|
-
EncodedPacket,
|
|
163
|
-
EncodedPacketSideData,
|
|
164
|
-
PacketType,
|
|
165
|
-
} from './packet';
|
|
166
|
-
export {
|
|
167
|
-
AudioSample,
|
|
168
|
-
AudioSampleInit,
|
|
169
|
-
AudioSampleCopyToOptions,
|
|
170
|
-
VideoSample,
|
|
171
|
-
VideoSampleInit,
|
|
172
|
-
CropRectangle,
|
|
173
|
-
} from './sample';
|
|
174
|
-
export {
|
|
175
|
-
AudioBufferSink,
|
|
176
|
-
AudioSampleSink,
|
|
177
|
-
BaseMediaSampleSink,
|
|
178
|
-
CanvasSink,
|
|
179
|
-
CanvasSinkOptions,
|
|
180
|
-
EncodedPacketSink,
|
|
181
|
-
PacketRetrievalOptions,
|
|
182
|
-
VideoSampleSink,
|
|
183
|
-
WrappedAudioBuffer,
|
|
184
|
-
WrappedCanvas,
|
|
185
|
-
} from './media-sink';
|
|
186
|
-
export {
|
|
187
|
-
Conversion,
|
|
188
|
-
ConversionOptions,
|
|
189
|
-
ConversionVideoOptions,
|
|
190
|
-
ConversionAudioOptions,
|
|
191
|
-
ConversionSubtitleOptions,
|
|
192
|
-
DiscardedTrack,
|
|
193
|
-
} from './conversion';
|
|
194
|
-
export {
|
|
195
|
-
CustomVideoDecoder,
|
|
196
|
-
CustomVideoEncoder,
|
|
197
|
-
CustomAudioDecoder,
|
|
198
|
-
CustomAudioEncoder,
|
|
199
|
-
registerDecoder,
|
|
200
|
-
registerEncoder,
|
|
201
|
-
} from './custom-coder';
|
|
202
|
-
export {
|
|
203
|
-
MetadataTags,
|
|
204
|
-
AttachedImage,
|
|
205
|
-
RichImageData,
|
|
206
|
-
AttachedFile,
|
|
207
|
-
TrackDisposition
|
|
208
|
-
} from './metadata';
|
|
209
|
-
export type { SubtitleMetadata, SubtitleCue, SubtitleConfig } from './subtitles';
|
|
210
|
-
export {
|
|
211
|
-
parseSrtTimestamp,
|
|
212
|
-
formatSrtTimestamp,
|
|
213
|
-
splitSrtIntoCues,
|
|
214
|
-
formatCuesToSrt,
|
|
215
|
-
formatCuesToWebVTT,
|
|
216
|
-
parseAssTimestamp,
|
|
217
|
-
formatAssTimestamp,
|
|
218
|
-
splitAssIntoCues,
|
|
219
|
-
formatCuesToAss,
|
|
220
|
-
} from './subtitles';
|
|
221
|
-
// 🐡🦔
|