forked from mp4ra/mp4ra.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfiletype.html
576 lines (573 loc) · 31.7 KB
/
filetype.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
<meta name="generator" content="Adobe GoLive 6">
<title>The 'MP4' Registration Authority</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script type="text/javascript" src="helper.js"></script>
<script type="text/javascript">
window.onload = function() {
loadCSV('CSV/specifications.csv', function (specs) {
loadCSV('CSV/brands.csv', function (boxes) {
buildTable(boxes, specs, document.getElementById('brandsTable'));
});
});
}
</script>
</style>
</head>
<body bgcolor="#ffffff">
<p><img src="Graphics/mp4reg.gif" alt="" width="184" height="48" border="0"></p>
<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr height="1">
<td width="50" height="1"></td> <td width="50" height="1"></td> <td width="50" height="1"></td>
<td width="50" height="1"></td> <td width="50" height="1"></td> <td width="50" height="1"></td>
<td width="50" height="1"></td> <td width="50" height="1"></td> <td width="50" height="1"></td>
<td width="50" height="1"></td> <td width="50" height="1"></td> <td width="50" height="1"></td>
</tr>
<tr height="32">
<td colspan="3" width="150" height="32"><a href="index.html"><img src="Graphics/introtab.gif" alt="" width="150" height="32" border="0"></a></td>
<td colspan="3" width="150" height="32"><a href="specs.html"><img src="Graphics/spectab.gif" alt="" width="150" height="32" border="0"></a></td>
<td colspan="3" width="150" height="32"><img src="Graphics/regtypestab.gif" alt="" width="150" height="32" border="0"></td>
<td colspan="3" width="150" height="32"><a href="request.html"><img src="Graphics/reqtab.gif" alt="" width="150" height="32" border="0"></a></td>
</tr>
<tr height="24">
<td colspan="2" width="100" height="24"><a href="atoms.html"><img src="Graphics/atoms-pl.gif" alt="" width="100" height="24" border="0"></a></td>
<td colspan="2" width="100" height="24"><img src="Graphics/filetype-ch.gif" alt="" width="100" height="24" border="0"></td>
<td colspan="2" width="100" height="24"><a href="codecs.html"><img src="Graphics/codecs-pl.gif" alt="" width="100" height="24" border="0"></a></td>
<td colspan="2" width="100" height="24"><a href="trackref.html"><img src="Graphics/trackref-pl.gif" alt="" width="100" height="24" border="0"></a></td>
<td colspan="2" width="100" height="24"><a href="handler.html"><img src="Graphics/handler-pl.gif" alt="" width="100" height="24" border="0"></a></td>
<td colspan="2" width="100" height="24"><a href="object.html"><img src="Graphics/object-pl.gif" alt="" width="100" height="24" border="0"></a></td>
</tr>
</table>
<table width="600" border="0" cellspacing="0" cellpadding="0" cool gridx="20" gridy="20" height="74" showgridx showgridy>
<tr height="73">
<td content csheight="73" width="598" height="73" valign="top" xpos="0">This table documents the file brand identifiers, as used in the file-type and segment-type boxes. Each brand uniquely identifies a specification to which the file conforms, and gives 'permission' for a reader implementing at least that specification to display the file. Note that $20 here means the character 'white space'.</td>
<td width="1" height="73"></td>
<td width="1" height="73"><spacer type="block" width="1" height="73"></td>
</tr>
<tr height="1" cntrlrow>
<td width="598" height="1"><spacer type="block" width="598" height="1"></td>
<td width="1" height="1"><spacer type="block" width="1" height="1"></td>
<td width="1" height="1"></td>
</tr>
</table>
<div id="brandsTable">
</div>
<!--table border=4 cellpadding=0 cellspacing=2 width=600 style="border-collapse:
collapse;table-layout:fixed">
<col width=59>
<col class=xl25 width=173>
<col width=88>
<tr >
<td class=xl26 width=75><strong>Code</strong></td>
<td class=xl27 width=372><strong>Abstract</strong></td>
<td class=xl26 width=131><strong>Defined in/by</strong></td>
</tr>
<tr >
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">3g2a</font></td>
<td class=xl25 width=372>3GPP2</td>
<td class=xl37 width="131"><a href="specs.html#3gpp2" target="_parent">3GPP2</a></td>
</tr>
<tr >
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">3ge6</font></td>
<td class=xl25 width=372>3GPP Release 6 extended-presentation Profile</td>
<td class=xl37 width="131"><a href="specs.html#3GPP" target="_parent">3GPP</a></td>
</tr>
<tr >
<td class=fourCC><font face="Courier New,Courier,Monaco">3ge9</font></td>
<td class=xl25>3GPP Release 9 Extended Presentation Profile</td>
<td class=xl37><a href="specs.html#3GPP" target="_parent">3GPP</a></td>
</tr>
<tr >
<td class=fourCC><font face="Courier New,Courier,Monaco">3gf9</font></td>
<td class=xl25>3GPP Release 9 File-delivery Server Profile</td>
<td class=xl37><a href="specs.html#3GPP" target="_parent">3GPP</a></td>
</tr>
<tr >
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">3gg6</font></td>
<td class=xl25 width=372>3GPP Release 6 General Profile</td>
<td class=xl37 width="131"><a href="specs.html#3GPP" target="_parent">3GPP</a></td>
</tr>
<tr >
<td class=fourCC><font face="Courier New,Courier,Monaco">3gg9</font></td>
<td class=xl25>3GPP Release 9 General Profile</td>
<td class=xl37><a href="specs.html#3GPP" target="_parent">3GPP</a></td>
</tr>
<tr >
<td class=fourCC><font face="Courier New,Courier,Monaco">3gh9</font></td>
<td class=xl25>3GPP Release 9 Adaptive Streaming Profile</td>
<td class=xl37><a href="specs.html#3GPP" target="_parent">3GPP</a></td>
</tr>
<tr >
<td class=fourCC><font face="Courier New,Courier,Monaco">3gm9</font></td>
<td class=xl25>3GPP Release 9 Media Segment Profile</td>
<td class=xl37><a href="specs.html#3GPP" target="_parent">3GPP</a></td>
</tr>
<tr >
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">3gp4</font></td>
<td class=xl25 width=372>3GPP Release 4</td>
<td class=xl37 width="131"><a href="specs.html#3GPP" target="_parent">3GPP</a></td>
</tr>
<tr >
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">3gp5</font></td>
<td class=xl25 width=372>3GPP Release 5</td>
<td class=xl37 width="131"><a href="specs.html#3GPP" target="_parent">3GPP</a></td>
</tr>
<tr >
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">3gp6</font></td>
<td class=xl25 width=372>3GPP Release 6 basic Profile</td>
<td class=xl37 width="131"><a href="specs.html#3GPP" target="_parent">3GPP</a></td>
</tr>
<tr >
<td class=fourCC><font face="Courier New,Courier,Monaco">3gp7</font></td>
<td class=xl25>3GPP Release 7</td>
<td class=xl37><a href="specs.html#3GPP" target="_parent">3GPP</a></td>
</tr>
<tr>
<td class=fourCC><font face="Courier New,Courier,Monaco">3gp8</font></td>
<td class=xl25>3GPP Release 8 </td>
<td class=xl37><a href="specs.html#3GPP" target="_parent">3GPP</a></td>
</tr>
<tr>
<td class=fourCC><font face="Courier New,Courier,Monaco">3gp9</font></td>
<td class=xl25>3GPP Release 9 Basic Profile</td>
<td class=xl37><a href="specs.html#3GPP" target="_parent">3GPP</a></td>
</tr>
<tr >
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">3gr6</font></td>
<td class=xl25 width=372>3GPP Release 6 progressive-download Profile</td>
<td class=xl37 width="131"><a href="specs.html#3GPP" target="_parent">3GPP</a></td>
</tr>
<tr >
<td class=fourCC><font face="Courier New,Courier,Monaco">3gr9</font></td>
<td class=xl25>3GPP Release 9 Progressive DownloadProfile</td>
<td class=xl37><a href="specs.html#3GPP" target="_parent">3GPP</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">3gs6</font></td>
<td class=xl25 width=372>3GPP Release 6 streaming-server Profile</td>
<td class=xl37 width="131"><a href="specs.html#3GPP" target="_parent">3GPP</a></td>
</tr>
<tr>
<td class=fourCC><font face="Courier New,Courier,Monaco">3gs9</font></td>
<td class=xl25>3GPP Release 9 Streaming ServerProfile</td>
<td class=xl37><a href="specs.html#3GPP" target="_parent">3GPP</a></td>
</tr>
<tr>
<td class=fourCC><font face="Courier New,Courier,Monaco">3gt9</font></td>
<td class=xl25>3GPP Release 9 Media Stream Recording Profile</td>
<td class=xl37><a href="specs.html#3GPP" target="_parent">3GPP</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">ARRI</font></td>
<td class=xl25 width=372>ARRI Digital Camera</td>
<td class=xl37 width="131"><a href="specs.html#ARRI">ARRI</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">avc1</font></td>
<td class=xl25 width=372>Advanced Video Coding extensions</td>
<td class=xl37 width="131"><a href="specs.html#ISO" target="_parent">ISO</a><a href="specs.html#AVC" target="_parent"></a></td>
</tr>
<tr>
<td class=fourCC><font face="Courier New,Courier,Monaco">bbxm</font></td>
<td class=xl25>Blinkbox Master File: H.264 video and 16-bit little-endian LPCM audio</td>
<td class=xl37><a href="specs.html#blinkbox" target="_parent">Blinkbox</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">CAEP</font></td>
<td class=xl25 width=372>Canon Digital Camera</td>
<td class=xl37 width="131"><a href="specs.html#canon">Canon</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">caqv</font></td>
<td class=xl25 width=372>Casio Digital Camera</td>
<td class=xl37 width="131"><a href="specs.html#casio">Casio</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">ccff</font></td>
<td class=xl25 width=372>Common container file format</td>
<td class=xl37 width="131"><a href="specs.html#DECE10">DECE</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">CDes</font></td>
<td class=xl25 width=372>Convergent Designs</td>
<td class=xl37 width="131"><a href="specs.html#convergent">Convergent</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">da0a</font></td>
<td class=xl25 width=372>DMB AF audio with MPEG Layer II audio, MOT slide show, DLS, JPG/PNG/MNG images</td>
<td class=xl37 width="131"><a href="specs.html#DMB-MAF">DMB-MAF</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">da0b</font></td>
<td class=xl25 width=372>DMB AF, extending <font face="Courier New,Courier,Monaco">da0a</font> , with 3GPP timed text, DID, TVA, REL, IPMP</td>
<td class=xl37 width="131"><a href="specs.html#DMB-MAF">DMB-MAF</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">da1a</font></td>
<td class=xl25 width=372>DMB AF audio with ER-BSAC audio, JPG/PNG/MNG images</td>
<td class=xl37 width="131"><a href="specs.html#DMB-MAF">DMB-MAF</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">da1b</font></td>
<td class=xl25 width=372>DMB AF, extending <font face="Courier New,Courier,Monaco">da1a</font>, with 3GPP timed text, DID, TVA, REL, IPMP</td>
<td class=xl37 width="131"><a href="specs.html#DMB-MAF">DMB-MAF</a></td>
</tr>
<tr >
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">da2a</font></td>
<td class=xl25 width=372>DMB AF audio with HE-AAC v2 audio, MOT slide show, DLS, JPG/PNG/MNG images</td>
<td class=xl37 width="131"><a href="specs.html#DMB-MAF">DMB-MAF</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">da2b</font></td>
<td class=xl25 width=372>DMB AF extending <font face="Courier New,Courier,Monaco">da2a</font>, with 3GPP timed text, DID, TVA, REL, IPMP</td>
<td class=xl37 width="131"><a href="specs.html#DMB-MAF">DMB-MAF</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">da3a</font></td>
<td class=xl25 width=372>DMB AF audio with HE-AAC, JPG/PNG/MNG images</td>
<td class=xl37 width="131"><a href="specs.html#DMB-MAF">DMB-MAF</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">da3b</font></td>
<td class=xl25 width=372>DMB AF extending <font face="Courier New,Courier,Monaco">da3a</font> with BIFS, 3GPP timed text, DID, TVA, REL, IPMP</td>
<td class=xl37 width="131"><a href="specs.html#DMB-MAF">DMB-MAF</a></td>
</tr>
<tr>
<td class=fourCC><font face="Courier New,Courier,Monaco">dash</font></td>
<td class=xl25>ISO base media file format file specifically designed for DASH including movie fragments and Segment Index.</td>
<td class=xl37><a href="specs.html#DASH" target="_parent">DASH</a></td>
</tr>
<tr>
<td class=fourCC><font face="Courier New,Courier,Monaco">dby1</font></td>
<td class=xl25>MP4 files with Dolby content
(e.g. Dolby AC-4, Dolby Digital Plus, Dolby TrueHD (Dolby MLP))</td>
<td class=xl37><a href="specs.html#dolby">Dolby</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">dmb1</font></td>
<td class=xl25 width=372>DMB AF supporting all the components defined in the specification</td>
<td class=xl37 width="131"><a href="specs.html#DMB-MAF">DMB-MAF</a></td>
</tr>
<tr>
<td class=fourCC><font face="Courier New,Courier,Monaco">dsms</font></td>
<td class=xl25>Media Segment conforming to the DASH Self-Initializing Media Segment format type for ISO base media file format</td>
<td class=xl37><a href="specs.html#DASH" target="_parent">DASH</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">dv1a</font></td>
<td class=xl25 width=372>DMB AF video with AVC video, ER-BSAC audio, BIFS, JPG/PNG/MNG images, TS</td>
<td class=xl37 width="131"><a href="specs.html#DMB-MAF">DMB-MAF</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">dv1b</font></td>
<td class=xl25 width=372>DMB AF, extending <font face="Courier New,Courier,Monaco">dv1a</font>, with 3GPP timed text, DID, TVA, REL, IPMP</td>
<td class=xl37 width="131"><a href="specs.html#DMB-MAF">DMB-MAF</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">dv2a</font></td>
<td class=xl25 width=372>DMB AF video with AVC video, HE-AACv2 audio, BIFS, JPG/PNG/MNG images, TS</td>
<td class=xl37 width="131"><a href="specs.html#DMB-MAF">DMB-MAF</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">dv2b</font></td>
<td class=xl25 width=372>DMB AF extending <font face="Courier New,Courier,Monaco">dv2a</font>, with 3GPP timed text, DID, TVA, REL, IPMP</td>
<td class=xl37 width="131"><a href="specs.html#DMB-MAF">DMB-MAF</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">dv3a</font></td>
<td class=xl25 width=372>DMB AF video with AVC video, HE-AAC audio, BIFS, JPG/PNG/MNG images, TS</td>
<td class=xl37 width="131"><a href="specs.html#DMB-MAF">DMB-MAF</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">dv3b</font></td>
<td class=xl25 width=372>DMB AF extending <font face="Courier New,Courier,Monaco">dv3a</font> with 3GPP timed text, DID, TVA, REL, IPMP</td>
<td class=xl37 width="131"><a href="specs.html#DMB-MAF">DMB-MAF</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">dvr1</font></td>
<td class=xl25 width=372>DVB RTP</td>
<td class=xl37 width="131"><a href="specs.html#DVBa121">DVB</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">dvt1</font></td>
<td class=xl25 width=372>DVB Transport Stream</td>
<td class=xl37 width="131"><a href="specs.html#DVBa121">DVB</a></td>
</tr>
<tr>
<td class=fourCC><font face="Courier New,Courier,Monaco">dxo$20</font></td>
<td class=xl25>DxO ONE camera</td>
<td class=xl37><a href="specs.html#dxo">DxO</a></td>
</tr>
<tr>
<td class=fourCC><font face="Courier New,Courier,Monaco">emsg</font></td>
<td class=xl25>Event message box present</td>
<td class=xl37><a href="specs.html#DASH" target="_parent">DASH</a></td>
</tr>
<tr>
<td class=fourCC><font face="Courier New,Courier,Monaco">ifrm</font></td>
<td class=xl25>Apple iFrame Specification, Version 8.1 Jan 2013</td>
<td class=xl37><a href="specs.html#apple" target="_parent">Apple</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">isc2</font></td>
<td class=xl25 width=372>Files encrypted according to ISMACryp 2.0</td>
<td class=xl37 width="131"><a href="specs.html#ISMAc2">ISMACryp2</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">iso2</font></td>
<td class=xl25 width=372>All files based on the 2004 edition of the ISO file format</td>
<td class=xl37 width="131"><a href="specs.html#ISO" target="_parent">ISO</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">iso3</font></td>
<td class=xl25 width=372>Version of the ISO file format</td>
<td class=xl37 width="131"><a href="specs.html#ISO" target="_parent">ISO</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">iso4</font></td>
<td class=xl25 width=372>Version of the ISO file format</td>
<td class=xl37 width="131"><a href="specs.html#ISO" target="_parent">ISO</a></td>
</tr>
<tr>
<td class=fourCC><font face="Courier New,Courier,Monaco">iso5</font></td>
<td class=xl25>Version of the ISO file format</td>
<td class=xl37><a href="specs.html#ISO" target="_parent">ISO</a></td>
</tr>
<tr>
<td class=fourCC><font face="Courier New,Courier,Monaco">iso6</font></td>
<td class=xl25>Version of the ISO file format</td>
<td class=xl37><a href="specs.html#ISO" target="_parent">ISO</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">isom</font></td>
<td class=xl25 width=372>All files based on the ISO Base Media File Format</td>
<td class=xl37 width="131"><a href="specs.html#ISO" target="_parent">ISO</a></td>
</tr>
<tr>
<td class=fourCC><font face="Courier New,Courier,Monaco">J2P0</font></td>
<td class=xl25>JPEG2000 Profile 0</td>
<td class=xl37><a href="specs.html#JP2000">JP2000</a><a href="specs.html#JP2"></a></td>
</tr>
<tr>
<td class=fourCC><font face="Courier New,Courier,Monaco">J2P1</font></td>
<td class=xl25>JPEG2000 Profile 1</td>
<td class=xl37><a href="specs.html#JP2000">JP2000</a><a href="specs.html#JP2"></a></td>
</tr>
<tr>
<td class=fourCC><font face="Courier New,Courier,Monaco">jp2$20</font></td>
<td class=xl25>JPEG2000 Part 1</td>
<td class=xl37><a href="specs.html#JP2000">JP2000</a></td>
</tr>
<tr>
<td class=fourCC><font face="Courier New,Courier,Monaco">jpm$20</font></td>
<td class=xl25>JPEG 2000 Part 6 Compound Images</td>
<td class=xl37><a href="specs.html#JPM">JPM</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">jpsi</font></td>
<td class=xl25 width=372>The JPSearch data interchange format, for the exchange of image collections and respective metadata</td>
<td class=xl37 width="131"><a href="specs.html#JPSearch">JPSearch</a></td>
</tr>
<tr>
<td class=fourCC><font face="Courier New,Courier,Monaco">jpx$20</font></td>
<td class=xl25>JPEG2000 Part 2</td>
<td class=xl37><a href="specs.html#JPX">JPX</a></td>
</tr>
<tr>
<td class=fourCC><font face="Courier New,Courier,Monaco">jpxb</font></td>
<td class=xl25>JPEG XR</td>
<td class=xl37><a href="specs.html#JPXR">JPXR</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">LCAG</font></td>
<td class=xl25 width=372>Leica digital camera</td>
<td class=xl37 width="131"><a href="specs.html#Leica">Leica</a></td>
</tr>
<tr>
<td class=fourCC><font face="Courier New,Courier,Monaco">lmsg</font></td>
<td class=xl25>last Media Segment indicator for ISO base media file format.</td>
<td class=xl37><a href="specs.html#DASH" target="_parent">DASH</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New, Courier, Monaco, monospace">M4A$20</font></td>
<td class=xl25 width=372>iTunes MPEG-4 audio protected or not, <br>
can contain audio + video + 3g text track + chapter track</td>
<td class=xl37 width="131"><a href="specs.html#itunes">iTunes</a></td>
</tr>
<tr >
<td width="75" class=fourCC><font face="Courier New, Courier, Monaco, monospace">M4B$20</font></td>
<td class=xl25 width=372>iTunes AudioBook protected or not<br>
can contain audio + video + 3g text track + chapter track</td>
<td class=xl37 width="131"><a href="specs.html#itunes">iTunes</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New, Courier, Monaco, monospace">M4P$20</font></td>
<td class=xl25 width=372>MPEG-4 protected audio</td>
<td class=xl37 width="131"><a href="specs.html#itunes">iTunes</a></td>
</tr>
<tr >
<td width="75" class=fourCC><font face="Courier New, Courier, Monaco, monospace">M4V$20</font></td>
<td class=xl25 width=372>MPEG-4 protected audio+video</td>
<td class=xl37 width="131"><a href="specs.html#itunes">iTunes</a></td>
</tr>
<tr >
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">MFSM</font></td>
<td class=xl25 width=372>Media File for Samsung video Metadata</td>
<td class=xl37 width="131"><a href="specs.html#samsung">Samsung</a></td>
</tr>
<tr>
<td class=fourCC>MGSV</td>
<td class=xl25>Home and Mobile Multimedia Platform (HMMP)</td>
<td class=xl37><a href="specs.html#Sony">Sony</a></td>
</tr>
<tr >
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">mj2s</font></td>
<td class=xl25 width=372>Motion JPEG 2000 simple profile</td>
<td class=xl37 width="131"><a href="specs.html#MJ2" target="_parent">MJ2</a></td>
</tr>
<tr >
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">mjp2</font></td>
<td class=xl25 width=372>Motion JPEG 2000, general profile</td>
<td class=xl37 width="131"><a href="specs.html#MJ2" target="_parent">MJ2</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New, Courier, Monaco, monospace">mp21</font></td>
<td class=xl25 width=372>MPEG-21</td>
<td class=xl37 width="131"><a href="specs.html#MPEG21">MPEG-21</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">mp41</font></td>
<td class=xl25 width=372>MP4 version 1</td>
<td class=xl37 width="131"><a href="specs.html#MP4V2" target="_parent">MP4v2</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">mp42</font></td>
<td class=xl25 width=372>MP4 version 2</td>
<td class=xl37 width="131"><a href="specs.html#MP4V2" target="_parent">MP4v2</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">mp71</font></td>
<td class=xl25 width=372>MPEG-7 file-level metadata</td>
<td class=xl37 width="131"><a href="specs.html#ISO" target="_parent">ISO</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New, Courier, Monaco, monospace">MPPI</font></td>
<td class=xl25 width=372>Photo Player Multimedia Application Format</td>
<td class=xl37 width="131"><a href="specs.html#ISO-MAF" target="_parent">ISO-MAF</a></td>
</tr>
<tr>
<td class=fourCC><font face="Courier New,Courier,Monaco">msdh</font></td>
<td class=xl25>Media Segment conforming to the general format type for ISO base media file format.</td>
<td class=xl37><a href="specs.html#DASH" target="_parent">DASH</a></td>
</tr>
<tr>
<td class=fourCC><font face="Courier New,Courier,Monaco">msix</font></td>
<td class=xl25>Media Segment conforming to the Indexed Media Segment format type for ISO base media file format.</td>
<td class=xl37><a href="specs.html#DASH" target="_parent">DASH</a></td>
</tr>
<tr>
<td class=fourCC>MSNV</td>
<td class=xl25>Portable multimedia CE products using MP4 file format with AVC video codec and AAC audio codec</td>
<td class=xl37><a href="specs.html#iec62592">IEC 62592</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">niko</font></td>
<td class=xl25 width=372>Nikon Digital Camera</td>
<td class=xl37 width="131"><a href="specs.html#nikon">Nikon</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">odcf</font></td>
<td class=xl25 width=372>OMA DCF (DRM Content Format)</td>
<td class=xl37 width="131"><a href="specs.html#OMADCF">OMA DRM 2.0</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">opf2</font></td>
<td class=xl25 width=372>OMA PDCF (DRM Content Format)</td>
<td class=xl37 width="131"><a href="specs.html#omadcf21">OMA DRM 2.1</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">opx2</font></td>
<td class=xl25 width=372>OMA Adapted PDCF</td>
<td class=xl37 width="131"><a href="specs.html#omadrmxbs">OMA DRM XBS</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">pana</font></td>
<td class=xl25 width=372>Panasonic Digital Camera</td>
<td class=xl37 width="131"><a href="specs.html#panasonic">Panasonic</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">piff</font></td>
<td class=xl25 width=372>Protected Interoperable File Format</td>
<td class=xl37 width="131"><a href="specs.html#piff">PIFF</a></td>
</tr>
<tr>
<td class=fourCC><font face="Courier New,Courier,Monaco">pnvi</font></td>
<td class=xl25>Panasonic Video Intercom</td>
<td class=xl37><a href="specs.html#panasonicvideo">Panasonic Video Intercom</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New, Courier, Monaco, monospace">qt$20$20</font></td>
<td class=xl25 width=372>QuickTime</td>
<td class=xl37 width="131"><a href="specs.html#QT">QT</a></td>
</tr>
<tr>
<td class=fourCC><font face="Courier New,Courier,Monaco">risx</font></td>
<td class=xl25>Representation Index Segment used to index MPEG-2 TS based Media Segments.</td>
<td class=xl37><a href="specs.html#DASH" target="_parent">DASH</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New,Courier,Monaco">ROSS</font></td>
<td class=xl25 width=372>Ross Video</td>
<td class=xl37 width="131"><a href="specs.html#ross">Ross</a></td>
</tr>
<tr>
<td width="75" class=fourCC><font face="Courier New, Courier, Monaco, monospace">sdv$20</font></td>
<td class=xl25 width=372>SD Video</td>
<td class=xl37 width="131"><a href="specs.html#MPEG21">SDV</a></td>
</tr>
<tr>
<td class=fourCC>SEAU</td>
<td class=xl25>Home and Mobile Multimedia Platform (HMMP)</td>
<td class=xl37><a href="specs.html#Sony">Sony</a></td>
</tr>
<tr>
<td class=fourCC>SEBK</td>
<td class=xl25>Home and Mobile Multimedia Platform (HMMP)</td>
<td class=xl37><a href="specs.html#Sony">Sony</a></td>
</tr>
<tr>
<td class=fourCC>senv</td>
<td class=xl25>Video contents Sony Entertainment Network provides by using MP4 file format</td>
<td class=xl37><a href="specs.html#Sony">Sony</a></td>
</tr>
<tr>
<td class=fourCC><font face="Courier New,Courier,Monaco">sims</font></td>
<td class=xl25>Media Segment conforming to the Sub-Indexed Media Segment format type for ISO base media file format.</td>
<td class=xl37><a href="specs.html#DASH" target="_parent">DASH</a></td>
</tr>
<tr>
<td class=fourCC><font face="Courier New,Courier,Monaco">sisx</font></td>
<td class=xl25>Single Index Segment used to index MPEG-2 TS based Media Segments.</td>
<td class=xl37><a href="specs.html#DASH" target="_parent">DASH</a></td>
</tr>
<tr>
<td class=fourCC><font face="Courier New,Courier,Monaco">ssss</font></td>
<td class=xl25>Subsegment Index Segment used to index MPEG-2 TS based Media Segments.</td>
<td class=xl37><a href="specs.html#DASH" target="_parent">DASH</a></td>
</tr>
<tr>
<td class=fourCC><font face="Courier New,Courier,Monaco">uvvu</font></td>
<td class=xl25>UltraViolet file brand – conforming to the DECE Common File Format spec, Annex E.</td>
<td class=xl37><a href="specs.html#DECE10">DECE</a><a href="specs.html#ultraviolet" target="_parent"></a></td>
</tr>
<tr>
<td class=fourCC>XAVC</td>
<td class=xl25>XAVC File Format</td>
<td class=xl37><a href="specs.html#Sony">Sony</a></td>
</tr>
</table-->
</body>
</html>