Testing normalize

From Archivematica
Revision as of 13:53, 23 April 2010 by Austin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

current issues[edit]

  • all output from normalize.py applications(ffmpeg,unoconv,imagemagick) need to be appended to /home/demo/ingestLogs/$UUID/normalization.log
  • when ffmpeg(video and audio) fails normalize.py is not being run on the preceding files (I dont think error catching is working properly)
  • when unoconv(openoffice) fails files are not moved
  • propper spacing - switch from a combination of tabs and spaces to double spaces only

how to test[edit]

  • create a copy of your test files (vidtest, imgtest, ootest)
cp -r /home/demo/vidtest /home/demo/vidtest.copy
  • move vidtest.copy to 3-quarantine
mv /home/demo/vidtest.copy /home/demo/3-quarantine
  • Wait 1 minute an run processSIP(processSIP will not run on files younger then 1 minute)
/opt/archivematica/processSIP.sh

view output for debugging