@remotion/studio 4.0.398 → 4.0.399
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.
|
@@ -20746,7 +20746,7 @@ var getTimelineSequenceLayout = ({
|
|
|
20746
20746
|
// src/helpers/use-max-media-duration.ts
|
|
20747
20747
|
import { getVideoMetadata as getVideoMetadata2 } from "@remotion/media-utils";
|
|
20748
20748
|
|
|
20749
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
20749
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/misc.js
|
|
20750
20750
|
/*!
|
|
20751
20751
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
20752
20752
|
*
|
|
@@ -21176,7 +21176,7 @@ var isNumber = (x) => {
|
|
|
21176
21176
|
return typeof x === "number" && !Number.isNaN(x);
|
|
21177
21177
|
};
|
|
21178
21178
|
|
|
21179
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
21179
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/metadata.js
|
|
21180
21180
|
/*!
|
|
21181
21181
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
21182
21182
|
*
|
|
@@ -21227,7 +21227,7 @@ var DEFAULT_TRACK_DISPOSITION = {
|
|
|
21227
21227
|
visuallyImpaired: false
|
|
21228
21228
|
};
|
|
21229
21229
|
|
|
21230
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
21230
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/codec.js
|
|
21231
21231
|
/*!
|
|
21232
21232
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
21233
21233
|
*
|
|
@@ -21501,7 +21501,7 @@ var parsePcmCodec = (codec) => {
|
|
|
21501
21501
|
return { dataType, sampleSize, littleEndian, silentValue };
|
|
21502
21502
|
};
|
|
21503
21503
|
|
|
21504
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
21504
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/codec-data.js
|
|
21505
21505
|
/*!
|
|
21506
21506
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
21507
21507
|
*
|
|
@@ -22918,7 +22918,7 @@ var readVorbisComments = (bytes, metadataTags) => {
|
|
|
22918
22918
|
}
|
|
22919
22919
|
};
|
|
22920
22920
|
|
|
22921
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
22921
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/demuxer.js
|
|
22922
22922
|
/*!
|
|
22923
22923
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
22924
22924
|
*
|
|
@@ -22933,7 +22933,7 @@ class Demuxer {
|
|
|
22933
22933
|
}
|
|
22934
22934
|
}
|
|
22935
22935
|
|
|
22936
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
22936
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/custom-coder.js
|
|
22937
22937
|
/*!
|
|
22938
22938
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
22939
22939
|
*
|
|
@@ -22944,7 +22944,7 @@ class Demuxer {
|
|
|
22944
22944
|
var customVideoDecoders = [];
|
|
22945
22945
|
var customAudioDecoders = [];
|
|
22946
22946
|
|
|
22947
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
22947
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/packet.js
|
|
22948
22948
|
/*!
|
|
22949
22949
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
22950
22950
|
*
|
|
@@ -23076,7 +23076,7 @@ class EncodedPacket {
|
|
|
23076
23076
|
}
|
|
23077
23077
|
}
|
|
23078
23078
|
|
|
23079
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
23079
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/sample.js
|
|
23080
23080
|
/*!
|
|
23081
23081
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
23082
23082
|
*
|
|
@@ -23752,7 +23752,7 @@ var getPlaneConfigs = (format) => {
|
|
|
23752
23752
|
};
|
|
23753
23753
|
var AUDIO_SAMPLE_FORMATS = new Set(["f32", "f32-planar", "s16", "s16-planar", "s32", "s32-planar", "u8", "u8-planar"]);
|
|
23754
23754
|
|
|
23755
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
23755
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/media-sink.js
|
|
23756
23756
|
/*!
|
|
23757
23757
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
23758
23758
|
*
|
|
@@ -24706,7 +24706,7 @@ class VideoSampleSink extends BaseMediaSampleSink {
|
|
|
24706
24706
|
}
|
|
24707
24707
|
}
|
|
24708
24708
|
|
|
24709
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
24709
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/input-track.js
|
|
24710
24710
|
/*!
|
|
24711
24711
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
24712
24712
|
*
|
|
@@ -24915,7 +24915,7 @@ class InputAudioTrack extends InputTrack {
|
|
|
24915
24915
|
}
|
|
24916
24916
|
}
|
|
24917
24917
|
|
|
24918
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
24918
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/isobmff/isobmff-misc.js
|
|
24919
24919
|
/*!
|
|
24920
24920
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
24921
24921
|
*
|
|
@@ -24933,7 +24933,7 @@ var buildIsobmffMimeType = (info) => {
|
|
|
24933
24933
|
return string;
|
|
24934
24934
|
};
|
|
24935
24935
|
|
|
24936
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
24936
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/isobmff/isobmff-reader.js
|
|
24937
24937
|
/*!
|
|
24938
24938
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
24939
24939
|
*
|
|
@@ -25009,7 +25009,7 @@ var readDataBox = (slice) => {
|
|
|
25009
25009
|
}
|
|
25010
25010
|
};
|
|
25011
25011
|
|
|
25012
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
25012
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/isobmff/isobmff-demuxer.js
|
|
25013
25013
|
/*!
|
|
25014
25014
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
25015
25015
|
*
|
|
@@ -27287,7 +27287,7 @@ var sampleTableIsEmpty = (sampleTable) => {
|
|
|
27287
27287
|
return sampleTable.sampleSizes.length === 0;
|
|
27288
27288
|
};
|
|
27289
27289
|
|
|
27290
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
27290
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/matroska/ebml.js
|
|
27291
27291
|
/*!
|
|
27292
27292
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
27293
27293
|
*
|
|
@@ -27602,7 +27602,7 @@ function assertDefinedSize(size4) {
|
|
|
27602
27602
|
}
|
|
27603
27603
|
}
|
|
27604
27604
|
|
|
27605
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
27605
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/matroska/matroska-misc.js
|
|
27606
27606
|
/*!
|
|
27607
27607
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
27608
27608
|
*
|
|
@@ -27620,7 +27620,7 @@ var buildMatroskaMimeType = (info) => {
|
|
|
27620
27620
|
return string;
|
|
27621
27621
|
};
|
|
27622
27622
|
|
|
27623
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
27623
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/matroska/matroska-demuxer.js
|
|
27624
27624
|
/*!
|
|
27625
27625
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
27626
27626
|
*
|
|
@@ -29499,7 +29499,7 @@ class MatroskaAudioTrackBacking extends MatroskaTrackBacking {
|
|
|
29499
29499
|
}
|
|
29500
29500
|
}
|
|
29501
29501
|
|
|
29502
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
29502
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/shared/mp3-misc.js
|
|
29503
29503
|
/*!
|
|
29504
29504
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
29505
29505
|
*
|
|
@@ -29741,7 +29741,7 @@ var decodeSynchsafe = (synchsafed) => {
|
|
|
29741
29741
|
return unsynchsafed;
|
|
29742
29742
|
};
|
|
29743
29743
|
|
|
29744
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
29744
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/id3.js
|
|
29745
29745
|
/*!
|
|
29746
29746
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
29747
29747
|
*
|
|
@@ -30441,7 +30441,7 @@ class Id3V2Reader {
|
|
|
30441
30441
|
}
|
|
30442
30442
|
}
|
|
30443
30443
|
|
|
30444
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
30444
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/mp3/mp3-reader.js
|
|
30445
30445
|
/*!
|
|
30446
30446
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
30447
30447
|
*
|
|
@@ -30467,7 +30467,7 @@ var readNextFrameHeader = async (reader, startPos, until) => {
|
|
|
30467
30467
|
return null;
|
|
30468
30468
|
};
|
|
30469
30469
|
|
|
30470
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
30470
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/mp3/mp3-demuxer.js
|
|
30471
30471
|
/*!
|
|
30472
30472
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
30473
30473
|
*
|
|
@@ -30732,7 +30732,7 @@ class Mp3AudioTrackBacking {
|
|
|
30732
30732
|
}
|
|
30733
30733
|
}
|
|
30734
30734
|
|
|
30735
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
30735
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/ogg/ogg-misc.js
|
|
30736
30736
|
/*!
|
|
30737
30737
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
30738
30738
|
*
|
|
@@ -30803,7 +30803,7 @@ var buildOggMimeType = (info) => {
|
|
|
30803
30803
|
return string;
|
|
30804
30804
|
};
|
|
30805
30805
|
|
|
30806
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
30806
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/ogg/ogg-reader.js
|
|
30807
30807
|
/*!
|
|
30808
30808
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
30809
30809
|
*
|
|
@@ -30867,7 +30867,7 @@ var findNextPageHeader = (slice, until) => {
|
|
|
30867
30867
|
return false;
|
|
30868
30868
|
};
|
|
30869
30869
|
|
|
30870
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
30870
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/ogg/ogg-demuxer.js
|
|
30871
30871
|
/*!
|
|
30872
30872
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
30873
30873
|
*
|
|
@@ -31527,7 +31527,7 @@ var findPreviousPacketEndPosition = (pageList, startPage, startSegmentIndex) =>
|
|
|
31527
31527
|
return { page: previousPage, segmentIndex: previousPage.lacingValues.length - 1 };
|
|
31528
31528
|
};
|
|
31529
31529
|
|
|
31530
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
31530
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/wave/wave-demuxer.js
|
|
31531
31531
|
/*!
|
|
31532
31532
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
31533
31533
|
*
|
|
@@ -31948,7 +31948,7 @@ class WaveAudioTrackBacking {
|
|
|
31948
31948
|
}
|
|
31949
31949
|
}
|
|
31950
31950
|
|
|
31951
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
31951
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/adts/adts-reader.js
|
|
31952
31952
|
/*!
|
|
31953
31953
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
31954
31954
|
*
|
|
@@ -32009,7 +32009,7 @@ var readFrameHeader2 = (slice) => {
|
|
|
32009
32009
|
};
|
|
32010
32010
|
};
|
|
32011
32011
|
|
|
32012
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
32012
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/adts/adts-demuxer.js
|
|
32013
32013
|
/*!
|
|
32014
32014
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
32015
32015
|
*
|
|
@@ -32230,7 +32230,7 @@ class AdtsAudioTrackBacking {
|
|
|
32230
32230
|
}
|
|
32231
32231
|
}
|
|
32232
32232
|
|
|
32233
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
32233
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/flac/flac-misc.js
|
|
32234
32234
|
/*!
|
|
32235
32235
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
32236
32236
|
*
|
|
@@ -32365,7 +32365,7 @@ var calculateCrc8 = (data) => {
|
|
|
32365
32365
|
return crc;
|
|
32366
32366
|
};
|
|
32367
32367
|
|
|
32368
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
32368
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/flac/flac-demuxer.js
|
|
32369
32369
|
/*!
|
|
32370
32370
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
32371
32371
|
*
|
|
@@ -32789,7 +32789,7 @@ class FlacAudioTrackBacking {
|
|
|
32789
32789
|
}
|
|
32790
32790
|
}
|
|
32791
32791
|
|
|
32792
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
32792
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/input-format.js
|
|
32793
32793
|
/*!
|
|
32794
32794
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
32795
32795
|
*
|
|
@@ -33111,7 +33111,7 @@ var ADTS = /* @__PURE__ */ new AdtsInputFormat;
|
|
|
33111
33111
|
var FLAC = /* @__PURE__ */ new FlacInputFormat;
|
|
33112
33112
|
var ALL_FORMATS = [MP4, QTFF, MATROSKA, WEBM, WAVE, OGG, FLAC, MP3, ADTS];
|
|
33113
33113
|
|
|
33114
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
33114
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/source.js
|
|
33115
33115
|
var nodeAlias = (() => ({}));
|
|
33116
33116
|
/*!
|
|
33117
33117
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
@@ -33645,7 +33645,7 @@ class ReadOrchestrator {
|
|
|
33645
33645
|
}
|
|
33646
33646
|
}
|
|
33647
33647
|
|
|
33648
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
33648
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/input.js
|
|
33649
33649
|
/*!
|
|
33650
33650
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
33651
33651
|
*
|
|
@@ -33752,7 +33752,7 @@ class InputDisposedError extends Error {
|
|
|
33752
33752
|
}
|
|
33753
33753
|
}
|
|
33754
33754
|
|
|
33755
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
33755
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/reader.js
|
|
33756
33756
|
/*!
|
|
33757
33757
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
33758
33758
|
*
|
|
@@ -33970,7 +33970,7 @@ var readAscii = (slice, length) => {
|
|
|
33970
33970
|
}
|
|
33971
33971
|
return str;
|
|
33972
33972
|
};
|
|
33973
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
33973
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/index.js
|
|
33974
33974
|
/*!
|
|
33975
33975
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
33976
33976
|
*
|
package/dist/esm/internals.mjs
CHANGED
|
@@ -20765,7 +20765,7 @@ var getTimelineSequenceLayout = ({
|
|
|
20765
20765
|
// src/helpers/use-max-media-duration.ts
|
|
20766
20766
|
import { getVideoMetadata as getVideoMetadata2 } from "@remotion/media-utils";
|
|
20767
20767
|
|
|
20768
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
20768
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/misc.js
|
|
20769
20769
|
/*!
|
|
20770
20770
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
20771
20771
|
*
|
|
@@ -21195,7 +21195,7 @@ var isNumber = (x) => {
|
|
|
21195
21195
|
return typeof x === "number" && !Number.isNaN(x);
|
|
21196
21196
|
};
|
|
21197
21197
|
|
|
21198
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
21198
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/metadata.js
|
|
21199
21199
|
/*!
|
|
21200
21200
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
21201
21201
|
*
|
|
@@ -21246,7 +21246,7 @@ var DEFAULT_TRACK_DISPOSITION = {
|
|
|
21246
21246
|
visuallyImpaired: false
|
|
21247
21247
|
};
|
|
21248
21248
|
|
|
21249
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
21249
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/codec.js
|
|
21250
21250
|
/*!
|
|
21251
21251
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
21252
21252
|
*
|
|
@@ -21520,7 +21520,7 @@ var parsePcmCodec = (codec) => {
|
|
|
21520
21520
|
return { dataType, sampleSize, littleEndian, silentValue };
|
|
21521
21521
|
};
|
|
21522
21522
|
|
|
21523
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
21523
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/codec-data.js
|
|
21524
21524
|
/*!
|
|
21525
21525
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
21526
21526
|
*
|
|
@@ -22937,7 +22937,7 @@ var readVorbisComments = (bytes, metadataTags) => {
|
|
|
22937
22937
|
}
|
|
22938
22938
|
};
|
|
22939
22939
|
|
|
22940
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
22940
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/demuxer.js
|
|
22941
22941
|
/*!
|
|
22942
22942
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
22943
22943
|
*
|
|
@@ -22952,7 +22952,7 @@ class Demuxer {
|
|
|
22952
22952
|
}
|
|
22953
22953
|
}
|
|
22954
22954
|
|
|
22955
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
22955
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/custom-coder.js
|
|
22956
22956
|
/*!
|
|
22957
22957
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
22958
22958
|
*
|
|
@@ -22963,7 +22963,7 @@ class Demuxer {
|
|
|
22963
22963
|
var customVideoDecoders = [];
|
|
22964
22964
|
var customAudioDecoders = [];
|
|
22965
22965
|
|
|
22966
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
22966
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/packet.js
|
|
22967
22967
|
/*!
|
|
22968
22968
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
22969
22969
|
*
|
|
@@ -23095,7 +23095,7 @@ class EncodedPacket {
|
|
|
23095
23095
|
}
|
|
23096
23096
|
}
|
|
23097
23097
|
|
|
23098
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
23098
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/sample.js
|
|
23099
23099
|
/*!
|
|
23100
23100
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
23101
23101
|
*
|
|
@@ -23771,7 +23771,7 @@ var getPlaneConfigs = (format) => {
|
|
|
23771
23771
|
};
|
|
23772
23772
|
var AUDIO_SAMPLE_FORMATS = new Set(["f32", "f32-planar", "s16", "s16-planar", "s32", "s32-planar", "u8", "u8-planar"]);
|
|
23773
23773
|
|
|
23774
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
23774
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/media-sink.js
|
|
23775
23775
|
/*!
|
|
23776
23776
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
23777
23777
|
*
|
|
@@ -24725,7 +24725,7 @@ class VideoSampleSink extends BaseMediaSampleSink {
|
|
|
24725
24725
|
}
|
|
24726
24726
|
}
|
|
24727
24727
|
|
|
24728
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
24728
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/input-track.js
|
|
24729
24729
|
/*!
|
|
24730
24730
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
24731
24731
|
*
|
|
@@ -24934,7 +24934,7 @@ class InputAudioTrack extends InputTrack {
|
|
|
24934
24934
|
}
|
|
24935
24935
|
}
|
|
24936
24936
|
|
|
24937
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
24937
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/isobmff/isobmff-misc.js
|
|
24938
24938
|
/*!
|
|
24939
24939
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
24940
24940
|
*
|
|
@@ -24952,7 +24952,7 @@ var buildIsobmffMimeType = (info) => {
|
|
|
24952
24952
|
return string;
|
|
24953
24953
|
};
|
|
24954
24954
|
|
|
24955
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
24955
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/isobmff/isobmff-reader.js
|
|
24956
24956
|
/*!
|
|
24957
24957
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
24958
24958
|
*
|
|
@@ -25028,7 +25028,7 @@ var readDataBox = (slice) => {
|
|
|
25028
25028
|
}
|
|
25029
25029
|
};
|
|
25030
25030
|
|
|
25031
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
25031
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/isobmff/isobmff-demuxer.js
|
|
25032
25032
|
/*!
|
|
25033
25033
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
25034
25034
|
*
|
|
@@ -27306,7 +27306,7 @@ var sampleTableIsEmpty = (sampleTable) => {
|
|
|
27306
27306
|
return sampleTable.sampleSizes.length === 0;
|
|
27307
27307
|
};
|
|
27308
27308
|
|
|
27309
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
27309
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/matroska/ebml.js
|
|
27310
27310
|
/*!
|
|
27311
27311
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
27312
27312
|
*
|
|
@@ -27621,7 +27621,7 @@ function assertDefinedSize(size4) {
|
|
|
27621
27621
|
}
|
|
27622
27622
|
}
|
|
27623
27623
|
|
|
27624
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
27624
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/matroska/matroska-misc.js
|
|
27625
27625
|
/*!
|
|
27626
27626
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
27627
27627
|
*
|
|
@@ -27639,7 +27639,7 @@ var buildMatroskaMimeType = (info) => {
|
|
|
27639
27639
|
return string;
|
|
27640
27640
|
};
|
|
27641
27641
|
|
|
27642
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
27642
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/matroska/matroska-demuxer.js
|
|
27643
27643
|
/*!
|
|
27644
27644
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
27645
27645
|
*
|
|
@@ -29518,7 +29518,7 @@ class MatroskaAudioTrackBacking extends MatroskaTrackBacking {
|
|
|
29518
29518
|
}
|
|
29519
29519
|
}
|
|
29520
29520
|
|
|
29521
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
29521
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/shared/mp3-misc.js
|
|
29522
29522
|
/*!
|
|
29523
29523
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
29524
29524
|
*
|
|
@@ -29760,7 +29760,7 @@ var decodeSynchsafe = (synchsafed) => {
|
|
|
29760
29760
|
return unsynchsafed;
|
|
29761
29761
|
};
|
|
29762
29762
|
|
|
29763
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
29763
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/id3.js
|
|
29764
29764
|
/*!
|
|
29765
29765
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
29766
29766
|
*
|
|
@@ -30460,7 +30460,7 @@ class Id3V2Reader {
|
|
|
30460
30460
|
}
|
|
30461
30461
|
}
|
|
30462
30462
|
|
|
30463
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
30463
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/mp3/mp3-reader.js
|
|
30464
30464
|
/*!
|
|
30465
30465
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
30466
30466
|
*
|
|
@@ -30486,7 +30486,7 @@ var readNextFrameHeader = async (reader, startPos, until) => {
|
|
|
30486
30486
|
return null;
|
|
30487
30487
|
};
|
|
30488
30488
|
|
|
30489
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
30489
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/mp3/mp3-demuxer.js
|
|
30490
30490
|
/*!
|
|
30491
30491
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
30492
30492
|
*
|
|
@@ -30751,7 +30751,7 @@ class Mp3AudioTrackBacking {
|
|
|
30751
30751
|
}
|
|
30752
30752
|
}
|
|
30753
30753
|
|
|
30754
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
30754
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/ogg/ogg-misc.js
|
|
30755
30755
|
/*!
|
|
30756
30756
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
30757
30757
|
*
|
|
@@ -30822,7 +30822,7 @@ var buildOggMimeType = (info) => {
|
|
|
30822
30822
|
return string;
|
|
30823
30823
|
};
|
|
30824
30824
|
|
|
30825
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
30825
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/ogg/ogg-reader.js
|
|
30826
30826
|
/*!
|
|
30827
30827
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
30828
30828
|
*
|
|
@@ -30886,7 +30886,7 @@ var findNextPageHeader = (slice, until) => {
|
|
|
30886
30886
|
return false;
|
|
30887
30887
|
};
|
|
30888
30888
|
|
|
30889
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
30889
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/ogg/ogg-demuxer.js
|
|
30890
30890
|
/*!
|
|
30891
30891
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
30892
30892
|
*
|
|
@@ -31546,7 +31546,7 @@ var findPreviousPacketEndPosition = (pageList, startPage, startSegmentIndex) =>
|
|
|
31546
31546
|
return { page: previousPage, segmentIndex: previousPage.lacingValues.length - 1 };
|
|
31547
31547
|
};
|
|
31548
31548
|
|
|
31549
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
31549
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/wave/wave-demuxer.js
|
|
31550
31550
|
/*!
|
|
31551
31551
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
31552
31552
|
*
|
|
@@ -31967,7 +31967,7 @@ class WaveAudioTrackBacking {
|
|
|
31967
31967
|
}
|
|
31968
31968
|
}
|
|
31969
31969
|
|
|
31970
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
31970
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/adts/adts-reader.js
|
|
31971
31971
|
/*!
|
|
31972
31972
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
31973
31973
|
*
|
|
@@ -32028,7 +32028,7 @@ var readFrameHeader2 = (slice) => {
|
|
|
32028
32028
|
};
|
|
32029
32029
|
};
|
|
32030
32030
|
|
|
32031
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
32031
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/adts/adts-demuxer.js
|
|
32032
32032
|
/*!
|
|
32033
32033
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
32034
32034
|
*
|
|
@@ -32249,7 +32249,7 @@ class AdtsAudioTrackBacking {
|
|
|
32249
32249
|
}
|
|
32250
32250
|
}
|
|
32251
32251
|
|
|
32252
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
32252
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/flac/flac-misc.js
|
|
32253
32253
|
/*!
|
|
32254
32254
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
32255
32255
|
*
|
|
@@ -32384,7 +32384,7 @@ var calculateCrc8 = (data) => {
|
|
|
32384
32384
|
return crc;
|
|
32385
32385
|
};
|
|
32386
32386
|
|
|
32387
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
32387
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/flac/flac-demuxer.js
|
|
32388
32388
|
/*!
|
|
32389
32389
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
32390
32390
|
*
|
|
@@ -32808,7 +32808,7 @@ class FlacAudioTrackBacking {
|
|
|
32808
32808
|
}
|
|
32809
32809
|
}
|
|
32810
32810
|
|
|
32811
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
32811
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/input-format.js
|
|
32812
32812
|
/*!
|
|
32813
32813
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
32814
32814
|
*
|
|
@@ -33130,7 +33130,7 @@ var ADTS = /* @__PURE__ */ new AdtsInputFormat;
|
|
|
33130
33130
|
var FLAC = /* @__PURE__ */ new FlacInputFormat;
|
|
33131
33131
|
var ALL_FORMATS = [MP4, QTFF, MATROSKA, WEBM, WAVE, OGG, FLAC, MP3, ADTS];
|
|
33132
33132
|
|
|
33133
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
33133
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/source.js
|
|
33134
33134
|
var nodeAlias = (() => ({}));
|
|
33135
33135
|
/*!
|
|
33136
33136
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
@@ -33664,7 +33664,7 @@ class ReadOrchestrator {
|
|
|
33664
33664
|
}
|
|
33665
33665
|
}
|
|
33666
33666
|
|
|
33667
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
33667
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/input.js
|
|
33668
33668
|
/*!
|
|
33669
33669
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
33670
33670
|
*
|
|
@@ -33771,7 +33771,7 @@ class InputDisposedError extends Error {
|
|
|
33771
33771
|
}
|
|
33772
33772
|
}
|
|
33773
33773
|
|
|
33774
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
33774
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/reader.js
|
|
33775
33775
|
/*!
|
|
33776
33776
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
33777
33777
|
*
|
|
@@ -33989,7 +33989,7 @@ var readAscii = (slice, length) => {
|
|
|
33989
33989
|
}
|
|
33990
33990
|
return str;
|
|
33991
33991
|
};
|
|
33992
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
33992
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/index.js
|
|
33993
33993
|
/*!
|
|
33994
33994
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
33995
33995
|
*
|
|
@@ -21045,7 +21045,7 @@ var getTimelineSequenceLayout = ({
|
|
|
21045
21045
|
// src/helpers/use-max-media-duration.ts
|
|
21046
21046
|
import { getVideoMetadata as getVideoMetadata2 } from "@remotion/media-utils";
|
|
21047
21047
|
|
|
21048
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
21048
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/misc.js
|
|
21049
21049
|
/*!
|
|
21050
21050
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
21051
21051
|
*
|
|
@@ -21475,7 +21475,7 @@ var isNumber = (x) => {
|
|
|
21475
21475
|
return typeof x === "number" && !Number.isNaN(x);
|
|
21476
21476
|
};
|
|
21477
21477
|
|
|
21478
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
21478
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/metadata.js
|
|
21479
21479
|
/*!
|
|
21480
21480
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
21481
21481
|
*
|
|
@@ -21526,7 +21526,7 @@ var DEFAULT_TRACK_DISPOSITION = {
|
|
|
21526
21526
|
visuallyImpaired: false
|
|
21527
21527
|
};
|
|
21528
21528
|
|
|
21529
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
21529
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/codec.js
|
|
21530
21530
|
/*!
|
|
21531
21531
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
21532
21532
|
*
|
|
@@ -21800,7 +21800,7 @@ var parsePcmCodec = (codec) => {
|
|
|
21800
21800
|
return { dataType, sampleSize, littleEndian, silentValue };
|
|
21801
21801
|
};
|
|
21802
21802
|
|
|
21803
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
21803
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/codec-data.js
|
|
21804
21804
|
/*!
|
|
21805
21805
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
21806
21806
|
*
|
|
@@ -23217,7 +23217,7 @@ var readVorbisComments = (bytes, metadataTags) => {
|
|
|
23217
23217
|
}
|
|
23218
23218
|
};
|
|
23219
23219
|
|
|
23220
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
23220
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/demuxer.js
|
|
23221
23221
|
/*!
|
|
23222
23222
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
23223
23223
|
*
|
|
@@ -23232,7 +23232,7 @@ class Demuxer {
|
|
|
23232
23232
|
}
|
|
23233
23233
|
}
|
|
23234
23234
|
|
|
23235
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
23235
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/custom-coder.js
|
|
23236
23236
|
/*!
|
|
23237
23237
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
23238
23238
|
*
|
|
@@ -23243,7 +23243,7 @@ class Demuxer {
|
|
|
23243
23243
|
var customVideoDecoders = [];
|
|
23244
23244
|
var customAudioDecoders = [];
|
|
23245
23245
|
|
|
23246
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
23246
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/packet.js
|
|
23247
23247
|
/*!
|
|
23248
23248
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
23249
23249
|
*
|
|
@@ -23375,7 +23375,7 @@ class EncodedPacket {
|
|
|
23375
23375
|
}
|
|
23376
23376
|
}
|
|
23377
23377
|
|
|
23378
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
23378
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/sample.js
|
|
23379
23379
|
/*!
|
|
23380
23380
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
23381
23381
|
*
|
|
@@ -24051,7 +24051,7 @@ var getPlaneConfigs = (format) => {
|
|
|
24051
24051
|
};
|
|
24052
24052
|
var AUDIO_SAMPLE_FORMATS = new Set(["f32", "f32-planar", "s16", "s16-planar", "s32", "s32-planar", "u8", "u8-planar"]);
|
|
24053
24053
|
|
|
24054
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
24054
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/media-sink.js
|
|
24055
24055
|
/*!
|
|
24056
24056
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
24057
24057
|
*
|
|
@@ -25005,7 +25005,7 @@ class VideoSampleSink extends BaseMediaSampleSink {
|
|
|
25005
25005
|
}
|
|
25006
25006
|
}
|
|
25007
25007
|
|
|
25008
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
25008
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/input-track.js
|
|
25009
25009
|
/*!
|
|
25010
25010
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
25011
25011
|
*
|
|
@@ -25214,7 +25214,7 @@ class InputAudioTrack extends InputTrack {
|
|
|
25214
25214
|
}
|
|
25215
25215
|
}
|
|
25216
25216
|
|
|
25217
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
25217
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/isobmff/isobmff-misc.js
|
|
25218
25218
|
/*!
|
|
25219
25219
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
25220
25220
|
*
|
|
@@ -25232,7 +25232,7 @@ var buildIsobmffMimeType = (info) => {
|
|
|
25232
25232
|
return string;
|
|
25233
25233
|
};
|
|
25234
25234
|
|
|
25235
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
25235
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/isobmff/isobmff-reader.js
|
|
25236
25236
|
/*!
|
|
25237
25237
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
25238
25238
|
*
|
|
@@ -25308,7 +25308,7 @@ var readDataBox = (slice) => {
|
|
|
25308
25308
|
}
|
|
25309
25309
|
};
|
|
25310
25310
|
|
|
25311
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
25311
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/isobmff/isobmff-demuxer.js
|
|
25312
25312
|
/*!
|
|
25313
25313
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
25314
25314
|
*
|
|
@@ -27586,7 +27586,7 @@ var sampleTableIsEmpty = (sampleTable) => {
|
|
|
27586
27586
|
return sampleTable.sampleSizes.length === 0;
|
|
27587
27587
|
};
|
|
27588
27588
|
|
|
27589
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
27589
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/matroska/ebml.js
|
|
27590
27590
|
/*!
|
|
27591
27591
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
27592
27592
|
*
|
|
@@ -27901,7 +27901,7 @@ function assertDefinedSize(size4) {
|
|
|
27901
27901
|
}
|
|
27902
27902
|
}
|
|
27903
27903
|
|
|
27904
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
27904
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/matroska/matroska-misc.js
|
|
27905
27905
|
/*!
|
|
27906
27906
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
27907
27907
|
*
|
|
@@ -27919,7 +27919,7 @@ var buildMatroskaMimeType = (info) => {
|
|
|
27919
27919
|
return string;
|
|
27920
27920
|
};
|
|
27921
27921
|
|
|
27922
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
27922
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/matroska/matroska-demuxer.js
|
|
27923
27923
|
/*!
|
|
27924
27924
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
27925
27925
|
*
|
|
@@ -29798,7 +29798,7 @@ class MatroskaAudioTrackBacking extends MatroskaTrackBacking {
|
|
|
29798
29798
|
}
|
|
29799
29799
|
}
|
|
29800
29800
|
|
|
29801
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
29801
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/shared/mp3-misc.js
|
|
29802
29802
|
/*!
|
|
29803
29803
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
29804
29804
|
*
|
|
@@ -30040,7 +30040,7 @@ var decodeSynchsafe = (synchsafed) => {
|
|
|
30040
30040
|
return unsynchsafed;
|
|
30041
30041
|
};
|
|
30042
30042
|
|
|
30043
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
30043
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/id3.js
|
|
30044
30044
|
/*!
|
|
30045
30045
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
30046
30046
|
*
|
|
@@ -30740,7 +30740,7 @@ class Id3V2Reader {
|
|
|
30740
30740
|
}
|
|
30741
30741
|
}
|
|
30742
30742
|
|
|
30743
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
30743
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/mp3/mp3-reader.js
|
|
30744
30744
|
/*!
|
|
30745
30745
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
30746
30746
|
*
|
|
@@ -30766,7 +30766,7 @@ var readNextFrameHeader = async (reader, startPos, until) => {
|
|
|
30766
30766
|
return null;
|
|
30767
30767
|
};
|
|
30768
30768
|
|
|
30769
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
30769
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/mp3/mp3-demuxer.js
|
|
30770
30770
|
/*!
|
|
30771
30771
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
30772
30772
|
*
|
|
@@ -31031,7 +31031,7 @@ class Mp3AudioTrackBacking {
|
|
|
31031
31031
|
}
|
|
31032
31032
|
}
|
|
31033
31033
|
|
|
31034
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
31034
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/ogg/ogg-misc.js
|
|
31035
31035
|
/*!
|
|
31036
31036
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
31037
31037
|
*
|
|
@@ -31102,7 +31102,7 @@ var buildOggMimeType = (info) => {
|
|
|
31102
31102
|
return string;
|
|
31103
31103
|
};
|
|
31104
31104
|
|
|
31105
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
31105
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/ogg/ogg-reader.js
|
|
31106
31106
|
/*!
|
|
31107
31107
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
31108
31108
|
*
|
|
@@ -31166,7 +31166,7 @@ var findNextPageHeader = (slice, until) => {
|
|
|
31166
31166
|
return false;
|
|
31167
31167
|
};
|
|
31168
31168
|
|
|
31169
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
31169
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/ogg/ogg-demuxer.js
|
|
31170
31170
|
/*!
|
|
31171
31171
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
31172
31172
|
*
|
|
@@ -31826,7 +31826,7 @@ var findPreviousPacketEndPosition = (pageList, startPage, startSegmentIndex) =>
|
|
|
31826
31826
|
return { page: previousPage, segmentIndex: previousPage.lacingValues.length - 1 };
|
|
31827
31827
|
};
|
|
31828
31828
|
|
|
31829
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
31829
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/wave/wave-demuxer.js
|
|
31830
31830
|
/*!
|
|
31831
31831
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
31832
31832
|
*
|
|
@@ -32247,7 +32247,7 @@ class WaveAudioTrackBacking {
|
|
|
32247
32247
|
}
|
|
32248
32248
|
}
|
|
32249
32249
|
|
|
32250
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
32250
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/adts/adts-reader.js
|
|
32251
32251
|
/*!
|
|
32252
32252
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
32253
32253
|
*
|
|
@@ -32308,7 +32308,7 @@ var readFrameHeader2 = (slice) => {
|
|
|
32308
32308
|
};
|
|
32309
32309
|
};
|
|
32310
32310
|
|
|
32311
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
32311
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/adts/adts-demuxer.js
|
|
32312
32312
|
/*!
|
|
32313
32313
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
32314
32314
|
*
|
|
@@ -32529,7 +32529,7 @@ class AdtsAudioTrackBacking {
|
|
|
32529
32529
|
}
|
|
32530
32530
|
}
|
|
32531
32531
|
|
|
32532
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
32532
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/flac/flac-misc.js
|
|
32533
32533
|
/*!
|
|
32534
32534
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
32535
32535
|
*
|
|
@@ -32664,7 +32664,7 @@ var calculateCrc8 = (data) => {
|
|
|
32664
32664
|
return crc;
|
|
32665
32665
|
};
|
|
32666
32666
|
|
|
32667
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
32667
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/flac/flac-demuxer.js
|
|
32668
32668
|
/*!
|
|
32669
32669
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
32670
32670
|
*
|
|
@@ -33088,7 +33088,7 @@ class FlacAudioTrackBacking {
|
|
|
33088
33088
|
}
|
|
33089
33089
|
}
|
|
33090
33090
|
|
|
33091
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
33091
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/input-format.js
|
|
33092
33092
|
/*!
|
|
33093
33093
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
33094
33094
|
*
|
|
@@ -33410,7 +33410,7 @@ var ADTS = /* @__PURE__ */ new AdtsInputFormat;
|
|
|
33410
33410
|
var FLAC = /* @__PURE__ */ new FlacInputFormat;
|
|
33411
33411
|
var ALL_FORMATS = [MP4, QTFF, MATROSKA, WEBM, WAVE, OGG, FLAC, MP3, ADTS];
|
|
33412
33412
|
|
|
33413
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
33413
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/source.js
|
|
33414
33414
|
var nodeAlias = (() => ({}));
|
|
33415
33415
|
/*!
|
|
33416
33416
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
@@ -33944,7 +33944,7 @@ class ReadOrchestrator {
|
|
|
33944
33944
|
}
|
|
33945
33945
|
}
|
|
33946
33946
|
|
|
33947
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
33947
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/input.js
|
|
33948
33948
|
/*!
|
|
33949
33949
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
33950
33950
|
*
|
|
@@ -34051,7 +34051,7 @@ class InputDisposedError extends Error {
|
|
|
34051
34051
|
}
|
|
34052
34052
|
}
|
|
34053
34053
|
|
|
34054
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
34054
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/reader.js
|
|
34055
34055
|
/*!
|
|
34056
34056
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
34057
34057
|
*
|
|
@@ -34269,7 +34269,7 @@ var readAscii = (slice, length) => {
|
|
|
34269
34269
|
}
|
|
34270
34270
|
return str;
|
|
34271
34271
|
};
|
|
34272
|
-
// ../../node_modules/.bun/mediabunny@1.27.
|
|
34272
|
+
// ../../node_modules/.bun/mediabunny@1.27.3/node_modules/mediabunny/dist/modules/src/index.js
|
|
34273
34273
|
/*!
|
|
34274
34274
|
* Copyright (c) 2025-present, Vanilagy and contributors
|
|
34275
34275
|
*
|
package/dist/esm/renderEntry.mjs
CHANGED
|
@@ -206,7 +206,7 @@ var renderContent = (Root) => {
|
|
|
206
206
|
renderToDOM(/* @__PURE__ */ jsx("div", {
|
|
207
207
|
children: /* @__PURE__ */ jsx(DelayedSpinner, {})
|
|
208
208
|
}));
|
|
209
|
-
import("./chunk-
|
|
209
|
+
import("./chunk-ecq04waf.js").then(({ StudioInternals }) => {
|
|
210
210
|
window.remotion_isStudio = true;
|
|
211
211
|
window.remotion_isReadOnlyStudio = true;
|
|
212
212
|
window.remotion_inputProps = "{}";
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/studio"
|
|
4
4
|
},
|
|
5
5
|
"name": "@remotion/studio",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.399",
|
|
7
7
|
"description": "APIs for interacting with the Remotion Studio",
|
|
8
8
|
"main": "dist",
|
|
9
9
|
"sideEffects": false,
|
|
@@ -25,14 +25,14 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"semver": "7.5.3",
|
|
28
|
-
"remotion": "4.0.
|
|
29
|
-
"@remotion/player": "4.0.
|
|
30
|
-
"@remotion/media-utils": "4.0.
|
|
31
|
-
"@remotion/renderer": "4.0.
|
|
32
|
-
"@remotion/web-renderer": "4.0.
|
|
33
|
-
"@remotion/studio-shared": "4.0.
|
|
34
|
-
"@remotion/zod-types": "4.0.
|
|
35
|
-
"mediabunny": "1.27.
|
|
28
|
+
"remotion": "4.0.399",
|
|
29
|
+
"@remotion/player": "4.0.399",
|
|
30
|
+
"@remotion/media-utils": "4.0.399",
|
|
31
|
+
"@remotion/renderer": "4.0.399",
|
|
32
|
+
"@remotion/web-renderer": "4.0.399",
|
|
33
|
+
"@remotion/studio-shared": "4.0.399",
|
|
34
|
+
"@remotion/zod-types": "4.0.399",
|
|
35
|
+
"mediabunny": "1.27.3",
|
|
36
36
|
"memfs": "3.4.3",
|
|
37
37
|
"source-map": "0.7.3",
|
|
38
38
|
"open": "^8.4.2",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"react": "19.2.3",
|
|
43
43
|
"react-dom": "19.2.3",
|
|
44
44
|
"@types/semver": "^7.3.4",
|
|
45
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
45
|
+
"@remotion/eslint-config-internal": "4.0.399",
|
|
46
46
|
"eslint": "9.19.0"
|
|
47
47
|
},
|
|
48
48
|
"publishConfig": {
|