Difference between revisions of "Tests: Generate access copies"
Jump to navigation
Jump to search
Line 50: | Line 50: | ||
== Video files == | == Video files == | ||
− | *.avi files: | + | *.avi files: converted to MPEG-1 (.mpg) with mp2 audio stream |
− | *.flv files: | + | *.flv files: converted to MPEG-1 (.mpg) with mp2 audio stream |
− | *.mov files: | + | *.mov files: converted to MPEG-1 (.mpg) with mp2 audio stream |
− | *.mpg files | + | *.mpg files are left in their original format |
− | *.m2v files: | + | *.m2v files: converted to MPEG-1 (.mpg) with mp2 audio stream |
− | *.mp4 files: | + | *.mp4 files: converted to MPEG-1 (.mpg) with mp2 audio stream |
− | *.swf files: | + | *.swf files: converted to MPEG-1 (.mpg) with mp2 audio stream |
− | *.wmv files: | + | *.wmv files: converted to MPEG-1 (.mpg) with mp2 audio stream |
− | |||
__NOTOC__ | __NOTOC__ |
Revision as of 17:48, 9 December 2010
Main Page > Development > Development documentation > Testing > Tests: Generate access copies
Archivematica normalizes certain ingested file formats into preservation-friendly formats.
General
- Generation of access copies is triggered automatically when the user approves "Appraise SIP" in the dashboard.
- The original files are not deleted.
Audio files
- .ac3 files are converted to mp3
- .aif/.aiff files are converted to mp3
- .mp3 files are converted to mp3
- .wav files are converted to mp3
- .wma files are converted to mp3
Office documents
- .doc files are converted to pdf
- .docx files are converted to pdf
- .ppt files are converted to pdf
- .pptx files are converted to pdf
- .rtf files are converted to pdf
- .xls files are left in their original format
- .xlsx files are left in their original format
- .wpd files are converted to pdf
Portable Document files
.pdf files are converted to pdf/a (note that the file extension remains .pdf)
Plain text
.txt files are left in their original format
Raster images
- .bmp files are converted to JPEG
- .gif files are converted to JPEG
- .jpg files are left in their original format
- .jp2 files are converted to JPEG
- .png files are converted to JPEG
- .psd files are converted to JPEG
- .tif files are converted to JPEG
- .tga files are converted to JPEG
Vector images
- .ai files are converted to SVG 1.1 (not yet implemented)
- multi-page .ai files are converted to multiple single page SVG 1.1 files
- .eps files are converted to SVG 1.1
- .svg files are converted to SVG 1.1
- .svg files that tagged as SVG 1.0 but which are entirely conformant to the SVG 1.1 standard are not normalized to SVG 1.1
Video files
- .avi files: converted to MPEG-1 (.mpg) with mp2 audio stream
- .flv files: converted to MPEG-1 (.mpg) with mp2 audio stream
- .mov files: converted to MPEG-1 (.mpg) with mp2 audio stream
- .mpg files are left in their original format
- .m2v files: converted to MPEG-1 (.mpg) with mp2 audio stream
- .mp4 files: converted to MPEG-1 (.mpg) with mp2 audio stream
- .swf files: converted to MPEG-1 (.mpg) with mp2 audio stream
- .wmv files: converted to MPEG-1 (.mpg) with mp2 audio stream