SuportedFormats

Version 1 (Luís Faria, 07/31/2009 10:14 AM)

1 1
h1. Preservation formats
2 1
3 1
| *Class* | *Format* | *MIME Type* | *Extensions* | *Description* |
4 1
| Text | PDF/A | application/pdf or text/plain ^1^ | .pdf | PDF for archiving|
5 1
| Image | METS+TIFF | image/mets+tiff | .xml .tiff | METS XML file with the structure and uncompressed TIFF images |
6 1
| Database | DBML | application/dbml or application/dbml+octet-stream | .xml .bin | A DBML XML with all the database structure and data. If BLOBs exists, they are extracted to a file and added as octet streams |
7 1
| Audio | Wave | audio/wav | .wav | Wave audio format |
8 1
| Video | MPEG-2 | video/mpeg2 | .mpeg .mpg |MPEG 2 video format, with DVD internal structure |
9 1
10 1
h1. Ingested formats
11 1
12 1
| *Class* | *Format* | *MIME Type* | *Extensions* |
13 1
| Text | PDF | application/pdf | .pdf |
14 1
| Text | Microsoft Word | application/msword | .doc |
15 1
| Text | Microsoft Open XML document | application/vnd.openxmlformats-officedocument.wordprocessingml.document | .docx |
16 1
| Text | Open Office Text | application/vnd.oasis.opendocument.text | .odt |
17 1
| Text | Rich Text Format | application/rtf | .rtf |
18 1
| Text | Plain Text | text/plain | .txt |
19 1
| Image | TIFF | image/mets+tiff | .xml .tiff .tif |
20 1
| Image | JPEG | image/mets+jpeg | .xml .jpeg .jpg |
21 1
| Image | PNG | image/mets+png | .xml .png |
22 1
| Image | BMP | image/mets+bmp | .xml .bmp |
23 1
| Image | GIF | image/mets+gif | .xml .gif |
24 1
| Image | ICO | image/mets+ico | .xml .ico |
25 1
| Image | XPM | image/mets+xpm | .xml .xpm |
26 1
| Image | TGA | image/mets+tga | .xml .tga |
27 1
| Image | MISC | image/mets+misc | .xml .tiff .tif .jpeg .jpg .png .bmp .gif .ico .xpm .tga |
28 1
| Database ^2^ | DBML | application/dbml | .xml |
29 1
| Database ^2^ | DBML+FILES | application/dbml+octet-stream | .xml .bin |
30 1
| Audio | Wave | audio/wav | .wav |
31 1
| Audio | MP3 | audio/mpeg | .mp3 |
32 1
| Audio | MP4 | audio/mp4 | .mp4 |
33 1
| Audio | Flac | audio/flac | .flac |
34 1
| Audio | AIFF | audio/aiff | .aif .aiff |
35 1
| Audio | Ogg Vorbis | audio/ogg | .ogg |
36 1
| Audio | Windows Media Audio | audio/x-ms-wma | .wma |
37 1
| Video | Mpeg 1 | video/mpeg | .mpg .mpeg |
38 1
| Video | Mpeg 2 | video/mpeg2 | .vob .mpv2 mp2v |
39 1
| Video | Mpeg 4 | video/mp4 | .mp4 |
40 1
| Video | Audio Video Interlave | video/avi | .avi |
41 1
| Video | Windows Media Video | video/x-ms-wmv | .wmv |
42 1
| Video | Quicktime | video/quicktime | .mov .qt |
43 1
44 1
45 1
^1^ _Only if original format is also text/plain_
46 1
47 1
^2^ _In RODA-in a JDBC is used to connect to the DBMS and import a database to DBML. Supported DBMS are: SQL Server, MySQL, PostgreSQL, Microsoft Access and Generic ODBC_