Difference between revisions of "Tests: Generate access copies"

From Archivematica
Jump to navigation Jump to search
m
 
Line 47: Line 47:
 
*'''.eps''' files are converted to SVG 1.1
 
*'''.eps''' files are converted to SVG 1.1
 
*'''.svg''' 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
+
**.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 ==
 
== Video files ==

Latest revision as of 15:08, 1 February 2011

Main Page > Development > Development documentation > Testing > Tests: Generate access copies

Archivematica normalizes certain ingested file formats into preservation-friendly formats.


General[edit]

  • Generation of access copies is triggered automatically when the user approves Appraise SIP in the dashboard.
  • The original files are not deleted.
  • When DIP is uploaded to ICA-AtoM, all access copies render correctly.

Audio files[edit]

  • .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[edit]

  • .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[edit]

  • .pdf files are converted to pdf/a (note that the file extension remains .pdf)

Plain text[edit]

  • .txt files are left in their original format

Raster images[edit]

  • .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[edit]

  • .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[edit]

  • .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