Difference between revisions of "Tests: Generate access copies"

From Archivematica
Jump to navigation Jump to search
(Created page with 'Main Page > Development > Development documentation > Testing > Tests: Generate access copies')
 
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
[[Main Page]] > [[Development]] > [[:Category:Development documentation|Development documentation]] > [[Testing]] > Tests: Generate access copies
 
[[Main Page]] > [[Development]] > [[:Category:Development documentation|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 <u>Appraise SIP</u> in the dashboard.
 +
*The original files are not deleted.
 +
*When DIP is uploaded to ICA-AtoM, all access copies render correctly.
 +
 +
== 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
 +
 +
__NOTOC__

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