Difference between revisions of "Testing normalize"
Jump to navigation
Jump to search
(Created page with '* create a copy of your test files <pre>cp -r /home/demo/vidtest /home/demo/vidtest.copy</pre> * move vidtest.copy to 3-quarantine <pre>mv /home/demo/vidtest.copy /home/demo/3...') |
|||
Line 1: | Line 1: | ||
− | * create a copy of your test files | + | ==current issues== |
+ | * 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== | ||
+ | |||
+ | * create a copy of your test files (vidtest, imgtest, ootest) | ||
<pre>cp -r /home/demo/vidtest /home/demo/vidtest.copy</pre> | <pre>cp -r /home/demo/vidtest /home/demo/vidtest.copy</pre> | ||
* move vidtest.copy to 3-quarantine | * move vidtest.copy to 3-quarantine | ||
<pre>mv /home/demo/vidtest.copy /home/demo/3-quarantine</pre> | <pre>mv /home/demo/vidtest.copy /home/demo/3-quarantine</pre> | ||
* Wait 1 minute an run processSIP(processSIP will not run on files younger then 1 minute) | * Wait 1 minute an run processSIP(processSIP will not run on files younger then 1 minute) | ||
+ | <pre>/opt/archivematica/processSIP.sh</pre> | ||
+ | |||
+ | view output for debugging |
Latest revision as of 12:53, 23 April 2010
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