@remotion/webcodecs 4.0.286 → 4.0.288
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/dist/audio-data/data-types.d.ts +1 -0
- package/dist/audio-data/data-types.js +26 -0
- package/dist/audio-data/is-planar-format.d.ts +1 -0
- package/dist/audio-data/is-planar-format.js +7 -0
- package/dist/audio-encoder.js +5 -1
- package/dist/can-reencode-audio-track.d.ts +2 -1
- package/dist/can-reencode-audio-track.js +2 -2
- package/dist/convert-audiodata.d.ts +10 -0
- package/dist/convert-audiodata.js +85 -0
- package/dist/convert-media.d.ts +2 -1
- package/dist/convert-media.js +2 -1
- package/dist/create/iso-base-media/codec-specific/create-codec-specific-data.js +8 -0
- package/dist/create/iso-base-media/create-iso-base-media.js +2 -0
- package/dist/create/iso-base-media/example-stts.js +620 -0
- package/dist/create/matroska/create-matroska-media.js +1 -1
- package/dist/create/matroska/matroska-utils.d.ts +1 -1
- package/dist/default-on-audio-track-handler.js +2 -0
- package/dist/esm/index.mjs +183 -24
- package/dist/esm/web-fs.mjs +2 -4
- package/dist/get-wave-audio-decoder.js +29 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -1
- package/dist/on-audio-track-handler.d.ts +1 -0
- package/dist/on-audio-track.js +3 -3
- package/dist/resample-audiodata.d.ts +4 -0
- package/dist/resample-audiodata.js +35 -0
- package/dist/wav-audio-encoder.d.ts +1 -1
- package/dist/wav-audio-encoder.js +11 -4
- package/package.json +12 -7
- package/dist/test/avc1.test.d.ts +0 -1
- package/dist/test/avc1.test.js +0 -39
- package/dist/test/avcc.test.d.ts +0 -1
- package/dist/test/avcc.test.js +0 -15
- package/dist/test/avi-to-mp4.test.d.ts +0 -1
- package/dist/test/avi-to-mp4.test.js +0 -15
- package/dist/test/cmt.test.d.ts +0 -1
- package/dist/test/cmt.test.js +0 -13
- package/dist/test/colr.test.d.ts +0 -1
- package/dist/test/colr.test.js +0 -16
- package/dist/test/correct-byte-length.test.d.ts +0 -1
- package/dist/test/correct-byte-length.test.js +0 -23
- package/dist/test/create-ftyp.test.d.ts +0 -1
- package/dist/test/create-ftyp.test.js +0 -47
- package/dist/test/create-mvhd.test.d.ts +0 -1
- package/dist/test/create-mvhd.test.js +0 -108
- package/dist/test/ctts.test.d.ts +0 -1
- package/dist/test/ctts.test.js +0 -49
- package/dist/test/dinf.test.d.ts +0 -1
- package/dist/test/dinf.test.js +0 -12
- package/dist/test/ilst.test.d.ts +0 -1
- package/dist/test/ilst.test.js +0 -22
- package/dist/test/mdhd.test.d.ts +0 -1
- package/dist/test/mdhd.test.js +0 -17
- package/dist/test/meta.test.d.ts +0 -1
- package/dist/test/meta.test.js +0 -26
- package/dist/test/mp4-header-length.test.d.ts +0 -1
- package/dist/test/mp4-header-length.test.js +0 -12
- package/dist/test/mp4a.test.d.ts +0 -1
- package/dist/test/mp4a.test.js +0 -24
- package/dist/test/pasp.test.d.ts +0 -1
- package/dist/test/pasp.test.js +0 -12
- package/dist/test/remux-serverside.test.d.ts +0 -1
- package/dist/test/remux-serverside.test.js +0 -23
- package/dist/test/stbl.test.d.ts +0 -0
- package/dist/test/stbl.test.js +0 -176
- package/dist/test/stco.test.d.ts +0 -1
- package/dist/test/stco.test.js +0 -34
- package/dist/test/stsc.test.d.ts +0 -1
- package/dist/test/stsc.test.js +0 -63
- package/dist/test/stss.test.d.ts +0 -1
- package/dist/test/stss.test.js +0 -14
- package/dist/test/stsz.test.d.ts +0 -1
- package/dist/test/stsz.test.js +0 -43
- package/dist/test/stts.test.d.ts +0 -1
- package/dist/test/stts.test.js +0 -12
- package/dist/test/tkhd.test.d.ts +0 -1
- package/dist/test/tkhd.test.js +0 -175
- package/dist/test/too.test.d.ts +0 -1
- package/dist/test/too.test.js +0 -12
- package/dist/test/url.test.d.ts +0 -1
- package/dist/test/url.test.js +0 -11
|
@@ -9,6 +9,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
9
9
|
dts: 0,
|
|
10
10
|
cts: 6000,
|
|
11
11
|
duration: 3000,
|
|
12
|
+
bigEndian: false,
|
|
13
|
+
chunkSize: null,
|
|
12
14
|
chunk: 0,
|
|
13
15
|
},
|
|
14
16
|
{
|
|
@@ -18,6 +20,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
18
20
|
dts: 3000,
|
|
19
21
|
cts: 18000,
|
|
20
22
|
duration: 3000,
|
|
23
|
+
bigEndian: false,
|
|
24
|
+
chunkSize: null,
|
|
21
25
|
chunk: 0,
|
|
22
26
|
},
|
|
23
27
|
{
|
|
@@ -27,6 +31,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
27
31
|
dts: 6000,
|
|
28
32
|
cts: 12000,
|
|
29
33
|
duration: 3000,
|
|
34
|
+
bigEndian: false,
|
|
35
|
+
chunkSize: null,
|
|
30
36
|
chunk: 0,
|
|
31
37
|
},
|
|
32
38
|
{
|
|
@@ -36,6 +42,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
36
42
|
dts: 9000,
|
|
37
43
|
cts: 9000,
|
|
38
44
|
duration: 3000,
|
|
45
|
+
bigEndian: false,
|
|
46
|
+
chunkSize: null,
|
|
39
47
|
chunk: 1,
|
|
40
48
|
},
|
|
41
49
|
{
|
|
@@ -45,6 +53,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
45
53
|
dts: 12000,
|
|
46
54
|
cts: 15000,
|
|
47
55
|
duration: 3000,
|
|
56
|
+
bigEndian: false,
|
|
57
|
+
chunkSize: null,
|
|
48
58
|
chunk: 2,
|
|
49
59
|
},
|
|
50
60
|
{
|
|
@@ -54,6 +64,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
54
64
|
dts: 15000,
|
|
55
65
|
cts: 24000,
|
|
56
66
|
duration: 3000,
|
|
67
|
+
bigEndian: false,
|
|
68
|
+
chunkSize: null,
|
|
57
69
|
chunk: 3,
|
|
58
70
|
},
|
|
59
71
|
{
|
|
@@ -63,6 +75,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
63
75
|
dts: 18000,
|
|
64
76
|
cts: 21000,
|
|
65
77
|
duration: 3000,
|
|
78
|
+
bigEndian: false,
|
|
79
|
+
chunkSize: null,
|
|
66
80
|
chunk: 4,
|
|
67
81
|
},
|
|
68
82
|
{
|
|
@@ -72,6 +86,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
72
86
|
dts: 21000,
|
|
73
87
|
cts: 33000,
|
|
74
88
|
duration: 3000,
|
|
89
|
+
bigEndian: false,
|
|
90
|
+
chunkSize: null,
|
|
75
91
|
chunk: 5,
|
|
76
92
|
},
|
|
77
93
|
{
|
|
@@ -81,6 +97,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
81
97
|
dts: 24000,
|
|
82
98
|
cts: 27000,
|
|
83
99
|
duration: 3000,
|
|
100
|
+
bigEndian: false,
|
|
101
|
+
chunkSize: null,
|
|
84
102
|
chunk: 6,
|
|
85
103
|
},
|
|
86
104
|
{
|
|
@@ -90,6 +108,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
90
108
|
dts: 27000,
|
|
91
109
|
cts: 30000,
|
|
92
110
|
duration: 3000,
|
|
111
|
+
bigEndian: false,
|
|
112
|
+
chunkSize: null,
|
|
93
113
|
chunk: 7,
|
|
94
114
|
},
|
|
95
115
|
{
|
|
@@ -99,6 +119,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
99
119
|
dts: 30000,
|
|
100
120
|
cts: 39000,
|
|
101
121
|
duration: 3000,
|
|
122
|
+
bigEndian: false,
|
|
123
|
+
chunkSize: null,
|
|
102
124
|
chunk: 8,
|
|
103
125
|
},
|
|
104
126
|
{
|
|
@@ -108,6 +130,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
108
130
|
dts: 33000,
|
|
109
131
|
cts: 36000,
|
|
110
132
|
duration: 3000,
|
|
133
|
+
bigEndian: false,
|
|
134
|
+
chunkSize: null,
|
|
111
135
|
chunk: 9,
|
|
112
136
|
},
|
|
113
137
|
{
|
|
@@ -117,6 +141,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
117
141
|
dts: 36000,
|
|
118
142
|
cts: 42000,
|
|
119
143
|
duration: 3000,
|
|
144
|
+
bigEndian: false,
|
|
145
|
+
chunkSize: null,
|
|
120
146
|
chunk: 10,
|
|
121
147
|
},
|
|
122
148
|
{
|
|
@@ -126,6 +152,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
126
152
|
dts: 39000,
|
|
127
153
|
cts: 54000,
|
|
128
154
|
duration: 3000,
|
|
155
|
+
bigEndian: false,
|
|
156
|
+
chunkSize: null,
|
|
129
157
|
chunk: 11,
|
|
130
158
|
},
|
|
131
159
|
{
|
|
@@ -135,6 +163,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
135
163
|
dts: 42000,
|
|
136
164
|
cts: 48000,
|
|
137
165
|
duration: 3000,
|
|
166
|
+
bigEndian: false,
|
|
167
|
+
chunkSize: null,
|
|
138
168
|
chunk: 12,
|
|
139
169
|
},
|
|
140
170
|
{
|
|
@@ -144,6 +174,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
144
174
|
dts: 45000,
|
|
145
175
|
cts: 45000,
|
|
146
176
|
duration: 3000,
|
|
177
|
+
bigEndian: false,
|
|
178
|
+
chunkSize: null,
|
|
147
179
|
chunk: 13,
|
|
148
180
|
},
|
|
149
181
|
{
|
|
@@ -153,6 +185,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
153
185
|
dts: 48000,
|
|
154
186
|
cts: 51000,
|
|
155
187
|
duration: 3000,
|
|
188
|
+
bigEndian: false,
|
|
189
|
+
chunkSize: null,
|
|
156
190
|
chunk: 14,
|
|
157
191
|
},
|
|
158
192
|
{
|
|
@@ -162,6 +196,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
162
196
|
dts: 51000,
|
|
163
197
|
cts: 63000,
|
|
164
198
|
duration: 3000,
|
|
199
|
+
bigEndian: false,
|
|
200
|
+
chunkSize: null,
|
|
165
201
|
chunk: 15,
|
|
166
202
|
},
|
|
167
203
|
{
|
|
@@ -171,6 +207,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
171
207
|
dts: 54000,
|
|
172
208
|
cts: 57000,
|
|
173
209
|
duration: 3000,
|
|
210
|
+
bigEndian: false,
|
|
211
|
+
chunkSize: null,
|
|
174
212
|
chunk: 16,
|
|
175
213
|
},
|
|
176
214
|
{
|
|
@@ -180,6 +218,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
180
218
|
dts: 57000,
|
|
181
219
|
cts: 60000,
|
|
182
220
|
duration: 3000,
|
|
221
|
+
bigEndian: false,
|
|
222
|
+
chunkSize: null,
|
|
183
223
|
chunk: 17,
|
|
184
224
|
},
|
|
185
225
|
{
|
|
@@ -189,6 +229,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
189
229
|
dts: 60000,
|
|
190
230
|
cts: 66000,
|
|
191
231
|
duration: 3000,
|
|
232
|
+
bigEndian: false,
|
|
233
|
+
chunkSize: null,
|
|
192
234
|
chunk: 18,
|
|
193
235
|
},
|
|
194
236
|
{
|
|
@@ -198,6 +240,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
198
240
|
dts: 63000,
|
|
199
241
|
cts: 72000,
|
|
200
242
|
duration: 3000,
|
|
243
|
+
bigEndian: false,
|
|
244
|
+
chunkSize: null,
|
|
201
245
|
chunk: 19,
|
|
202
246
|
},
|
|
203
247
|
{
|
|
@@ -207,6 +251,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
207
251
|
dts: 66000,
|
|
208
252
|
cts: 69000,
|
|
209
253
|
duration: 3000,
|
|
254
|
+
bigEndian: false,
|
|
255
|
+
chunkSize: null,
|
|
210
256
|
chunk: 20,
|
|
211
257
|
},
|
|
212
258
|
{
|
|
@@ -216,6 +262,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
216
262
|
dts: 69000,
|
|
217
263
|
cts: 78000,
|
|
218
264
|
duration: 3000,
|
|
265
|
+
bigEndian: false,
|
|
266
|
+
chunkSize: null,
|
|
219
267
|
chunk: 21,
|
|
220
268
|
},
|
|
221
269
|
{
|
|
@@ -225,6 +273,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
225
273
|
dts: 72000,
|
|
226
274
|
cts: 75000,
|
|
227
275
|
duration: 3000,
|
|
276
|
+
bigEndian: false,
|
|
277
|
+
chunkSize: null,
|
|
228
278
|
chunk: 22,
|
|
229
279
|
},
|
|
230
280
|
{
|
|
@@ -234,6 +284,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
234
284
|
dts: 75000,
|
|
235
285
|
cts: 81000,
|
|
236
286
|
duration: 3000,
|
|
287
|
+
bigEndian: false,
|
|
288
|
+
chunkSize: null,
|
|
237
289
|
chunk: 23,
|
|
238
290
|
},
|
|
239
291
|
{
|
|
@@ -243,6 +295,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
243
295
|
dts: 78000,
|
|
244
296
|
cts: 84000,
|
|
245
297
|
duration: 3000,
|
|
298
|
+
bigEndian: false,
|
|
299
|
+
chunkSize: null,
|
|
246
300
|
chunk: 24,
|
|
247
301
|
},
|
|
248
302
|
{
|
|
@@ -252,6 +306,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
252
306
|
dts: 81000,
|
|
253
307
|
cts: 87000,
|
|
254
308
|
duration: 3000,
|
|
309
|
+
bigEndian: false,
|
|
310
|
+
chunkSize: null,
|
|
255
311
|
chunk: 25,
|
|
256
312
|
},
|
|
257
313
|
{
|
|
@@ -261,6 +317,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
261
317
|
dts: 84000,
|
|
262
318
|
cts: 93000,
|
|
263
319
|
duration: 3000,
|
|
320
|
+
bigEndian: false,
|
|
321
|
+
chunkSize: null,
|
|
264
322
|
chunk: 26,
|
|
265
323
|
},
|
|
266
324
|
{
|
|
@@ -270,6 +328,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
270
328
|
dts: 87000,
|
|
271
329
|
cts: 90000,
|
|
272
330
|
duration: 3000,
|
|
331
|
+
bigEndian: false,
|
|
332
|
+
chunkSize: null,
|
|
273
333
|
chunk: 27,
|
|
274
334
|
},
|
|
275
335
|
{
|
|
@@ -279,6 +339,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
279
339
|
dts: 90000,
|
|
280
340
|
cts: 105000,
|
|
281
341
|
duration: 3000,
|
|
342
|
+
bigEndian: false,
|
|
343
|
+
chunkSize: null,
|
|
282
344
|
chunk: 28,
|
|
283
345
|
},
|
|
284
346
|
{
|
|
@@ -288,6 +350,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
288
350
|
dts: 93000,
|
|
289
351
|
cts: 99000,
|
|
290
352
|
duration: 3000,
|
|
353
|
+
bigEndian: false,
|
|
354
|
+
chunkSize: null,
|
|
291
355
|
chunk: 29,
|
|
292
356
|
},
|
|
293
357
|
{
|
|
@@ -297,6 +361,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
297
361
|
dts: 96000,
|
|
298
362
|
cts: 96000,
|
|
299
363
|
duration: 3000,
|
|
364
|
+
bigEndian: false,
|
|
365
|
+
chunkSize: null,
|
|
300
366
|
chunk: 30,
|
|
301
367
|
},
|
|
302
368
|
{
|
|
@@ -306,6 +372,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
306
372
|
dts: 99000,
|
|
307
373
|
cts: 102000,
|
|
308
374
|
duration: 3000,
|
|
375
|
+
bigEndian: false,
|
|
376
|
+
chunkSize: null,
|
|
309
377
|
chunk: 31,
|
|
310
378
|
},
|
|
311
379
|
{
|
|
@@ -315,6 +383,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
315
383
|
dts: 102000,
|
|
316
384
|
cts: 117000,
|
|
317
385
|
duration: 3000,
|
|
386
|
+
bigEndian: false,
|
|
387
|
+
chunkSize: null,
|
|
318
388
|
chunk: 32,
|
|
319
389
|
},
|
|
320
390
|
{
|
|
@@ -324,6 +394,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
324
394
|
dts: 105000,
|
|
325
395
|
cts: 111000,
|
|
326
396
|
duration: 3000,
|
|
397
|
+
bigEndian: false,
|
|
398
|
+
chunkSize: null,
|
|
327
399
|
chunk: 33,
|
|
328
400
|
},
|
|
329
401
|
{
|
|
@@ -333,6 +405,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
333
405
|
dts: 108000,
|
|
334
406
|
cts: 108000,
|
|
335
407
|
duration: 3000,
|
|
408
|
+
bigEndian: false,
|
|
409
|
+
chunkSize: null,
|
|
336
410
|
chunk: 34,
|
|
337
411
|
},
|
|
338
412
|
{
|
|
@@ -342,6 +416,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
342
416
|
dts: 111000,
|
|
343
417
|
cts: 114000,
|
|
344
418
|
duration: 3000,
|
|
419
|
+
bigEndian: false,
|
|
420
|
+
chunkSize: null,
|
|
345
421
|
chunk: 35,
|
|
346
422
|
},
|
|
347
423
|
{
|
|
@@ -351,6 +427,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
351
427
|
dts: 114000,
|
|
352
428
|
cts: 123000,
|
|
353
429
|
duration: 3000,
|
|
430
|
+
bigEndian: false,
|
|
431
|
+
chunkSize: null,
|
|
354
432
|
chunk: 36,
|
|
355
433
|
},
|
|
356
434
|
{
|
|
@@ -360,6 +438,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
360
438
|
dts: 117000,
|
|
361
439
|
cts: 120000,
|
|
362
440
|
duration: 3000,
|
|
441
|
+
bigEndian: false,
|
|
442
|
+
chunkSize: null,
|
|
363
443
|
chunk: 37,
|
|
364
444
|
},
|
|
365
445
|
{
|
|
@@ -369,6 +449,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
369
449
|
dts: 120000,
|
|
370
450
|
cts: 126000,
|
|
371
451
|
duration: 3000,
|
|
452
|
+
bigEndian: false,
|
|
453
|
+
chunkSize: null,
|
|
372
454
|
chunk: 38,
|
|
373
455
|
},
|
|
374
456
|
{
|
|
@@ -378,6 +460,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
378
460
|
dts: 123000,
|
|
379
461
|
cts: 132000,
|
|
380
462
|
duration: 3000,
|
|
463
|
+
bigEndian: false,
|
|
464
|
+
chunkSize: null,
|
|
381
465
|
chunk: 39,
|
|
382
466
|
},
|
|
383
467
|
{
|
|
@@ -387,6 +471,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
387
471
|
dts: 126000,
|
|
388
472
|
cts: 129000,
|
|
389
473
|
duration: 3000,
|
|
474
|
+
bigEndian: false,
|
|
475
|
+
chunkSize: null,
|
|
390
476
|
chunk: 40,
|
|
391
477
|
},
|
|
392
478
|
{
|
|
@@ -396,6 +482,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
396
482
|
dts: 129000,
|
|
397
483
|
cts: 135000,
|
|
398
484
|
duration: 3000,
|
|
485
|
+
bigEndian: false,
|
|
486
|
+
chunkSize: null,
|
|
399
487
|
chunk: 41,
|
|
400
488
|
},
|
|
401
489
|
{
|
|
@@ -405,6 +493,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
405
493
|
dts: 132000,
|
|
406
494
|
cts: 138000,
|
|
407
495
|
duration: 3000,
|
|
496
|
+
bigEndian: false,
|
|
497
|
+
chunkSize: null,
|
|
408
498
|
chunk: 42,
|
|
409
499
|
},
|
|
410
500
|
{
|
|
@@ -414,6 +504,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
414
504
|
dts: 135000,
|
|
415
505
|
cts: 150000,
|
|
416
506
|
duration: 3000,
|
|
507
|
+
bigEndian: false,
|
|
508
|
+
chunkSize: null,
|
|
417
509
|
chunk: 43,
|
|
418
510
|
},
|
|
419
511
|
{
|
|
@@ -423,6 +515,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
423
515
|
dts: 138000,
|
|
424
516
|
cts: 144000,
|
|
425
517
|
duration: 3000,
|
|
518
|
+
bigEndian: false,
|
|
519
|
+
chunkSize: null,
|
|
426
520
|
chunk: 44,
|
|
427
521
|
},
|
|
428
522
|
{
|
|
@@ -432,6 +526,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
432
526
|
dts: 141000,
|
|
433
527
|
cts: 141000,
|
|
434
528
|
duration: 3000,
|
|
529
|
+
bigEndian: false,
|
|
530
|
+
chunkSize: null,
|
|
435
531
|
chunk: 45,
|
|
436
532
|
},
|
|
437
533
|
{
|
|
@@ -441,6 +537,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
441
537
|
dts: 144000,
|
|
442
538
|
cts: 147000,
|
|
443
539
|
duration: 3000,
|
|
540
|
+
bigEndian: false,
|
|
541
|
+
chunkSize: null,
|
|
444
542
|
chunk: 46,
|
|
445
543
|
},
|
|
446
544
|
{
|
|
@@ -450,6 +548,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
450
548
|
dts: 147000,
|
|
451
549
|
cts: 162000,
|
|
452
550
|
duration: 3000,
|
|
551
|
+
bigEndian: false,
|
|
552
|
+
chunkSize: null,
|
|
453
553
|
chunk: 47,
|
|
454
554
|
},
|
|
455
555
|
{
|
|
@@ -459,6 +559,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
459
559
|
dts: 150000,
|
|
460
560
|
cts: 156000,
|
|
461
561
|
duration: 3000,
|
|
562
|
+
bigEndian: false,
|
|
563
|
+
chunkSize: null,
|
|
462
564
|
chunk: 48,
|
|
463
565
|
},
|
|
464
566
|
{
|
|
@@ -468,6 +570,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
468
570
|
dts: 153000,
|
|
469
571
|
cts: 153000,
|
|
470
572
|
duration: 3000,
|
|
573
|
+
bigEndian: false,
|
|
574
|
+
chunkSize: null,
|
|
471
575
|
chunk: 49,
|
|
472
576
|
},
|
|
473
577
|
{
|
|
@@ -477,6 +581,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
477
581
|
dts: 156000,
|
|
478
582
|
cts: 159000,
|
|
479
583
|
duration: 3000,
|
|
584
|
+
bigEndian: false,
|
|
585
|
+
chunkSize: null,
|
|
480
586
|
chunk: 50,
|
|
481
587
|
},
|
|
482
588
|
{
|
|
@@ -486,6 +592,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
486
592
|
dts: 159000,
|
|
487
593
|
cts: 165000,
|
|
488
594
|
duration: 3000,
|
|
595
|
+
bigEndian: false,
|
|
596
|
+
chunkSize: null,
|
|
489
597
|
chunk: 51,
|
|
490
598
|
},
|
|
491
599
|
{
|
|
@@ -495,6 +603,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
495
603
|
dts: 162000,
|
|
496
604
|
cts: 168000,
|
|
497
605
|
duration: 3000,
|
|
606
|
+
bigEndian: false,
|
|
607
|
+
chunkSize: null,
|
|
498
608
|
chunk: 52,
|
|
499
609
|
},
|
|
500
610
|
{
|
|
@@ -504,6 +614,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
504
614
|
dts: 165000,
|
|
505
615
|
cts: 177000,
|
|
506
616
|
duration: 3000,
|
|
617
|
+
bigEndian: false,
|
|
618
|
+
chunkSize: null,
|
|
507
619
|
chunk: 53,
|
|
508
620
|
},
|
|
509
621
|
{
|
|
@@ -513,6 +625,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
513
625
|
dts: 168000,
|
|
514
626
|
cts: 171000,
|
|
515
627
|
duration: 3000,
|
|
628
|
+
bigEndian: false,
|
|
629
|
+
chunkSize: null,
|
|
516
630
|
chunk: 54,
|
|
517
631
|
},
|
|
518
632
|
{
|
|
@@ -522,6 +636,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
522
636
|
dts: 171000,
|
|
523
637
|
cts: 174000,
|
|
524
638
|
duration: 3000,
|
|
639
|
+
bigEndian: false,
|
|
640
|
+
chunkSize: null,
|
|
525
641
|
chunk: 55,
|
|
526
642
|
},
|
|
527
643
|
{
|
|
@@ -531,6 +647,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
531
647
|
dts: 174000,
|
|
532
648
|
cts: 183000,
|
|
533
649
|
duration: 3000,
|
|
650
|
+
bigEndian: false,
|
|
651
|
+
chunkSize: null,
|
|
534
652
|
chunk: 56,
|
|
535
653
|
},
|
|
536
654
|
{
|
|
@@ -540,6 +658,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
540
658
|
dts: 177000,
|
|
541
659
|
cts: 180000,
|
|
542
660
|
duration: 3000,
|
|
661
|
+
bigEndian: false,
|
|
662
|
+
chunkSize: null,
|
|
543
663
|
chunk: 57,
|
|
544
664
|
},
|
|
545
665
|
{
|
|
@@ -549,6 +669,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
549
669
|
dts: 180000,
|
|
550
670
|
cts: 186000,
|
|
551
671
|
duration: 3000,
|
|
672
|
+
bigEndian: false,
|
|
673
|
+
chunkSize: null,
|
|
552
674
|
chunk: 58,
|
|
553
675
|
},
|
|
554
676
|
{
|
|
@@ -558,6 +680,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
558
680
|
dts: 183000,
|
|
559
681
|
cts: 192000,
|
|
560
682
|
duration: 3000,
|
|
683
|
+
bigEndian: false,
|
|
684
|
+
chunkSize: null,
|
|
561
685
|
chunk: 59,
|
|
562
686
|
},
|
|
563
687
|
{
|
|
@@ -567,6 +691,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
567
691
|
dts: 186000,
|
|
568
692
|
cts: 189000,
|
|
569
693
|
duration: 3000,
|
|
694
|
+
bigEndian: false,
|
|
695
|
+
chunkSize: null,
|
|
570
696
|
chunk: 60,
|
|
571
697
|
},
|
|
572
698
|
{
|
|
@@ -576,6 +702,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
576
702
|
dts: 189000,
|
|
577
703
|
cts: 195000,
|
|
578
704
|
duration: 3000,
|
|
705
|
+
bigEndian: false,
|
|
706
|
+
chunkSize: null,
|
|
579
707
|
chunk: 61,
|
|
580
708
|
},
|
|
581
709
|
{
|
|
@@ -585,6 +713,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
585
713
|
dts: 192000,
|
|
586
714
|
cts: 204000,
|
|
587
715
|
duration: 3000,
|
|
716
|
+
bigEndian: false,
|
|
717
|
+
chunkSize: null,
|
|
588
718
|
chunk: 62,
|
|
589
719
|
},
|
|
590
720
|
{
|
|
@@ -594,6 +724,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
594
724
|
dts: 195000,
|
|
595
725
|
cts: 198000,
|
|
596
726
|
duration: 3000,
|
|
727
|
+
bigEndian: false,
|
|
728
|
+
chunkSize: null,
|
|
597
729
|
chunk: 63,
|
|
598
730
|
},
|
|
599
731
|
{
|
|
@@ -603,6 +735,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
603
735
|
dts: 198000,
|
|
604
736
|
cts: 201000,
|
|
605
737
|
duration: 3000,
|
|
738
|
+
bigEndian: false,
|
|
739
|
+
chunkSize: null,
|
|
606
740
|
chunk: 64,
|
|
607
741
|
},
|
|
608
742
|
{
|
|
@@ -612,6 +746,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
612
746
|
dts: 201000,
|
|
613
747
|
cts: 207000,
|
|
614
748
|
duration: 3000,
|
|
749
|
+
bigEndian: false,
|
|
750
|
+
chunkSize: null,
|
|
615
751
|
chunk: 65,
|
|
616
752
|
},
|
|
617
753
|
{
|
|
@@ -621,6 +757,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
621
757
|
dts: 204000,
|
|
622
758
|
cts: 219000,
|
|
623
759
|
duration: 3000,
|
|
760
|
+
bigEndian: false,
|
|
761
|
+
chunkSize: null,
|
|
624
762
|
chunk: 66,
|
|
625
763
|
},
|
|
626
764
|
{
|
|
@@ -630,6 +768,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
630
768
|
dts: 207000,
|
|
631
769
|
cts: 213000,
|
|
632
770
|
duration: 3000,
|
|
771
|
+
bigEndian: false,
|
|
772
|
+
chunkSize: null,
|
|
633
773
|
chunk: 67,
|
|
634
774
|
},
|
|
635
775
|
{
|
|
@@ -639,6 +779,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
639
779
|
dts: 210000,
|
|
640
780
|
cts: 210000,
|
|
641
781
|
duration: 3000,
|
|
782
|
+
bigEndian: false,
|
|
783
|
+
chunkSize: null,
|
|
642
784
|
chunk: 68,
|
|
643
785
|
},
|
|
644
786
|
{
|
|
@@ -648,6 +790,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
648
790
|
dts: 213000,
|
|
649
791
|
cts: 216000,
|
|
650
792
|
duration: 3000,
|
|
793
|
+
bigEndian: false,
|
|
794
|
+
chunkSize: null,
|
|
651
795
|
chunk: 69,
|
|
652
796
|
},
|
|
653
797
|
{
|
|
@@ -657,6 +801,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
657
801
|
dts: 216000,
|
|
658
802
|
cts: 231000,
|
|
659
803
|
duration: 3000,
|
|
804
|
+
bigEndian: false,
|
|
805
|
+
chunkSize: null,
|
|
660
806
|
chunk: 70,
|
|
661
807
|
},
|
|
662
808
|
{
|
|
@@ -666,6 +812,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
666
812
|
dts: 219000,
|
|
667
813
|
cts: 225000,
|
|
668
814
|
duration: 3000,
|
|
815
|
+
bigEndian: false,
|
|
816
|
+
chunkSize: null,
|
|
669
817
|
chunk: 71,
|
|
670
818
|
},
|
|
671
819
|
{
|
|
@@ -675,6 +823,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
675
823
|
dts: 222000,
|
|
676
824
|
cts: 222000,
|
|
677
825
|
duration: 3000,
|
|
826
|
+
bigEndian: false,
|
|
827
|
+
chunkSize: null,
|
|
678
828
|
chunk: 72,
|
|
679
829
|
},
|
|
680
830
|
{
|
|
@@ -684,6 +834,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
684
834
|
dts: 225000,
|
|
685
835
|
cts: 228000,
|
|
686
836
|
duration: 3000,
|
|
837
|
+
bigEndian: false,
|
|
838
|
+
chunkSize: null,
|
|
687
839
|
chunk: 73,
|
|
688
840
|
},
|
|
689
841
|
{
|
|
@@ -693,6 +845,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
693
845
|
dts: 228000,
|
|
694
846
|
cts: 243000,
|
|
695
847
|
duration: 3000,
|
|
848
|
+
bigEndian: false,
|
|
849
|
+
chunkSize: null,
|
|
696
850
|
chunk: 74,
|
|
697
851
|
},
|
|
698
852
|
{
|
|
@@ -702,6 +856,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
702
856
|
dts: 231000,
|
|
703
857
|
cts: 237000,
|
|
704
858
|
duration: 3000,
|
|
859
|
+
bigEndian: false,
|
|
860
|
+
chunkSize: null,
|
|
705
861
|
chunk: 75,
|
|
706
862
|
},
|
|
707
863
|
{
|
|
@@ -711,6 +867,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
711
867
|
dts: 234000,
|
|
712
868
|
cts: 234000,
|
|
713
869
|
duration: 3000,
|
|
870
|
+
bigEndian: false,
|
|
871
|
+
chunkSize: null,
|
|
714
872
|
chunk: 76,
|
|
715
873
|
},
|
|
716
874
|
{
|
|
@@ -720,6 +878,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
720
878
|
dts: 237000,
|
|
721
879
|
cts: 240000,
|
|
722
880
|
duration: 3000,
|
|
881
|
+
bigEndian: false,
|
|
882
|
+
chunkSize: null,
|
|
723
883
|
chunk: 77,
|
|
724
884
|
},
|
|
725
885
|
{
|
|
@@ -729,6 +889,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
729
889
|
dts: 240000,
|
|
730
890
|
cts: 246000,
|
|
731
891
|
duration: 3000,
|
|
892
|
+
bigEndian: false,
|
|
893
|
+
chunkSize: null,
|
|
732
894
|
chunk: 78,
|
|
733
895
|
},
|
|
734
896
|
{
|
|
@@ -738,6 +900,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
738
900
|
dts: 243000,
|
|
739
901
|
cts: 258000,
|
|
740
902
|
duration: 3000,
|
|
903
|
+
bigEndian: false,
|
|
904
|
+
chunkSize: null,
|
|
741
905
|
chunk: 79,
|
|
742
906
|
},
|
|
743
907
|
{
|
|
@@ -747,6 +911,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
747
911
|
dts: 246000,
|
|
748
912
|
cts: 252000,
|
|
749
913
|
duration: 3000,
|
|
914
|
+
bigEndian: false,
|
|
915
|
+
chunkSize: null,
|
|
750
916
|
chunk: 80,
|
|
751
917
|
},
|
|
752
918
|
{
|
|
@@ -756,6 +922,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
756
922
|
dts: 249000,
|
|
757
923
|
cts: 249000,
|
|
758
924
|
duration: 3000,
|
|
925
|
+
bigEndian: false,
|
|
926
|
+
chunkSize: null,
|
|
759
927
|
chunk: 81,
|
|
760
928
|
},
|
|
761
929
|
{
|
|
@@ -765,6 +933,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
765
933
|
dts: 252000,
|
|
766
934
|
cts: 255000,
|
|
767
935
|
duration: 3000,
|
|
936
|
+
bigEndian: false,
|
|
937
|
+
chunkSize: null,
|
|
768
938
|
chunk: 82,
|
|
769
939
|
},
|
|
770
940
|
{
|
|
@@ -774,6 +944,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
774
944
|
dts: 255000,
|
|
775
945
|
cts: 270000,
|
|
776
946
|
duration: 3000,
|
|
947
|
+
bigEndian: false,
|
|
948
|
+
chunkSize: null,
|
|
777
949
|
chunk: 83,
|
|
778
950
|
},
|
|
779
951
|
{
|
|
@@ -783,6 +955,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
783
955
|
dts: 258000,
|
|
784
956
|
cts: 264000,
|
|
785
957
|
duration: 3000,
|
|
958
|
+
bigEndian: false,
|
|
959
|
+
chunkSize: null,
|
|
786
960
|
chunk: 84,
|
|
787
961
|
},
|
|
788
962
|
{
|
|
@@ -792,6 +966,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
792
966
|
dts: 261000,
|
|
793
967
|
cts: 261000,
|
|
794
968
|
duration: 3000,
|
|
969
|
+
bigEndian: false,
|
|
970
|
+
chunkSize: null,
|
|
795
971
|
chunk: 85,
|
|
796
972
|
},
|
|
797
973
|
{
|
|
@@ -801,6 +977,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
801
977
|
dts: 264000,
|
|
802
978
|
cts: 267000,
|
|
803
979
|
duration: 3000,
|
|
980
|
+
bigEndian: false,
|
|
981
|
+
chunkSize: null,
|
|
804
982
|
chunk: 86,
|
|
805
983
|
},
|
|
806
984
|
{
|
|
@@ -810,6 +988,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
810
988
|
dts: 267000,
|
|
811
989
|
cts: 273000,
|
|
812
990
|
duration: 3000,
|
|
991
|
+
bigEndian: false,
|
|
992
|
+
chunkSize: null,
|
|
813
993
|
chunk: 87,
|
|
814
994
|
},
|
|
815
995
|
{
|
|
@@ -819,6 +999,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
819
999
|
dts: 270000,
|
|
820
1000
|
cts: 279000,
|
|
821
1001
|
duration: 3000,
|
|
1002
|
+
bigEndian: false,
|
|
1003
|
+
chunkSize: null,
|
|
822
1004
|
chunk: 88,
|
|
823
1005
|
},
|
|
824
1006
|
{
|
|
@@ -828,6 +1010,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
828
1010
|
dts: 273000,
|
|
829
1011
|
cts: 276000,
|
|
830
1012
|
duration: 3000,
|
|
1013
|
+
bigEndian: false,
|
|
1014
|
+
chunkSize: null,
|
|
831
1015
|
chunk: 89,
|
|
832
1016
|
},
|
|
833
1017
|
{
|
|
@@ -837,6 +1021,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
837
1021
|
dts: 276000,
|
|
838
1022
|
cts: 282000,
|
|
839
1023
|
duration: 3000,
|
|
1024
|
+
bigEndian: false,
|
|
1025
|
+
chunkSize: null,
|
|
840
1026
|
chunk: 90,
|
|
841
1027
|
},
|
|
842
1028
|
{
|
|
@@ -846,6 +1032,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
846
1032
|
dts: 279000,
|
|
847
1033
|
cts: 285000,
|
|
848
1034
|
duration: 3000,
|
|
1035
|
+
bigEndian: false,
|
|
1036
|
+
chunkSize: null,
|
|
849
1037
|
chunk: 91,
|
|
850
1038
|
},
|
|
851
1039
|
{
|
|
@@ -855,6 +1043,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
855
1043
|
dts: 282000,
|
|
856
1044
|
cts: 297000,
|
|
857
1045
|
duration: 3000,
|
|
1046
|
+
bigEndian: false,
|
|
1047
|
+
chunkSize: null,
|
|
858
1048
|
chunk: 92,
|
|
859
1049
|
},
|
|
860
1050
|
{
|
|
@@ -864,6 +1054,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
864
1054
|
dts: 285000,
|
|
865
1055
|
cts: 291000,
|
|
866
1056
|
duration: 3000,
|
|
1057
|
+
bigEndian: false,
|
|
1058
|
+
chunkSize: null,
|
|
867
1059
|
chunk: 93,
|
|
868
1060
|
},
|
|
869
1061
|
{
|
|
@@ -873,6 +1065,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
873
1065
|
dts: 288000,
|
|
874
1066
|
cts: 288000,
|
|
875
1067
|
duration: 3000,
|
|
1068
|
+
bigEndian: false,
|
|
1069
|
+
chunkSize: null,
|
|
876
1070
|
chunk: 94,
|
|
877
1071
|
},
|
|
878
1072
|
{
|
|
@@ -882,6 +1076,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
882
1076
|
dts: 291000,
|
|
883
1077
|
cts: 294000,
|
|
884
1078
|
duration: 3000,
|
|
1079
|
+
bigEndian: false,
|
|
1080
|
+
chunkSize: null,
|
|
885
1081
|
chunk: 95,
|
|
886
1082
|
},
|
|
887
1083
|
{
|
|
@@ -891,6 +1087,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
891
1087
|
dts: 294000,
|
|
892
1088
|
cts: 303000,
|
|
893
1089
|
duration: 3000,
|
|
1090
|
+
bigEndian: false,
|
|
1091
|
+
chunkSize: null,
|
|
894
1092
|
chunk: 96,
|
|
895
1093
|
},
|
|
896
1094
|
{
|
|
@@ -900,6 +1098,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
900
1098
|
dts: 297000,
|
|
901
1099
|
cts: 300000,
|
|
902
1100
|
duration: 3000,
|
|
1101
|
+
bigEndian: false,
|
|
1102
|
+
chunkSize: null,
|
|
903
1103
|
chunk: 97,
|
|
904
1104
|
},
|
|
905
1105
|
{
|
|
@@ -909,6 +1109,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
909
1109
|
dts: 300000,
|
|
910
1110
|
cts: 306000,
|
|
911
1111
|
duration: 3000,
|
|
1112
|
+
bigEndian: false,
|
|
1113
|
+
chunkSize: null,
|
|
912
1114
|
chunk: 98,
|
|
913
1115
|
},
|
|
914
1116
|
{
|
|
@@ -918,6 +1120,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
918
1120
|
dts: 303000,
|
|
919
1121
|
cts: 318000,
|
|
920
1122
|
duration: 3000,
|
|
1123
|
+
bigEndian: false,
|
|
1124
|
+
chunkSize: null,
|
|
921
1125
|
chunk: 99,
|
|
922
1126
|
},
|
|
923
1127
|
{
|
|
@@ -927,6 +1131,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
927
1131
|
dts: 306000,
|
|
928
1132
|
cts: 312000,
|
|
929
1133
|
duration: 3000,
|
|
1134
|
+
bigEndian: false,
|
|
1135
|
+
chunkSize: null,
|
|
930
1136
|
chunk: 100,
|
|
931
1137
|
},
|
|
932
1138
|
{
|
|
@@ -936,6 +1142,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
936
1142
|
dts: 309000,
|
|
937
1143
|
cts: 309000,
|
|
938
1144
|
duration: 3000,
|
|
1145
|
+
bigEndian: false,
|
|
1146
|
+
chunkSize: null,
|
|
939
1147
|
chunk: 101,
|
|
940
1148
|
},
|
|
941
1149
|
{
|
|
@@ -945,6 +1153,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
945
1153
|
dts: 312000,
|
|
946
1154
|
cts: 315000,
|
|
947
1155
|
duration: 3000,
|
|
1156
|
+
bigEndian: false,
|
|
1157
|
+
chunkSize: null,
|
|
948
1158
|
chunk: 102,
|
|
949
1159
|
},
|
|
950
1160
|
{
|
|
@@ -954,6 +1164,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
954
1164
|
dts: 315000,
|
|
955
1165
|
cts: 324000,
|
|
956
1166
|
duration: 3000,
|
|
1167
|
+
bigEndian: false,
|
|
1168
|
+
chunkSize: null,
|
|
957
1169
|
chunk: 103,
|
|
958
1170
|
},
|
|
959
1171
|
{
|
|
@@ -963,6 +1175,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
963
1175
|
dts: 318000,
|
|
964
1176
|
cts: 321000,
|
|
965
1177
|
duration: 3000,
|
|
1178
|
+
bigEndian: false,
|
|
1179
|
+
chunkSize: null,
|
|
966
1180
|
chunk: 104,
|
|
967
1181
|
},
|
|
968
1182
|
{
|
|
@@ -972,6 +1186,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
972
1186
|
dts: 321000,
|
|
973
1187
|
cts: 330000,
|
|
974
1188
|
duration: 3000,
|
|
1189
|
+
bigEndian: false,
|
|
1190
|
+
chunkSize: null,
|
|
975
1191
|
chunk: 105,
|
|
976
1192
|
},
|
|
977
1193
|
{
|
|
@@ -981,6 +1197,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
981
1197
|
dts: 324000,
|
|
982
1198
|
cts: 327000,
|
|
983
1199
|
duration: 3000,
|
|
1200
|
+
bigEndian: false,
|
|
1201
|
+
chunkSize: null,
|
|
984
1202
|
chunk: 106,
|
|
985
1203
|
},
|
|
986
1204
|
{
|
|
@@ -990,6 +1208,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
990
1208
|
dts: 327000,
|
|
991
1209
|
cts: 339000,
|
|
992
1210
|
duration: 3000,
|
|
1211
|
+
bigEndian: false,
|
|
1212
|
+
chunkSize: null,
|
|
993
1213
|
chunk: 107,
|
|
994
1214
|
},
|
|
995
1215
|
{
|
|
@@ -999,6 +1219,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
999
1219
|
dts: 330000,
|
|
1000
1220
|
cts: 333000,
|
|
1001
1221
|
duration: 3000,
|
|
1222
|
+
bigEndian: false,
|
|
1223
|
+
chunkSize: null,
|
|
1002
1224
|
chunk: 108,
|
|
1003
1225
|
},
|
|
1004
1226
|
{
|
|
@@ -1008,6 +1230,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
1008
1230
|
dts: 333000,
|
|
1009
1231
|
cts: 336000,
|
|
1010
1232
|
duration: 3000,
|
|
1233
|
+
bigEndian: false,
|
|
1234
|
+
chunkSize: null,
|
|
1011
1235
|
chunk: 109,
|
|
1012
1236
|
},
|
|
1013
1237
|
{
|
|
@@ -1017,6 +1241,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
1017
1241
|
dts: 336000,
|
|
1018
1242
|
cts: 345000,
|
|
1019
1243
|
duration: 3000,
|
|
1244
|
+
bigEndian: false,
|
|
1245
|
+
chunkSize: null,
|
|
1020
1246
|
chunk: 110,
|
|
1021
1247
|
},
|
|
1022
1248
|
{
|
|
@@ -1026,6 +1252,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
1026
1252
|
dts: 339000,
|
|
1027
1253
|
cts: 342000,
|
|
1028
1254
|
duration: 3000,
|
|
1255
|
+
bigEndian: false,
|
|
1256
|
+
chunkSize: null,
|
|
1029
1257
|
chunk: 111,
|
|
1030
1258
|
},
|
|
1031
1259
|
{
|
|
@@ -1035,6 +1263,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
1035
1263
|
dts: 342000,
|
|
1036
1264
|
cts: 351000,
|
|
1037
1265
|
duration: 3000,
|
|
1266
|
+
bigEndian: false,
|
|
1267
|
+
chunkSize: null,
|
|
1038
1268
|
chunk: 112,
|
|
1039
1269
|
},
|
|
1040
1270
|
{
|
|
@@ -1044,6 +1274,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
1044
1274
|
dts: 345000,
|
|
1045
1275
|
cts: 348000,
|
|
1046
1276
|
duration: 3000,
|
|
1277
|
+
bigEndian: false,
|
|
1278
|
+
chunkSize: null,
|
|
1047
1279
|
chunk: 113,
|
|
1048
1280
|
},
|
|
1049
1281
|
{
|
|
@@ -1053,6 +1285,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
1053
1285
|
dts: 348000,
|
|
1054
1286
|
cts: 357000,
|
|
1055
1287
|
duration: 3000,
|
|
1288
|
+
bigEndian: false,
|
|
1289
|
+
chunkSize: null,
|
|
1056
1290
|
chunk: 114,
|
|
1057
1291
|
},
|
|
1058
1292
|
{
|
|
@@ -1062,6 +1296,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
1062
1296
|
dts: 351000,
|
|
1063
1297
|
cts: 354000,
|
|
1064
1298
|
duration: 3000,
|
|
1299
|
+
bigEndian: false,
|
|
1300
|
+
chunkSize: null,
|
|
1065
1301
|
chunk: 115,
|
|
1066
1302
|
},
|
|
1067
1303
|
{
|
|
@@ -1071,6 +1307,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
1071
1307
|
dts: 354000,
|
|
1072
1308
|
cts: 363000,
|
|
1073
1309
|
duration: 3000,
|
|
1310
|
+
bigEndian: false,
|
|
1311
|
+
chunkSize: null,
|
|
1074
1312
|
chunk: 116,
|
|
1075
1313
|
},
|
|
1076
1314
|
{
|
|
@@ -1080,6 +1318,8 @@ exports.exampleVideoSamplePositions = [
|
|
|
1080
1318
|
dts: 357000,
|
|
1081
1319
|
cts: 360000,
|
|
1082
1320
|
duration: 3000,
|
|
1321
|
+
bigEndian: false,
|
|
1322
|
+
chunkSize: null,
|
|
1083
1323
|
chunk: 117,
|
|
1084
1324
|
},
|
|
1085
1325
|
];
|
|
@@ -1091,6 +1331,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1091
1331
|
dts: 0,
|
|
1092
1332
|
cts: 0,
|
|
1093
1333
|
duration: 1024,
|
|
1334
|
+
bigEndian: false,
|
|
1335
|
+
chunkSize: null,
|
|
1094
1336
|
chunk: 0,
|
|
1095
1337
|
},
|
|
1096
1338
|
{
|
|
@@ -1100,6 +1342,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1100
1342
|
dts: 1024,
|
|
1101
1343
|
cts: 1024,
|
|
1102
1344
|
duration: 1024,
|
|
1345
|
+
bigEndian: false,
|
|
1346
|
+
chunkSize: null,
|
|
1103
1347
|
chunk: 0,
|
|
1104
1348
|
},
|
|
1105
1349
|
{
|
|
@@ -1109,6 +1353,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1109
1353
|
dts: 2048,
|
|
1110
1354
|
cts: 2048,
|
|
1111
1355
|
duration: 1024,
|
|
1356
|
+
bigEndian: false,
|
|
1357
|
+
chunkSize: null,
|
|
1112
1358
|
chunk: 1,
|
|
1113
1359
|
},
|
|
1114
1360
|
{
|
|
@@ -1118,6 +1364,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1118
1364
|
dts: 3072,
|
|
1119
1365
|
cts: 3072,
|
|
1120
1366
|
duration: 1024,
|
|
1367
|
+
bigEndian: false,
|
|
1368
|
+
chunkSize: null,
|
|
1121
1369
|
chunk: 1,
|
|
1122
1370
|
},
|
|
1123
1371
|
{
|
|
@@ -1127,6 +1375,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1127
1375
|
dts: 4096,
|
|
1128
1376
|
cts: 4096,
|
|
1129
1377
|
duration: 1024,
|
|
1378
|
+
bigEndian: false,
|
|
1379
|
+
chunkSize: null,
|
|
1130
1380
|
chunk: 2,
|
|
1131
1381
|
},
|
|
1132
1382
|
{
|
|
@@ -1136,6 +1386,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1136
1386
|
dts: 5120,
|
|
1137
1387
|
cts: 5120,
|
|
1138
1388
|
duration: 1024,
|
|
1389
|
+
bigEndian: false,
|
|
1390
|
+
chunkSize: null,
|
|
1139
1391
|
chunk: 3,
|
|
1140
1392
|
},
|
|
1141
1393
|
{
|
|
@@ -1145,6 +1397,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1145
1397
|
dts: 6144,
|
|
1146
1398
|
cts: 6144,
|
|
1147
1399
|
duration: 1024,
|
|
1400
|
+
bigEndian: false,
|
|
1401
|
+
chunkSize: null,
|
|
1148
1402
|
chunk: 3,
|
|
1149
1403
|
},
|
|
1150
1404
|
{
|
|
@@ -1154,6 +1408,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1154
1408
|
dts: 7168,
|
|
1155
1409
|
cts: 7168,
|
|
1156
1410
|
duration: 1024,
|
|
1411
|
+
bigEndian: false,
|
|
1412
|
+
chunkSize: null,
|
|
1157
1413
|
chunk: 4,
|
|
1158
1414
|
},
|
|
1159
1415
|
{
|
|
@@ -1163,6 +1419,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1163
1419
|
dts: 8192,
|
|
1164
1420
|
cts: 8192,
|
|
1165
1421
|
duration: 1024,
|
|
1422
|
+
bigEndian: false,
|
|
1423
|
+
chunkSize: null,
|
|
1166
1424
|
chunk: 5,
|
|
1167
1425
|
},
|
|
1168
1426
|
{
|
|
@@ -1172,6 +1430,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1172
1430
|
dts: 9216,
|
|
1173
1431
|
cts: 9216,
|
|
1174
1432
|
duration: 1024,
|
|
1433
|
+
bigEndian: false,
|
|
1434
|
+
chunkSize: null,
|
|
1175
1435
|
chunk: 5,
|
|
1176
1436
|
},
|
|
1177
1437
|
{
|
|
@@ -1181,6 +1441,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1181
1441
|
dts: 10240,
|
|
1182
1442
|
cts: 10240,
|
|
1183
1443
|
duration: 1024,
|
|
1444
|
+
bigEndian: false,
|
|
1445
|
+
chunkSize: null,
|
|
1184
1446
|
chunk: 6,
|
|
1185
1447
|
},
|
|
1186
1448
|
{
|
|
@@ -1190,6 +1452,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1190
1452
|
dts: 11264,
|
|
1191
1453
|
cts: 11264,
|
|
1192
1454
|
duration: 1024,
|
|
1455
|
+
bigEndian: false,
|
|
1456
|
+
chunkSize: null,
|
|
1193
1457
|
chunk: 7,
|
|
1194
1458
|
},
|
|
1195
1459
|
{
|
|
@@ -1199,6 +1463,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1199
1463
|
dts: 12288,
|
|
1200
1464
|
cts: 12288,
|
|
1201
1465
|
duration: 1024,
|
|
1466
|
+
bigEndian: false,
|
|
1467
|
+
chunkSize: null,
|
|
1202
1468
|
chunk: 7,
|
|
1203
1469
|
},
|
|
1204
1470
|
{
|
|
@@ -1208,6 +1474,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1208
1474
|
dts: 13312,
|
|
1209
1475
|
cts: 13312,
|
|
1210
1476
|
duration: 1024,
|
|
1477
|
+
bigEndian: false,
|
|
1478
|
+
chunkSize: null,
|
|
1211
1479
|
chunk: 8,
|
|
1212
1480
|
},
|
|
1213
1481
|
{
|
|
@@ -1217,6 +1485,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1217
1485
|
dts: 14336,
|
|
1218
1486
|
cts: 14336,
|
|
1219
1487
|
duration: 1024,
|
|
1488
|
+
bigEndian: false,
|
|
1489
|
+
chunkSize: null,
|
|
1220
1490
|
chunk: 8,
|
|
1221
1491
|
},
|
|
1222
1492
|
{
|
|
@@ -1226,6 +1496,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1226
1496
|
dts: 15360,
|
|
1227
1497
|
cts: 15360,
|
|
1228
1498
|
duration: 1024,
|
|
1499
|
+
bigEndian: false,
|
|
1500
|
+
chunkSize: null,
|
|
1229
1501
|
chunk: 9,
|
|
1230
1502
|
},
|
|
1231
1503
|
{
|
|
@@ -1235,6 +1507,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1235
1507
|
dts: 16384,
|
|
1236
1508
|
cts: 16384,
|
|
1237
1509
|
duration: 1024,
|
|
1510
|
+
bigEndian: false,
|
|
1511
|
+
chunkSize: null,
|
|
1238
1512
|
chunk: 10,
|
|
1239
1513
|
},
|
|
1240
1514
|
{
|
|
@@ -1244,6 +1518,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1244
1518
|
dts: 17408,
|
|
1245
1519
|
cts: 17408,
|
|
1246
1520
|
duration: 1024,
|
|
1521
|
+
bigEndian: false,
|
|
1522
|
+
chunkSize: null,
|
|
1247
1523
|
chunk: 10,
|
|
1248
1524
|
},
|
|
1249
1525
|
{
|
|
@@ -1253,6 +1529,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1253
1529
|
dts: 18432,
|
|
1254
1530
|
cts: 18432,
|
|
1255
1531
|
duration: 1024,
|
|
1532
|
+
bigEndian: false,
|
|
1533
|
+
chunkSize: null,
|
|
1256
1534
|
chunk: 11,
|
|
1257
1535
|
},
|
|
1258
1536
|
{
|
|
@@ -1262,6 +1540,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1262
1540
|
dts: 19456,
|
|
1263
1541
|
cts: 19456,
|
|
1264
1542
|
duration: 1024,
|
|
1543
|
+
bigEndian: false,
|
|
1544
|
+
chunkSize: null,
|
|
1265
1545
|
chunk: 12,
|
|
1266
1546
|
},
|
|
1267
1547
|
{
|
|
@@ -1271,6 +1551,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1271
1551
|
dts: 20480,
|
|
1272
1552
|
cts: 20480,
|
|
1273
1553
|
duration: 1024,
|
|
1554
|
+
bigEndian: false,
|
|
1555
|
+
chunkSize: null,
|
|
1274
1556
|
chunk: 12,
|
|
1275
1557
|
},
|
|
1276
1558
|
{
|
|
@@ -1280,6 +1562,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1280
1562
|
dts: 21504,
|
|
1281
1563
|
cts: 21504,
|
|
1282
1564
|
duration: 1024,
|
|
1565
|
+
bigEndian: false,
|
|
1566
|
+
chunkSize: null,
|
|
1283
1567
|
chunk: 13,
|
|
1284
1568
|
},
|
|
1285
1569
|
{
|
|
@@ -1289,6 +1573,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1289
1573
|
dts: 22528,
|
|
1290
1574
|
cts: 22528,
|
|
1291
1575
|
duration: 1024,
|
|
1576
|
+
bigEndian: false,
|
|
1577
|
+
chunkSize: null,
|
|
1292
1578
|
chunk: 14,
|
|
1293
1579
|
},
|
|
1294
1580
|
{
|
|
@@ -1298,6 +1584,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1298
1584
|
dts: 23552,
|
|
1299
1585
|
cts: 23552,
|
|
1300
1586
|
duration: 1024,
|
|
1587
|
+
bigEndian: false,
|
|
1588
|
+
chunkSize: null,
|
|
1301
1589
|
chunk: 14,
|
|
1302
1590
|
},
|
|
1303
1591
|
{
|
|
@@ -1307,6 +1595,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1307
1595
|
dts: 24576,
|
|
1308
1596
|
cts: 24576,
|
|
1309
1597
|
duration: 1024,
|
|
1598
|
+
bigEndian: false,
|
|
1599
|
+
chunkSize: null,
|
|
1310
1600
|
chunk: 15,
|
|
1311
1601
|
},
|
|
1312
1602
|
{
|
|
@@ -1316,6 +1606,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1316
1606
|
dts: 25600,
|
|
1317
1607
|
cts: 25600,
|
|
1318
1608
|
duration: 1024,
|
|
1609
|
+
bigEndian: false,
|
|
1610
|
+
chunkSize: null,
|
|
1319
1611
|
chunk: 16,
|
|
1320
1612
|
},
|
|
1321
1613
|
{
|
|
@@ -1325,6 +1617,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1325
1617
|
dts: 26624,
|
|
1326
1618
|
cts: 26624,
|
|
1327
1619
|
duration: 1024,
|
|
1620
|
+
bigEndian: false,
|
|
1621
|
+
chunkSize: null,
|
|
1328
1622
|
chunk: 16,
|
|
1329
1623
|
},
|
|
1330
1624
|
{
|
|
@@ -1334,6 +1628,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1334
1628
|
dts: 27648,
|
|
1335
1629
|
cts: 27648,
|
|
1336
1630
|
duration: 1024,
|
|
1631
|
+
bigEndian: false,
|
|
1632
|
+
chunkSize: null,
|
|
1337
1633
|
chunk: 17,
|
|
1338
1634
|
},
|
|
1339
1635
|
{
|
|
@@ -1343,6 +1639,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1343
1639
|
dts: 28672,
|
|
1344
1640
|
cts: 28672,
|
|
1345
1641
|
duration: 1024,
|
|
1642
|
+
bigEndian: false,
|
|
1643
|
+
chunkSize: null,
|
|
1346
1644
|
chunk: 17,
|
|
1347
1645
|
},
|
|
1348
1646
|
{
|
|
@@ -1352,6 +1650,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1352
1650
|
dts: 29696,
|
|
1353
1651
|
cts: 29696,
|
|
1354
1652
|
duration: 1024,
|
|
1653
|
+
bigEndian: false,
|
|
1654
|
+
chunkSize: null,
|
|
1355
1655
|
chunk: 18,
|
|
1356
1656
|
},
|
|
1357
1657
|
{
|
|
@@ -1361,6 +1661,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1361
1661
|
dts: 30720,
|
|
1362
1662
|
cts: 30720,
|
|
1363
1663
|
duration: 1024,
|
|
1664
|
+
bigEndian: false,
|
|
1665
|
+
chunkSize: null,
|
|
1364
1666
|
chunk: 19,
|
|
1365
1667
|
},
|
|
1366
1668
|
{
|
|
@@ -1370,6 +1672,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1370
1672
|
dts: 31744,
|
|
1371
1673
|
cts: 31744,
|
|
1372
1674
|
duration: 1024,
|
|
1675
|
+
bigEndian: false,
|
|
1676
|
+
chunkSize: null,
|
|
1373
1677
|
chunk: 19,
|
|
1374
1678
|
},
|
|
1375
1679
|
{
|
|
@@ -1379,6 +1683,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1379
1683
|
dts: 32768,
|
|
1380
1684
|
cts: 32768,
|
|
1381
1685
|
duration: 1024,
|
|
1686
|
+
bigEndian: false,
|
|
1687
|
+
chunkSize: null,
|
|
1382
1688
|
chunk: 20,
|
|
1383
1689
|
},
|
|
1384
1690
|
{
|
|
@@ -1388,6 +1694,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1388
1694
|
dts: 33792,
|
|
1389
1695
|
cts: 33792,
|
|
1390
1696
|
duration: 1024,
|
|
1697
|
+
bigEndian: false,
|
|
1698
|
+
chunkSize: null,
|
|
1391
1699
|
chunk: 21,
|
|
1392
1700
|
},
|
|
1393
1701
|
{
|
|
@@ -1397,6 +1705,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1397
1705
|
dts: 34816,
|
|
1398
1706
|
cts: 34816,
|
|
1399
1707
|
duration: 1024,
|
|
1708
|
+
bigEndian: false,
|
|
1709
|
+
chunkSize: null,
|
|
1400
1710
|
chunk: 21,
|
|
1401
1711
|
},
|
|
1402
1712
|
{
|
|
@@ -1406,6 +1716,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1406
1716
|
dts: 35840,
|
|
1407
1717
|
cts: 35840,
|
|
1408
1718
|
duration: 1024,
|
|
1719
|
+
bigEndian: false,
|
|
1720
|
+
chunkSize: null,
|
|
1409
1721
|
chunk: 22,
|
|
1410
1722
|
},
|
|
1411
1723
|
{
|
|
@@ -1415,6 +1727,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1415
1727
|
dts: 36864,
|
|
1416
1728
|
cts: 36864,
|
|
1417
1729
|
duration: 1024,
|
|
1730
|
+
bigEndian: false,
|
|
1731
|
+
chunkSize: null,
|
|
1418
1732
|
chunk: 23,
|
|
1419
1733
|
},
|
|
1420
1734
|
{
|
|
@@ -1424,6 +1738,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1424
1738
|
dts: 37888,
|
|
1425
1739
|
cts: 37888,
|
|
1426
1740
|
duration: 1024,
|
|
1741
|
+
bigEndian: false,
|
|
1742
|
+
chunkSize: null,
|
|
1427
1743
|
chunk: 23,
|
|
1428
1744
|
},
|
|
1429
1745
|
{
|
|
@@ -1433,6 +1749,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1433
1749
|
dts: 38912,
|
|
1434
1750
|
cts: 38912,
|
|
1435
1751
|
duration: 1024,
|
|
1752
|
+
bigEndian: false,
|
|
1753
|
+
chunkSize: null,
|
|
1436
1754
|
chunk: 24,
|
|
1437
1755
|
},
|
|
1438
1756
|
{
|
|
@@ -1442,6 +1760,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1442
1760
|
dts: 39936,
|
|
1443
1761
|
cts: 39936,
|
|
1444
1762
|
duration: 1024,
|
|
1763
|
+
bigEndian: false,
|
|
1764
|
+
chunkSize: null,
|
|
1445
1765
|
chunk: 24,
|
|
1446
1766
|
},
|
|
1447
1767
|
{
|
|
@@ -1451,6 +1771,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1451
1771
|
dts: 40960,
|
|
1452
1772
|
cts: 40960,
|
|
1453
1773
|
duration: 1024,
|
|
1774
|
+
bigEndian: false,
|
|
1775
|
+
chunkSize: null,
|
|
1454
1776
|
chunk: 25,
|
|
1455
1777
|
},
|
|
1456
1778
|
{
|
|
@@ -1460,6 +1782,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1460
1782
|
dts: 41984,
|
|
1461
1783
|
cts: 41984,
|
|
1462
1784
|
duration: 1024,
|
|
1785
|
+
bigEndian: false,
|
|
1786
|
+
chunkSize: null,
|
|
1463
1787
|
chunk: 26,
|
|
1464
1788
|
},
|
|
1465
1789
|
{
|
|
@@ -1469,6 +1793,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1469
1793
|
dts: 43008,
|
|
1470
1794
|
cts: 43008,
|
|
1471
1795
|
duration: 1024,
|
|
1796
|
+
bigEndian: false,
|
|
1797
|
+
chunkSize: null,
|
|
1472
1798
|
chunk: 26,
|
|
1473
1799
|
},
|
|
1474
1800
|
{
|
|
@@ -1478,6 +1804,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1478
1804
|
dts: 44032,
|
|
1479
1805
|
cts: 44032,
|
|
1480
1806
|
duration: 1024,
|
|
1807
|
+
bigEndian: false,
|
|
1808
|
+
chunkSize: null,
|
|
1481
1809
|
chunk: 27,
|
|
1482
1810
|
},
|
|
1483
1811
|
{
|
|
@@ -1487,6 +1815,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1487
1815
|
dts: 45056,
|
|
1488
1816
|
cts: 45056,
|
|
1489
1817
|
duration: 1024,
|
|
1818
|
+
bigEndian: false,
|
|
1819
|
+
chunkSize: null,
|
|
1490
1820
|
chunk: 28,
|
|
1491
1821
|
},
|
|
1492
1822
|
{
|
|
@@ -1496,6 +1826,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1496
1826
|
dts: 46080,
|
|
1497
1827
|
cts: 46080,
|
|
1498
1828
|
duration: 1024,
|
|
1829
|
+
bigEndian: false,
|
|
1830
|
+
chunkSize: null,
|
|
1499
1831
|
chunk: 28,
|
|
1500
1832
|
},
|
|
1501
1833
|
{
|
|
@@ -1505,6 +1837,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1505
1837
|
dts: 47104,
|
|
1506
1838
|
cts: 47104,
|
|
1507
1839
|
duration: 1024,
|
|
1840
|
+
bigEndian: false,
|
|
1841
|
+
chunkSize: null,
|
|
1508
1842
|
chunk: 29,
|
|
1509
1843
|
},
|
|
1510
1844
|
{
|
|
@@ -1514,6 +1848,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1514
1848
|
dts: 48128,
|
|
1515
1849
|
cts: 48128,
|
|
1516
1850
|
duration: 1024,
|
|
1851
|
+
bigEndian: false,
|
|
1852
|
+
chunkSize: null,
|
|
1517
1853
|
chunk: 30,
|
|
1518
1854
|
},
|
|
1519
1855
|
{
|
|
@@ -1523,6 +1859,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1523
1859
|
dts: 49152,
|
|
1524
1860
|
cts: 49152,
|
|
1525
1861
|
duration: 1024,
|
|
1862
|
+
bigEndian: false,
|
|
1863
|
+
chunkSize: null,
|
|
1526
1864
|
chunk: 30,
|
|
1527
1865
|
},
|
|
1528
1866
|
{
|
|
@@ -1532,6 +1870,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1532
1870
|
dts: 50176,
|
|
1533
1871
|
cts: 50176,
|
|
1534
1872
|
duration: 1024,
|
|
1873
|
+
bigEndian: false,
|
|
1874
|
+
chunkSize: null,
|
|
1535
1875
|
chunk: 31,
|
|
1536
1876
|
},
|
|
1537
1877
|
{
|
|
@@ -1541,6 +1881,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1541
1881
|
dts: 51200,
|
|
1542
1882
|
cts: 51200,
|
|
1543
1883
|
duration: 1024,
|
|
1884
|
+
bigEndian: false,
|
|
1885
|
+
chunkSize: null,
|
|
1544
1886
|
chunk: 32,
|
|
1545
1887
|
},
|
|
1546
1888
|
{
|
|
@@ -1550,6 +1892,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1550
1892
|
dts: 52224,
|
|
1551
1893
|
cts: 52224,
|
|
1552
1894
|
duration: 1024,
|
|
1895
|
+
bigEndian: false,
|
|
1896
|
+
chunkSize: null,
|
|
1553
1897
|
chunk: 32,
|
|
1554
1898
|
},
|
|
1555
1899
|
{
|
|
@@ -1559,6 +1903,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1559
1903
|
dts: 53248,
|
|
1560
1904
|
cts: 53248,
|
|
1561
1905
|
duration: 1024,
|
|
1906
|
+
bigEndian: false,
|
|
1907
|
+
chunkSize: null,
|
|
1562
1908
|
chunk: 33,
|
|
1563
1909
|
},
|
|
1564
1910
|
{
|
|
@@ -1568,6 +1914,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1568
1914
|
dts: 54272,
|
|
1569
1915
|
cts: 54272,
|
|
1570
1916
|
duration: 1024,
|
|
1917
|
+
bigEndian: false,
|
|
1918
|
+
chunkSize: null,
|
|
1571
1919
|
chunk: 33,
|
|
1572
1920
|
},
|
|
1573
1921
|
{
|
|
@@ -1577,6 +1925,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1577
1925
|
dts: 55296,
|
|
1578
1926
|
cts: 55296,
|
|
1579
1927
|
duration: 1024,
|
|
1928
|
+
bigEndian: false,
|
|
1929
|
+
chunkSize: null,
|
|
1580
1930
|
chunk: 34,
|
|
1581
1931
|
},
|
|
1582
1932
|
{
|
|
@@ -1586,6 +1936,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1586
1936
|
dts: 56320,
|
|
1587
1937
|
cts: 56320,
|
|
1588
1938
|
duration: 1024,
|
|
1939
|
+
bigEndian: false,
|
|
1940
|
+
chunkSize: null,
|
|
1589
1941
|
chunk: 35,
|
|
1590
1942
|
},
|
|
1591
1943
|
{
|
|
@@ -1595,6 +1947,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1595
1947
|
dts: 57344,
|
|
1596
1948
|
cts: 57344,
|
|
1597
1949
|
duration: 1024,
|
|
1950
|
+
bigEndian: false,
|
|
1951
|
+
chunkSize: null,
|
|
1598
1952
|
chunk: 35,
|
|
1599
1953
|
},
|
|
1600
1954
|
{
|
|
@@ -1604,6 +1958,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1604
1958
|
dts: 58368,
|
|
1605
1959
|
cts: 58368,
|
|
1606
1960
|
duration: 1024,
|
|
1961
|
+
bigEndian: false,
|
|
1962
|
+
chunkSize: null,
|
|
1607
1963
|
chunk: 36,
|
|
1608
1964
|
},
|
|
1609
1965
|
{
|
|
@@ -1613,6 +1969,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1613
1969
|
dts: 59392,
|
|
1614
1970
|
cts: 59392,
|
|
1615
1971
|
duration: 1024,
|
|
1972
|
+
bigEndian: false,
|
|
1973
|
+
chunkSize: null,
|
|
1616
1974
|
chunk: 37,
|
|
1617
1975
|
},
|
|
1618
1976
|
{
|
|
@@ -1622,6 +1980,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1622
1980
|
dts: 60416,
|
|
1623
1981
|
cts: 60416,
|
|
1624
1982
|
duration: 1024,
|
|
1983
|
+
bigEndian: false,
|
|
1984
|
+
chunkSize: null,
|
|
1625
1985
|
chunk: 37,
|
|
1626
1986
|
},
|
|
1627
1987
|
{
|
|
@@ -1631,6 +1991,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1631
1991
|
dts: 61440,
|
|
1632
1992
|
cts: 61440,
|
|
1633
1993
|
duration: 1024,
|
|
1994
|
+
bigEndian: false,
|
|
1995
|
+
chunkSize: null,
|
|
1634
1996
|
chunk: 38,
|
|
1635
1997
|
},
|
|
1636
1998
|
{
|
|
@@ -1640,6 +2002,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1640
2002
|
dts: 62464,
|
|
1641
2003
|
cts: 62464,
|
|
1642
2004
|
duration: 1024,
|
|
2005
|
+
bigEndian: false,
|
|
2006
|
+
chunkSize: null,
|
|
1643
2007
|
chunk: 39,
|
|
1644
2008
|
},
|
|
1645
2009
|
{
|
|
@@ -1649,6 +2013,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1649
2013
|
dts: 63488,
|
|
1650
2014
|
cts: 63488,
|
|
1651
2015
|
duration: 1024,
|
|
2016
|
+
bigEndian: false,
|
|
2017
|
+
chunkSize: null,
|
|
1652
2018
|
chunk: 39,
|
|
1653
2019
|
},
|
|
1654
2020
|
{
|
|
@@ -1658,6 +2024,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1658
2024
|
dts: 64512,
|
|
1659
2025
|
cts: 64512,
|
|
1660
2026
|
duration: 1024,
|
|
2027
|
+
bigEndian: false,
|
|
2028
|
+
chunkSize: null,
|
|
1661
2029
|
chunk: 40,
|
|
1662
2030
|
},
|
|
1663
2031
|
{
|
|
@@ -1667,6 +2035,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1667
2035
|
dts: 65536,
|
|
1668
2036
|
cts: 65536,
|
|
1669
2037
|
duration: 1024,
|
|
2038
|
+
bigEndian: false,
|
|
2039
|
+
chunkSize: null,
|
|
1670
2040
|
chunk: 40,
|
|
1671
2041
|
},
|
|
1672
2042
|
{
|
|
@@ -1676,6 +2046,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1676
2046
|
dts: 66560,
|
|
1677
2047
|
cts: 66560,
|
|
1678
2048
|
duration: 1024,
|
|
2049
|
+
bigEndian: false,
|
|
2050
|
+
chunkSize: null,
|
|
1679
2051
|
chunk: 41,
|
|
1680
2052
|
},
|
|
1681
2053
|
{
|
|
@@ -1685,6 +2057,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1685
2057
|
dts: 67584,
|
|
1686
2058
|
cts: 67584,
|
|
1687
2059
|
duration: 1024,
|
|
2060
|
+
bigEndian: false,
|
|
2061
|
+
chunkSize: null,
|
|
1688
2062
|
chunk: 42,
|
|
1689
2063
|
},
|
|
1690
2064
|
{
|
|
@@ -1694,6 +2068,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1694
2068
|
dts: 68608,
|
|
1695
2069
|
cts: 68608,
|
|
1696
2070
|
duration: 1024,
|
|
2071
|
+
bigEndian: false,
|
|
2072
|
+
chunkSize: null,
|
|
1697
2073
|
chunk: 42,
|
|
1698
2074
|
},
|
|
1699
2075
|
{
|
|
@@ -1703,6 +2079,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1703
2079
|
dts: 69632,
|
|
1704
2080
|
cts: 69632,
|
|
1705
2081
|
duration: 1024,
|
|
2082
|
+
bigEndian: false,
|
|
2083
|
+
chunkSize: null,
|
|
1706
2084
|
chunk: 43,
|
|
1707
2085
|
},
|
|
1708
2086
|
{
|
|
@@ -1712,6 +2090,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1712
2090
|
dts: 70656,
|
|
1713
2091
|
cts: 70656,
|
|
1714
2092
|
duration: 1024,
|
|
2093
|
+
bigEndian: false,
|
|
2094
|
+
chunkSize: null,
|
|
1715
2095
|
chunk: 44,
|
|
1716
2096
|
},
|
|
1717
2097
|
{
|
|
@@ -1721,6 +2101,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1721
2101
|
dts: 71680,
|
|
1722
2102
|
cts: 71680,
|
|
1723
2103
|
duration: 1024,
|
|
2104
|
+
bigEndian: false,
|
|
2105
|
+
chunkSize: null,
|
|
1724
2106
|
chunk: 44,
|
|
1725
2107
|
},
|
|
1726
2108
|
{
|
|
@@ -1730,6 +2112,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1730
2112
|
dts: 72704,
|
|
1731
2113
|
cts: 72704,
|
|
1732
2114
|
duration: 1024,
|
|
2115
|
+
bigEndian: false,
|
|
2116
|
+
chunkSize: null,
|
|
1733
2117
|
chunk: 45,
|
|
1734
2118
|
},
|
|
1735
2119
|
{
|
|
@@ -1739,6 +2123,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1739
2123
|
dts: 73728,
|
|
1740
2124
|
cts: 73728,
|
|
1741
2125
|
duration: 1024,
|
|
2126
|
+
bigEndian: false,
|
|
2127
|
+
chunkSize: null,
|
|
1742
2128
|
chunk: 46,
|
|
1743
2129
|
},
|
|
1744
2130
|
{
|
|
@@ -1748,6 +2134,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1748
2134
|
dts: 74752,
|
|
1749
2135
|
cts: 74752,
|
|
1750
2136
|
duration: 1024,
|
|
2137
|
+
bigEndian: false,
|
|
2138
|
+
chunkSize: null,
|
|
1751
2139
|
chunk: 46,
|
|
1752
2140
|
},
|
|
1753
2141
|
{
|
|
@@ -1757,6 +2145,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1757
2145
|
dts: 75776,
|
|
1758
2146
|
cts: 75776,
|
|
1759
2147
|
duration: 1024,
|
|
2148
|
+
bigEndian: false,
|
|
2149
|
+
chunkSize: null,
|
|
1760
2150
|
chunk: 47,
|
|
1761
2151
|
},
|
|
1762
2152
|
{
|
|
@@ -1766,6 +2156,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1766
2156
|
dts: 76800,
|
|
1767
2157
|
cts: 76800,
|
|
1768
2158
|
duration: 1024,
|
|
2159
|
+
bigEndian: false,
|
|
2160
|
+
chunkSize: null,
|
|
1769
2161
|
chunk: 48,
|
|
1770
2162
|
},
|
|
1771
2163
|
{
|
|
@@ -1775,6 +2167,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1775
2167
|
dts: 77824,
|
|
1776
2168
|
cts: 77824,
|
|
1777
2169
|
duration: 1024,
|
|
2170
|
+
bigEndian: false,
|
|
2171
|
+
chunkSize: null,
|
|
1778
2172
|
chunk: 48,
|
|
1779
2173
|
},
|
|
1780
2174
|
{
|
|
@@ -1784,6 +2178,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1784
2178
|
dts: 78848,
|
|
1785
2179
|
cts: 78848,
|
|
1786
2180
|
duration: 1024,
|
|
2181
|
+
bigEndian: false,
|
|
2182
|
+
chunkSize: null,
|
|
1787
2183
|
chunk: 49,
|
|
1788
2184
|
},
|
|
1789
2185
|
{
|
|
@@ -1793,6 +2189,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1793
2189
|
dts: 79872,
|
|
1794
2190
|
cts: 79872,
|
|
1795
2191
|
duration: 1024,
|
|
2192
|
+
bigEndian: false,
|
|
2193
|
+
chunkSize: null,
|
|
1796
2194
|
chunk: 49,
|
|
1797
2195
|
},
|
|
1798
2196
|
{
|
|
@@ -1802,6 +2200,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1802
2200
|
dts: 80896,
|
|
1803
2201
|
cts: 80896,
|
|
1804
2202
|
duration: 1024,
|
|
2203
|
+
bigEndian: false,
|
|
2204
|
+
chunkSize: null,
|
|
1805
2205
|
chunk: 50,
|
|
1806
2206
|
},
|
|
1807
2207
|
{
|
|
@@ -1811,6 +2211,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1811
2211
|
dts: 81920,
|
|
1812
2212
|
cts: 81920,
|
|
1813
2213
|
duration: 1024,
|
|
2214
|
+
bigEndian: false,
|
|
2215
|
+
chunkSize: null,
|
|
1814
2216
|
chunk: 51,
|
|
1815
2217
|
},
|
|
1816
2218
|
{
|
|
@@ -1820,6 +2222,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1820
2222
|
dts: 82944,
|
|
1821
2223
|
cts: 82944,
|
|
1822
2224
|
duration: 1024,
|
|
2225
|
+
bigEndian: false,
|
|
2226
|
+
chunkSize: null,
|
|
1823
2227
|
chunk: 51,
|
|
1824
2228
|
},
|
|
1825
2229
|
{
|
|
@@ -1829,6 +2233,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1829
2233
|
dts: 83968,
|
|
1830
2234
|
cts: 83968,
|
|
1831
2235
|
duration: 1024,
|
|
2236
|
+
bigEndian: false,
|
|
2237
|
+
chunkSize: null,
|
|
1832
2238
|
chunk: 52,
|
|
1833
2239
|
},
|
|
1834
2240
|
{
|
|
@@ -1838,6 +2244,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1838
2244
|
dts: 84992,
|
|
1839
2245
|
cts: 84992,
|
|
1840
2246
|
duration: 1024,
|
|
2247
|
+
bigEndian: false,
|
|
2248
|
+
chunkSize: null,
|
|
1841
2249
|
chunk: 53,
|
|
1842
2250
|
},
|
|
1843
2251
|
{
|
|
@@ -1847,6 +2255,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1847
2255
|
dts: 86016,
|
|
1848
2256
|
cts: 86016,
|
|
1849
2257
|
duration: 1024,
|
|
2258
|
+
bigEndian: false,
|
|
2259
|
+
chunkSize: null,
|
|
1850
2260
|
chunk: 53,
|
|
1851
2261
|
},
|
|
1852
2262
|
{
|
|
@@ -1856,6 +2266,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1856
2266
|
dts: 87040,
|
|
1857
2267
|
cts: 87040,
|
|
1858
2268
|
duration: 1024,
|
|
2269
|
+
bigEndian: false,
|
|
2270
|
+
chunkSize: null,
|
|
1859
2271
|
chunk: 54,
|
|
1860
2272
|
},
|
|
1861
2273
|
{
|
|
@@ -1865,6 +2277,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1865
2277
|
dts: 88064,
|
|
1866
2278
|
cts: 88064,
|
|
1867
2279
|
duration: 1024,
|
|
2280
|
+
bigEndian: false,
|
|
2281
|
+
chunkSize: null,
|
|
1868
2282
|
chunk: 55,
|
|
1869
2283
|
},
|
|
1870
2284
|
{
|
|
@@ -1874,6 +2288,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1874
2288
|
dts: 89088,
|
|
1875
2289
|
cts: 89088,
|
|
1876
2290
|
duration: 1024,
|
|
2291
|
+
bigEndian: false,
|
|
2292
|
+
chunkSize: null,
|
|
1877
2293
|
chunk: 55,
|
|
1878
2294
|
},
|
|
1879
2295
|
{
|
|
@@ -1883,6 +2299,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1883
2299
|
dts: 90112,
|
|
1884
2300
|
cts: 90112,
|
|
1885
2301
|
duration: 1024,
|
|
2302
|
+
bigEndian: false,
|
|
2303
|
+
chunkSize: null,
|
|
1886
2304
|
chunk: 56,
|
|
1887
2305
|
},
|
|
1888
2306
|
{
|
|
@@ -1892,6 +2310,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1892
2310
|
dts: 91136,
|
|
1893
2311
|
cts: 91136,
|
|
1894
2312
|
duration: 1024,
|
|
2313
|
+
bigEndian: false,
|
|
2314
|
+
chunkSize: null,
|
|
1895
2315
|
chunk: 56,
|
|
1896
2316
|
},
|
|
1897
2317
|
{
|
|
@@ -1901,6 +2321,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1901
2321
|
dts: 92160,
|
|
1902
2322
|
cts: 92160,
|
|
1903
2323
|
duration: 1024,
|
|
2324
|
+
bigEndian: false,
|
|
2325
|
+
chunkSize: null,
|
|
1904
2326
|
chunk: 57,
|
|
1905
2327
|
},
|
|
1906
2328
|
{
|
|
@@ -1910,6 +2332,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1910
2332
|
dts: 93184,
|
|
1911
2333
|
cts: 93184,
|
|
1912
2334
|
duration: 1024,
|
|
2335
|
+
bigEndian: false,
|
|
2336
|
+
chunkSize: null,
|
|
1913
2337
|
chunk: 58,
|
|
1914
2338
|
},
|
|
1915
2339
|
{
|
|
@@ -1919,6 +2343,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1919
2343
|
dts: 94208,
|
|
1920
2344
|
cts: 94208,
|
|
1921
2345
|
duration: 1024,
|
|
2346
|
+
bigEndian: false,
|
|
2347
|
+
chunkSize: null,
|
|
1922
2348
|
chunk: 58,
|
|
1923
2349
|
},
|
|
1924
2350
|
{
|
|
@@ -1928,6 +2354,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1928
2354
|
dts: 95232,
|
|
1929
2355
|
cts: 95232,
|
|
1930
2356
|
duration: 1024,
|
|
2357
|
+
bigEndian: false,
|
|
2358
|
+
chunkSize: null,
|
|
1931
2359
|
chunk: 59,
|
|
1932
2360
|
},
|
|
1933
2361
|
{
|
|
@@ -1937,6 +2365,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1937
2365
|
dts: 96256,
|
|
1938
2366
|
cts: 96256,
|
|
1939
2367
|
duration: 1024,
|
|
2368
|
+
bigEndian: false,
|
|
2369
|
+
chunkSize: null,
|
|
1940
2370
|
chunk: 60,
|
|
1941
2371
|
},
|
|
1942
2372
|
{
|
|
@@ -1946,6 +2376,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1946
2376
|
dts: 97280,
|
|
1947
2377
|
cts: 97280,
|
|
1948
2378
|
duration: 1024,
|
|
2379
|
+
bigEndian: false,
|
|
2380
|
+
chunkSize: null,
|
|
1949
2381
|
chunk: 60,
|
|
1950
2382
|
},
|
|
1951
2383
|
{
|
|
@@ -1955,6 +2387,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1955
2387
|
dts: 98304,
|
|
1956
2388
|
cts: 98304,
|
|
1957
2389
|
duration: 1024,
|
|
2390
|
+
bigEndian: false,
|
|
2391
|
+
chunkSize: null,
|
|
1958
2392
|
chunk: 61,
|
|
1959
2393
|
},
|
|
1960
2394
|
{
|
|
@@ -1964,6 +2398,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1964
2398
|
dts: 99328,
|
|
1965
2399
|
cts: 99328,
|
|
1966
2400
|
duration: 1024,
|
|
2401
|
+
bigEndian: false,
|
|
2402
|
+
chunkSize: null,
|
|
1967
2403
|
chunk: 62,
|
|
1968
2404
|
},
|
|
1969
2405
|
{
|
|
@@ -1973,6 +2409,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1973
2409
|
dts: 100352,
|
|
1974
2410
|
cts: 100352,
|
|
1975
2411
|
duration: 1024,
|
|
2412
|
+
bigEndian: false,
|
|
2413
|
+
chunkSize: null,
|
|
1976
2414
|
chunk: 62,
|
|
1977
2415
|
},
|
|
1978
2416
|
{
|
|
@@ -1982,6 +2420,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1982
2420
|
dts: 101376,
|
|
1983
2421
|
cts: 101376,
|
|
1984
2422
|
duration: 1024,
|
|
2423
|
+
bigEndian: false,
|
|
2424
|
+
chunkSize: null,
|
|
1985
2425
|
chunk: 63,
|
|
1986
2426
|
},
|
|
1987
2427
|
{
|
|
@@ -1991,6 +2431,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
1991
2431
|
dts: 102400,
|
|
1992
2432
|
cts: 102400,
|
|
1993
2433
|
duration: 1024,
|
|
2434
|
+
bigEndian: false,
|
|
2435
|
+
chunkSize: null,
|
|
1994
2436
|
chunk: 64,
|
|
1995
2437
|
},
|
|
1996
2438
|
{
|
|
@@ -2000,6 +2442,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2000
2442
|
dts: 103424,
|
|
2001
2443
|
cts: 103424,
|
|
2002
2444
|
duration: 1024,
|
|
2445
|
+
bigEndian: false,
|
|
2446
|
+
chunkSize: null,
|
|
2003
2447
|
chunk: 64,
|
|
2004
2448
|
},
|
|
2005
2449
|
{
|
|
@@ -2009,6 +2453,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2009
2453
|
dts: 104448,
|
|
2010
2454
|
cts: 104448,
|
|
2011
2455
|
duration: 1024,
|
|
2456
|
+
bigEndian: false,
|
|
2457
|
+
chunkSize: null,
|
|
2012
2458
|
chunk: 65,
|
|
2013
2459
|
},
|
|
2014
2460
|
{
|
|
@@ -2018,6 +2464,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2018
2464
|
dts: 105472,
|
|
2019
2465
|
cts: 105472,
|
|
2020
2466
|
duration: 1024,
|
|
2467
|
+
bigEndian: false,
|
|
2468
|
+
chunkSize: null,
|
|
2021
2469
|
chunk: 65,
|
|
2022
2470
|
},
|
|
2023
2471
|
{
|
|
@@ -2027,6 +2475,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2027
2475
|
dts: 106496,
|
|
2028
2476
|
cts: 106496,
|
|
2029
2477
|
duration: 1024,
|
|
2478
|
+
bigEndian: false,
|
|
2479
|
+
chunkSize: null,
|
|
2030
2480
|
chunk: 66,
|
|
2031
2481
|
},
|
|
2032
2482
|
{
|
|
@@ -2036,6 +2486,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2036
2486
|
dts: 107520,
|
|
2037
2487
|
cts: 107520,
|
|
2038
2488
|
duration: 1024,
|
|
2489
|
+
bigEndian: false,
|
|
2490
|
+
chunkSize: null,
|
|
2039
2491
|
chunk: 67,
|
|
2040
2492
|
},
|
|
2041
2493
|
{
|
|
@@ -2045,6 +2497,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2045
2497
|
dts: 108544,
|
|
2046
2498
|
cts: 108544,
|
|
2047
2499
|
duration: 1024,
|
|
2500
|
+
bigEndian: false,
|
|
2501
|
+
chunkSize: null,
|
|
2048
2502
|
chunk: 67,
|
|
2049
2503
|
},
|
|
2050
2504
|
{
|
|
@@ -2054,6 +2508,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2054
2508
|
dts: 109568,
|
|
2055
2509
|
cts: 109568,
|
|
2056
2510
|
duration: 1024,
|
|
2511
|
+
bigEndian: false,
|
|
2512
|
+
chunkSize: null,
|
|
2057
2513
|
chunk: 68,
|
|
2058
2514
|
},
|
|
2059
2515
|
{
|
|
@@ -2063,6 +2519,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2063
2519
|
dts: 110592,
|
|
2064
2520
|
cts: 110592,
|
|
2065
2521
|
duration: 1024,
|
|
2522
|
+
bigEndian: false,
|
|
2523
|
+
chunkSize: null,
|
|
2066
2524
|
chunk: 69,
|
|
2067
2525
|
},
|
|
2068
2526
|
{
|
|
@@ -2072,6 +2530,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2072
2530
|
dts: 111616,
|
|
2073
2531
|
cts: 111616,
|
|
2074
2532
|
duration: 1024,
|
|
2533
|
+
bigEndian: false,
|
|
2534
|
+
chunkSize: null,
|
|
2075
2535
|
chunk: 69,
|
|
2076
2536
|
},
|
|
2077
2537
|
{
|
|
@@ -2081,6 +2541,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2081
2541
|
dts: 112640,
|
|
2082
2542
|
cts: 112640,
|
|
2083
2543
|
duration: 1024,
|
|
2544
|
+
bigEndian: false,
|
|
2545
|
+
chunkSize: null,
|
|
2084
2546
|
chunk: 70,
|
|
2085
2547
|
},
|
|
2086
2548
|
{
|
|
@@ -2090,6 +2552,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2090
2552
|
dts: 113664,
|
|
2091
2553
|
cts: 113664,
|
|
2092
2554
|
duration: 1024,
|
|
2555
|
+
bigEndian: false,
|
|
2556
|
+
chunkSize: null,
|
|
2093
2557
|
chunk: 71,
|
|
2094
2558
|
},
|
|
2095
2559
|
{
|
|
@@ -2099,6 +2563,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2099
2563
|
dts: 114688,
|
|
2100
2564
|
cts: 114688,
|
|
2101
2565
|
duration: 1024,
|
|
2566
|
+
bigEndian: false,
|
|
2567
|
+
chunkSize: null,
|
|
2102
2568
|
chunk: 71,
|
|
2103
2569
|
},
|
|
2104
2570
|
{
|
|
@@ -2108,6 +2574,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2108
2574
|
dts: 115712,
|
|
2109
2575
|
cts: 115712,
|
|
2110
2576
|
duration: 1024,
|
|
2577
|
+
bigEndian: false,
|
|
2578
|
+
chunkSize: null,
|
|
2111
2579
|
chunk: 72,
|
|
2112
2580
|
},
|
|
2113
2581
|
{
|
|
@@ -2117,6 +2585,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2117
2585
|
dts: 116736,
|
|
2118
2586
|
cts: 116736,
|
|
2119
2587
|
duration: 1024,
|
|
2588
|
+
bigEndian: false,
|
|
2589
|
+
chunkSize: null,
|
|
2120
2590
|
chunk: 72,
|
|
2121
2591
|
},
|
|
2122
2592
|
{
|
|
@@ -2126,6 +2596,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2126
2596
|
dts: 117760,
|
|
2127
2597
|
cts: 117760,
|
|
2128
2598
|
duration: 1024,
|
|
2599
|
+
bigEndian: false,
|
|
2600
|
+
chunkSize: null,
|
|
2129
2601
|
chunk: 73,
|
|
2130
2602
|
},
|
|
2131
2603
|
{
|
|
@@ -2135,6 +2607,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2135
2607
|
dts: 118784,
|
|
2136
2608
|
cts: 118784,
|
|
2137
2609
|
duration: 1024,
|
|
2610
|
+
bigEndian: false,
|
|
2611
|
+
chunkSize: null,
|
|
2138
2612
|
chunk: 74,
|
|
2139
2613
|
},
|
|
2140
2614
|
{
|
|
@@ -2144,6 +2618,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2144
2618
|
dts: 119808,
|
|
2145
2619
|
cts: 119808,
|
|
2146
2620
|
duration: 1024,
|
|
2621
|
+
bigEndian: false,
|
|
2622
|
+
chunkSize: null,
|
|
2147
2623
|
chunk: 74,
|
|
2148
2624
|
},
|
|
2149
2625
|
{
|
|
@@ -2153,6 +2629,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2153
2629
|
dts: 120832,
|
|
2154
2630
|
cts: 120832,
|
|
2155
2631
|
duration: 1024,
|
|
2632
|
+
bigEndian: false,
|
|
2633
|
+
chunkSize: null,
|
|
2156
2634
|
chunk: 75,
|
|
2157
2635
|
},
|
|
2158
2636
|
{
|
|
@@ -2162,6 +2640,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2162
2640
|
dts: 121856,
|
|
2163
2641
|
cts: 121856,
|
|
2164
2642
|
duration: 1024,
|
|
2643
|
+
bigEndian: false,
|
|
2644
|
+
chunkSize: null,
|
|
2165
2645
|
chunk: 76,
|
|
2166
2646
|
},
|
|
2167
2647
|
{
|
|
@@ -2171,6 +2651,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2171
2651
|
dts: 122880,
|
|
2172
2652
|
cts: 122880,
|
|
2173
2653
|
duration: 1024,
|
|
2654
|
+
bigEndian: false,
|
|
2655
|
+
chunkSize: null,
|
|
2174
2656
|
chunk: 76,
|
|
2175
2657
|
},
|
|
2176
2658
|
{
|
|
@@ -2180,6 +2662,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2180
2662
|
dts: 123904,
|
|
2181
2663
|
cts: 123904,
|
|
2182
2664
|
duration: 1024,
|
|
2665
|
+
bigEndian: false,
|
|
2666
|
+
chunkSize: null,
|
|
2183
2667
|
chunk: 77,
|
|
2184
2668
|
},
|
|
2185
2669
|
{
|
|
@@ -2189,6 +2673,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2189
2673
|
dts: 124928,
|
|
2190
2674
|
cts: 124928,
|
|
2191
2675
|
duration: 1024,
|
|
2676
|
+
bigEndian: false,
|
|
2677
|
+
chunkSize: null,
|
|
2192
2678
|
chunk: 78,
|
|
2193
2679
|
},
|
|
2194
2680
|
{
|
|
@@ -2198,6 +2684,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2198
2684
|
dts: 125952,
|
|
2199
2685
|
cts: 125952,
|
|
2200
2686
|
duration: 1024,
|
|
2687
|
+
bigEndian: false,
|
|
2688
|
+
chunkSize: null,
|
|
2201
2689
|
chunk: 78,
|
|
2202
2690
|
},
|
|
2203
2691
|
{
|
|
@@ -2207,6 +2695,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2207
2695
|
dts: 126976,
|
|
2208
2696
|
cts: 126976,
|
|
2209
2697
|
duration: 1024,
|
|
2698
|
+
bigEndian: false,
|
|
2699
|
+
chunkSize: null,
|
|
2210
2700
|
chunk: 79,
|
|
2211
2701
|
},
|
|
2212
2702
|
{
|
|
@@ -2216,6 +2706,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2216
2706
|
dts: 128000,
|
|
2217
2707
|
cts: 128000,
|
|
2218
2708
|
duration: 1024,
|
|
2709
|
+
bigEndian: false,
|
|
2710
|
+
chunkSize: null,
|
|
2219
2711
|
chunk: 80,
|
|
2220
2712
|
},
|
|
2221
2713
|
{
|
|
@@ -2225,6 +2717,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2225
2717
|
dts: 129024,
|
|
2226
2718
|
cts: 129024,
|
|
2227
2719
|
duration: 1024,
|
|
2720
|
+
bigEndian: false,
|
|
2721
|
+
chunkSize: null,
|
|
2228
2722
|
chunk: 80,
|
|
2229
2723
|
},
|
|
2230
2724
|
{
|
|
@@ -2234,6 +2728,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2234
2728
|
dts: 130048,
|
|
2235
2729
|
cts: 130048,
|
|
2236
2730
|
duration: 1024,
|
|
2731
|
+
bigEndian: false,
|
|
2732
|
+
chunkSize: null,
|
|
2237
2733
|
chunk: 81,
|
|
2238
2734
|
},
|
|
2239
2735
|
{
|
|
@@ -2243,6 +2739,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2243
2739
|
dts: 131072,
|
|
2244
2740
|
cts: 131072,
|
|
2245
2741
|
duration: 1024,
|
|
2742
|
+
bigEndian: false,
|
|
2743
|
+
chunkSize: null,
|
|
2246
2744
|
chunk: 81,
|
|
2247
2745
|
},
|
|
2248
2746
|
{
|
|
@@ -2252,6 +2750,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2252
2750
|
dts: 132096,
|
|
2253
2751
|
cts: 132096,
|
|
2254
2752
|
duration: 1024,
|
|
2753
|
+
bigEndian: false,
|
|
2754
|
+
chunkSize: null,
|
|
2255
2755
|
chunk: 82,
|
|
2256
2756
|
},
|
|
2257
2757
|
{
|
|
@@ -2261,6 +2761,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2261
2761
|
dts: 133120,
|
|
2262
2762
|
cts: 133120,
|
|
2263
2763
|
duration: 1024,
|
|
2764
|
+
bigEndian: false,
|
|
2765
|
+
chunkSize: null,
|
|
2264
2766
|
chunk: 83,
|
|
2265
2767
|
},
|
|
2266
2768
|
{
|
|
@@ -2270,6 +2772,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2270
2772
|
dts: 134144,
|
|
2271
2773
|
cts: 134144,
|
|
2272
2774
|
duration: 1024,
|
|
2775
|
+
bigEndian: false,
|
|
2776
|
+
chunkSize: null,
|
|
2273
2777
|
chunk: 83,
|
|
2274
2778
|
},
|
|
2275
2779
|
{
|
|
@@ -2279,6 +2783,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2279
2783
|
dts: 135168,
|
|
2280
2784
|
cts: 135168,
|
|
2281
2785
|
duration: 1024,
|
|
2786
|
+
bigEndian: false,
|
|
2787
|
+
chunkSize: null,
|
|
2282
2788
|
chunk: 84,
|
|
2283
2789
|
},
|
|
2284
2790
|
{
|
|
@@ -2288,6 +2794,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2288
2794
|
dts: 136192,
|
|
2289
2795
|
cts: 136192,
|
|
2290
2796
|
duration: 1024,
|
|
2797
|
+
bigEndian: false,
|
|
2798
|
+
chunkSize: null,
|
|
2291
2799
|
chunk: 85,
|
|
2292
2800
|
},
|
|
2293
2801
|
{
|
|
@@ -2297,6 +2805,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2297
2805
|
dts: 137216,
|
|
2298
2806
|
cts: 137216,
|
|
2299
2807
|
duration: 1024,
|
|
2808
|
+
bigEndian: false,
|
|
2809
|
+
chunkSize: null,
|
|
2300
2810
|
chunk: 85,
|
|
2301
2811
|
},
|
|
2302
2812
|
{
|
|
@@ -2306,6 +2816,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2306
2816
|
dts: 138240,
|
|
2307
2817
|
cts: 138240,
|
|
2308
2818
|
duration: 1024,
|
|
2819
|
+
bigEndian: false,
|
|
2820
|
+
chunkSize: null,
|
|
2309
2821
|
chunk: 86,
|
|
2310
2822
|
},
|
|
2311
2823
|
{
|
|
@@ -2315,6 +2827,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2315
2827
|
dts: 139264,
|
|
2316
2828
|
cts: 139264,
|
|
2317
2829
|
duration: 1024,
|
|
2830
|
+
bigEndian: false,
|
|
2831
|
+
chunkSize: null,
|
|
2318
2832
|
chunk: 87,
|
|
2319
2833
|
},
|
|
2320
2834
|
{
|
|
@@ -2324,6 +2838,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2324
2838
|
dts: 140288,
|
|
2325
2839
|
cts: 140288,
|
|
2326
2840
|
duration: 1024,
|
|
2841
|
+
bigEndian: false,
|
|
2842
|
+
chunkSize: null,
|
|
2327
2843
|
chunk: 87,
|
|
2328
2844
|
},
|
|
2329
2845
|
{
|
|
@@ -2333,6 +2849,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2333
2849
|
dts: 141312,
|
|
2334
2850
|
cts: 141312,
|
|
2335
2851
|
duration: 1024,
|
|
2852
|
+
bigEndian: false,
|
|
2853
|
+
chunkSize: null,
|
|
2336
2854
|
chunk: 88,
|
|
2337
2855
|
},
|
|
2338
2856
|
{
|
|
@@ -2342,6 +2860,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2342
2860
|
dts: 142336,
|
|
2343
2861
|
cts: 142336,
|
|
2344
2862
|
duration: 1024,
|
|
2863
|
+
bigEndian: false,
|
|
2864
|
+
chunkSize: null,
|
|
2345
2865
|
chunk: 88,
|
|
2346
2866
|
},
|
|
2347
2867
|
{
|
|
@@ -2351,6 +2871,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2351
2871
|
dts: 143360,
|
|
2352
2872
|
cts: 143360,
|
|
2353
2873
|
duration: 1024,
|
|
2874
|
+
bigEndian: false,
|
|
2875
|
+
chunkSize: null,
|
|
2354
2876
|
chunk: 89,
|
|
2355
2877
|
},
|
|
2356
2878
|
{
|
|
@@ -2360,6 +2882,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2360
2882
|
dts: 144384,
|
|
2361
2883
|
cts: 144384,
|
|
2362
2884
|
duration: 1024,
|
|
2885
|
+
bigEndian: false,
|
|
2886
|
+
chunkSize: null,
|
|
2363
2887
|
chunk: 90,
|
|
2364
2888
|
},
|
|
2365
2889
|
{
|
|
@@ -2369,6 +2893,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2369
2893
|
dts: 145408,
|
|
2370
2894
|
cts: 145408,
|
|
2371
2895
|
duration: 1024,
|
|
2896
|
+
bigEndian: false,
|
|
2897
|
+
chunkSize: null,
|
|
2372
2898
|
chunk: 90,
|
|
2373
2899
|
},
|
|
2374
2900
|
{
|
|
@@ -2378,6 +2904,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2378
2904
|
dts: 146432,
|
|
2379
2905
|
cts: 146432,
|
|
2380
2906
|
duration: 1024,
|
|
2907
|
+
bigEndian: false,
|
|
2908
|
+
chunkSize: null,
|
|
2381
2909
|
chunk: 91,
|
|
2382
2910
|
},
|
|
2383
2911
|
{
|
|
@@ -2387,6 +2915,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2387
2915
|
dts: 147456,
|
|
2388
2916
|
cts: 147456,
|
|
2389
2917
|
duration: 1024,
|
|
2918
|
+
bigEndian: false,
|
|
2919
|
+
chunkSize: null,
|
|
2390
2920
|
chunk: 92,
|
|
2391
2921
|
},
|
|
2392
2922
|
{
|
|
@@ -2396,6 +2926,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2396
2926
|
dts: 148480,
|
|
2397
2927
|
cts: 148480,
|
|
2398
2928
|
duration: 1024,
|
|
2929
|
+
bigEndian: false,
|
|
2930
|
+
chunkSize: null,
|
|
2399
2931
|
chunk: 92,
|
|
2400
2932
|
},
|
|
2401
2933
|
{
|
|
@@ -2405,6 +2937,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2405
2937
|
dts: 149504,
|
|
2406
2938
|
cts: 149504,
|
|
2407
2939
|
duration: 1024,
|
|
2940
|
+
bigEndian: false,
|
|
2941
|
+
chunkSize: null,
|
|
2408
2942
|
chunk: 93,
|
|
2409
2943
|
},
|
|
2410
2944
|
{
|
|
@@ -2414,6 +2948,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2414
2948
|
dts: 150528,
|
|
2415
2949
|
cts: 150528,
|
|
2416
2950
|
duration: 1024,
|
|
2951
|
+
bigEndian: false,
|
|
2952
|
+
chunkSize: null,
|
|
2417
2953
|
chunk: 94,
|
|
2418
2954
|
},
|
|
2419
2955
|
{
|
|
@@ -2423,6 +2959,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2423
2959
|
dts: 151552,
|
|
2424
2960
|
cts: 151552,
|
|
2425
2961
|
duration: 1024,
|
|
2962
|
+
bigEndian: false,
|
|
2963
|
+
chunkSize: null,
|
|
2426
2964
|
chunk: 94,
|
|
2427
2965
|
},
|
|
2428
2966
|
{
|
|
@@ -2432,6 +2970,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2432
2970
|
dts: 152576,
|
|
2433
2971
|
cts: 152576,
|
|
2434
2972
|
duration: 1024,
|
|
2973
|
+
bigEndian: false,
|
|
2974
|
+
chunkSize: null,
|
|
2435
2975
|
chunk: 95,
|
|
2436
2976
|
},
|
|
2437
2977
|
{
|
|
@@ -2441,6 +2981,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2441
2981
|
dts: 153600,
|
|
2442
2982
|
cts: 153600,
|
|
2443
2983
|
duration: 1024,
|
|
2984
|
+
bigEndian: false,
|
|
2985
|
+
chunkSize: null,
|
|
2444
2986
|
chunk: 96,
|
|
2445
2987
|
},
|
|
2446
2988
|
{
|
|
@@ -2450,6 +2992,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2450
2992
|
dts: 154624,
|
|
2451
2993
|
cts: 154624,
|
|
2452
2994
|
duration: 1024,
|
|
2995
|
+
bigEndian: false,
|
|
2996
|
+
chunkSize: null,
|
|
2453
2997
|
chunk: 96,
|
|
2454
2998
|
},
|
|
2455
2999
|
{
|
|
@@ -2459,6 +3003,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2459
3003
|
dts: 155648,
|
|
2460
3004
|
cts: 155648,
|
|
2461
3005
|
duration: 1024,
|
|
3006
|
+
bigEndian: false,
|
|
3007
|
+
chunkSize: null,
|
|
2462
3008
|
chunk: 97,
|
|
2463
3009
|
},
|
|
2464
3010
|
{
|
|
@@ -2468,6 +3014,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2468
3014
|
dts: 156672,
|
|
2469
3015
|
cts: 156672,
|
|
2470
3016
|
duration: 1024,
|
|
3017
|
+
bigEndian: false,
|
|
3018
|
+
chunkSize: null,
|
|
2471
3019
|
chunk: 97,
|
|
2472
3020
|
},
|
|
2473
3021
|
{
|
|
@@ -2477,6 +3025,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2477
3025
|
dts: 157696,
|
|
2478
3026
|
cts: 157696,
|
|
2479
3027
|
duration: 1024,
|
|
3028
|
+
bigEndian: false,
|
|
3029
|
+
chunkSize: null,
|
|
2480
3030
|
chunk: 98,
|
|
2481
3031
|
},
|
|
2482
3032
|
{
|
|
@@ -2486,6 +3036,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2486
3036
|
dts: 158720,
|
|
2487
3037
|
cts: 158720,
|
|
2488
3038
|
duration: 1024,
|
|
3039
|
+
bigEndian: false,
|
|
3040
|
+
chunkSize: null,
|
|
2489
3041
|
chunk: 99,
|
|
2490
3042
|
},
|
|
2491
3043
|
{
|
|
@@ -2495,6 +3047,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2495
3047
|
dts: 159744,
|
|
2496
3048
|
cts: 159744,
|
|
2497
3049
|
duration: 1024,
|
|
3050
|
+
bigEndian: false,
|
|
3051
|
+
chunkSize: null,
|
|
2498
3052
|
chunk: 99,
|
|
2499
3053
|
},
|
|
2500
3054
|
{
|
|
@@ -2504,6 +3058,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2504
3058
|
dts: 160768,
|
|
2505
3059
|
cts: 160768,
|
|
2506
3060
|
duration: 1024,
|
|
3061
|
+
bigEndian: false,
|
|
3062
|
+
chunkSize: null,
|
|
2507
3063
|
chunk: 100,
|
|
2508
3064
|
},
|
|
2509
3065
|
{
|
|
@@ -2513,6 +3069,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2513
3069
|
dts: 161792,
|
|
2514
3070
|
cts: 161792,
|
|
2515
3071
|
duration: 1024,
|
|
3072
|
+
bigEndian: false,
|
|
3073
|
+
chunkSize: null,
|
|
2516
3074
|
chunk: 101,
|
|
2517
3075
|
},
|
|
2518
3076
|
{
|
|
@@ -2522,6 +3080,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2522
3080
|
dts: 162816,
|
|
2523
3081
|
cts: 162816,
|
|
2524
3082
|
duration: 1024,
|
|
3083
|
+
bigEndian: false,
|
|
3084
|
+
chunkSize: null,
|
|
2525
3085
|
chunk: 101,
|
|
2526
3086
|
},
|
|
2527
3087
|
{
|
|
@@ -2531,6 +3091,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2531
3091
|
dts: 163840,
|
|
2532
3092
|
cts: 163840,
|
|
2533
3093
|
duration: 1024,
|
|
3094
|
+
bigEndian: false,
|
|
3095
|
+
chunkSize: null,
|
|
2534
3096
|
chunk: 102,
|
|
2535
3097
|
},
|
|
2536
3098
|
{
|
|
@@ -2540,6 +3102,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2540
3102
|
dts: 164864,
|
|
2541
3103
|
cts: 164864,
|
|
2542
3104
|
duration: 1024,
|
|
3105
|
+
bigEndian: false,
|
|
3106
|
+
chunkSize: null,
|
|
2543
3107
|
chunk: 103,
|
|
2544
3108
|
},
|
|
2545
3109
|
{
|
|
@@ -2549,6 +3113,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2549
3113
|
dts: 165888,
|
|
2550
3114
|
cts: 165888,
|
|
2551
3115
|
duration: 1024,
|
|
3116
|
+
bigEndian: false,
|
|
3117
|
+
chunkSize: null,
|
|
2552
3118
|
chunk: 103,
|
|
2553
3119
|
},
|
|
2554
3120
|
{
|
|
@@ -2558,6 +3124,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2558
3124
|
dts: 166912,
|
|
2559
3125
|
cts: 166912,
|
|
2560
3126
|
duration: 1024,
|
|
3127
|
+
bigEndian: false,
|
|
3128
|
+
chunkSize: null,
|
|
2561
3129
|
chunk: 104,
|
|
2562
3130
|
},
|
|
2563
3131
|
{
|
|
@@ -2567,6 +3135,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2567
3135
|
dts: 167936,
|
|
2568
3136
|
cts: 167936,
|
|
2569
3137
|
duration: 1024,
|
|
3138
|
+
bigEndian: false,
|
|
3139
|
+
chunkSize: null,
|
|
2570
3140
|
chunk: 104,
|
|
2571
3141
|
},
|
|
2572
3142
|
{
|
|
@@ -2576,6 +3146,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2576
3146
|
dts: 168960,
|
|
2577
3147
|
cts: 168960,
|
|
2578
3148
|
duration: 1024,
|
|
3149
|
+
bigEndian: false,
|
|
3150
|
+
chunkSize: null,
|
|
2579
3151
|
chunk: 105,
|
|
2580
3152
|
},
|
|
2581
3153
|
{
|
|
@@ -2585,6 +3157,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2585
3157
|
dts: 169984,
|
|
2586
3158
|
cts: 169984,
|
|
2587
3159
|
duration: 1024,
|
|
3160
|
+
bigEndian: false,
|
|
3161
|
+
chunkSize: null,
|
|
2588
3162
|
chunk: 106,
|
|
2589
3163
|
},
|
|
2590
3164
|
{
|
|
@@ -2594,6 +3168,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2594
3168
|
dts: 171008,
|
|
2595
3169
|
cts: 171008,
|
|
2596
3170
|
duration: 1024,
|
|
3171
|
+
bigEndian: false,
|
|
3172
|
+
chunkSize: null,
|
|
2597
3173
|
chunk: 106,
|
|
2598
3174
|
},
|
|
2599
3175
|
{
|
|
@@ -2603,6 +3179,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2603
3179
|
dts: 172032,
|
|
2604
3180
|
cts: 172032,
|
|
2605
3181
|
duration: 1024,
|
|
3182
|
+
bigEndian: false,
|
|
3183
|
+
chunkSize: null,
|
|
2606
3184
|
chunk: 107,
|
|
2607
3185
|
},
|
|
2608
3186
|
{
|
|
@@ -2612,6 +3190,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2612
3190
|
dts: 173056,
|
|
2613
3191
|
cts: 173056,
|
|
2614
3192
|
duration: 1024,
|
|
3193
|
+
bigEndian: false,
|
|
3194
|
+
chunkSize: null,
|
|
2615
3195
|
chunk: 108,
|
|
2616
3196
|
},
|
|
2617
3197
|
{
|
|
@@ -2621,6 +3201,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2621
3201
|
dts: 174080,
|
|
2622
3202
|
cts: 174080,
|
|
2623
3203
|
duration: 1024,
|
|
3204
|
+
bigEndian: false,
|
|
3205
|
+
chunkSize: null,
|
|
2624
3206
|
chunk: 108,
|
|
2625
3207
|
},
|
|
2626
3208
|
{
|
|
@@ -2630,6 +3212,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2630
3212
|
dts: 175104,
|
|
2631
3213
|
cts: 175104,
|
|
2632
3214
|
duration: 1024,
|
|
3215
|
+
bigEndian: false,
|
|
3216
|
+
chunkSize: null,
|
|
2633
3217
|
chunk: 109,
|
|
2634
3218
|
},
|
|
2635
3219
|
{
|
|
@@ -2639,6 +3223,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2639
3223
|
dts: 176128,
|
|
2640
3224
|
cts: 176128,
|
|
2641
3225
|
duration: 1024,
|
|
3226
|
+
bigEndian: false,
|
|
3227
|
+
chunkSize: null,
|
|
2642
3228
|
chunk: 110,
|
|
2643
3229
|
},
|
|
2644
3230
|
{
|
|
@@ -2648,6 +3234,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2648
3234
|
dts: 177152,
|
|
2649
3235
|
cts: 177152,
|
|
2650
3236
|
duration: 1024,
|
|
3237
|
+
bigEndian: false,
|
|
3238
|
+
chunkSize: null,
|
|
2651
3239
|
chunk: 110,
|
|
2652
3240
|
},
|
|
2653
3241
|
{
|
|
@@ -2657,6 +3245,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2657
3245
|
dts: 178176,
|
|
2658
3246
|
cts: 178176,
|
|
2659
3247
|
duration: 1024,
|
|
3248
|
+
bigEndian: false,
|
|
3249
|
+
chunkSize: null,
|
|
2660
3250
|
chunk: 111,
|
|
2661
3251
|
},
|
|
2662
3252
|
{
|
|
@@ -2666,6 +3256,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2666
3256
|
dts: 179200,
|
|
2667
3257
|
cts: 179200,
|
|
2668
3258
|
duration: 1024,
|
|
3259
|
+
bigEndian: false,
|
|
3260
|
+
chunkSize: null,
|
|
2669
3261
|
chunk: 112,
|
|
2670
3262
|
},
|
|
2671
3263
|
{
|
|
@@ -2675,6 +3267,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2675
3267
|
dts: 180224,
|
|
2676
3268
|
cts: 180224,
|
|
2677
3269
|
duration: 1024,
|
|
3270
|
+
bigEndian: false,
|
|
3271
|
+
chunkSize: null,
|
|
2678
3272
|
chunk: 112,
|
|
2679
3273
|
},
|
|
2680
3274
|
{
|
|
@@ -2684,6 +3278,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2684
3278
|
dts: 181248,
|
|
2685
3279
|
cts: 181248,
|
|
2686
3280
|
duration: 1024,
|
|
3281
|
+
bigEndian: false,
|
|
3282
|
+
chunkSize: null,
|
|
2687
3283
|
chunk: 113,
|
|
2688
3284
|
},
|
|
2689
3285
|
{
|
|
@@ -2693,6 +3289,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2693
3289
|
dts: 182272,
|
|
2694
3290
|
cts: 182272,
|
|
2695
3291
|
duration: 1024,
|
|
3292
|
+
bigEndian: false,
|
|
3293
|
+
chunkSize: null,
|
|
2696
3294
|
chunk: 113,
|
|
2697
3295
|
},
|
|
2698
3296
|
{
|
|
@@ -2702,6 +3300,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2702
3300
|
dts: 183296,
|
|
2703
3301
|
cts: 183296,
|
|
2704
3302
|
duration: 1024,
|
|
3303
|
+
bigEndian: false,
|
|
3304
|
+
chunkSize: null,
|
|
2705
3305
|
chunk: 114,
|
|
2706
3306
|
},
|
|
2707
3307
|
{
|
|
@@ -2711,6 +3311,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2711
3311
|
dts: 184320,
|
|
2712
3312
|
cts: 184320,
|
|
2713
3313
|
duration: 1024,
|
|
3314
|
+
bigEndian: false,
|
|
3315
|
+
chunkSize: null,
|
|
2714
3316
|
chunk: 115,
|
|
2715
3317
|
},
|
|
2716
3318
|
{
|
|
@@ -2720,6 +3322,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2720
3322
|
dts: 185344,
|
|
2721
3323
|
cts: 185344,
|
|
2722
3324
|
duration: 1024,
|
|
3325
|
+
bigEndian: false,
|
|
3326
|
+
chunkSize: null,
|
|
2723
3327
|
chunk: 115,
|
|
2724
3328
|
},
|
|
2725
3329
|
{
|
|
@@ -2729,6 +3333,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2729
3333
|
dts: 186368,
|
|
2730
3334
|
cts: 186368,
|
|
2731
3335
|
duration: 1024,
|
|
3336
|
+
bigEndian: false,
|
|
3337
|
+
chunkSize: null,
|
|
2732
3338
|
chunk: 116,
|
|
2733
3339
|
},
|
|
2734
3340
|
{
|
|
@@ -2738,6 +3344,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2738
3344
|
dts: 187392,
|
|
2739
3345
|
cts: 187392,
|
|
2740
3346
|
duration: 1024,
|
|
3347
|
+
bigEndian: false,
|
|
3348
|
+
chunkSize: null,
|
|
2741
3349
|
chunk: 117,
|
|
2742
3350
|
},
|
|
2743
3351
|
{
|
|
@@ -2747,6 +3355,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2747
3355
|
dts: 188416,
|
|
2748
3356
|
cts: 188416,
|
|
2749
3357
|
duration: 1024,
|
|
3358
|
+
bigEndian: false,
|
|
3359
|
+
chunkSize: null,
|
|
2750
3360
|
chunk: 117,
|
|
2751
3361
|
},
|
|
2752
3362
|
{
|
|
@@ -2756,6 +3366,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2756
3366
|
dts: 189440,
|
|
2757
3367
|
cts: 189440,
|
|
2758
3368
|
duration: 1024,
|
|
3369
|
+
bigEndian: false,
|
|
3370
|
+
chunkSize: null,
|
|
2759
3371
|
chunk: 117,
|
|
2760
3372
|
},
|
|
2761
3373
|
{
|
|
@@ -2765,6 +3377,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2765
3377
|
dts: 190464,
|
|
2766
3378
|
cts: 190464,
|
|
2767
3379
|
duration: 1024,
|
|
3380
|
+
bigEndian: false,
|
|
3381
|
+
chunkSize: null,
|
|
2768
3382
|
chunk: 117,
|
|
2769
3383
|
},
|
|
2770
3384
|
{
|
|
@@ -2774,6 +3388,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2774
3388
|
dts: 191488,
|
|
2775
3389
|
cts: 191488,
|
|
2776
3390
|
duration: 1024,
|
|
3391
|
+
bigEndian: false,
|
|
3392
|
+
chunkSize: null,
|
|
2777
3393
|
chunk: 117,
|
|
2778
3394
|
},
|
|
2779
3395
|
{
|
|
@@ -2783,6 +3399,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2783
3399
|
dts: 192512,
|
|
2784
3400
|
cts: 192512,
|
|
2785
3401
|
duration: 1024,
|
|
3402
|
+
bigEndian: false,
|
|
3403
|
+
chunkSize: null,
|
|
2786
3404
|
chunk: 117,
|
|
2787
3405
|
},
|
|
2788
3406
|
{
|
|
@@ -2792,6 +3410,8 @@ exports.exampleAudioSamplePositions = [
|
|
|
2792
3410
|
dts: 193536,
|
|
2793
3411
|
cts: 193536,
|
|
2794
3412
|
duration: 1024,
|
|
3413
|
+
bigEndian: false,
|
|
3414
|
+
chunkSize: null,
|
|
2795
3415
|
chunk: 117,
|
|
2796
3416
|
},
|
|
2797
3417
|
];
|