`PreservationAudioFile` and `PreservationAudioVisualFile` directories contain the input of ARP Workflow, while `AccessCopyFiles` and `PreservationMasterFiles` directories contain its output. `temp` directory is used to store all files exchanged between the AIMs within the Workflow.
Please note that:
* Corresponding input files shall present the same name;
* The name of Irregularity Files given above is ***mandatory***;
* The name of files within `AudioBlocks`, `IrregularityImages` and `RestoredAudioFiles` directories is not relevant to the *Packager*;
* The *Packager* will create directories named as the input files (e.g.: with input files `File1.wav` and `File1.mov`, output files will be contained in `AccessCopyFiles/File1/` and `PreservationMasterFiles/File1/`).
With this structure, `PRESERVATION_FILES_NAME` parameter could be equal to `File1` or `File2`.
You can now launch the *Packager* from the command line with:
```
python3 main.py
```
Useful log information will be displayed during execution, requiring occasional interaction.
## Support
If you have any problem you can contact us at:
- Nadir Dalla Pozza (nadir.dallapozza@unipd.it)
- Niccolò Pretto (niccolo.pretto@unipd.it)
If you require additional information or have any problem, you can contact us at:
* Nadir Dalla Pozza (nadir.dallapozza@unipd.it);
* Niccolò Pretto (niccolo.pretto@unipd.it).
## Authors and acknowledgment
This project was developed by:
- Nadir Dalla Pozza (Università degli Studi di Padova)
- Niccolò Pretto (Università degli Studi di Padova)
- Sergio Canazza (Università degli Studi di Padova)
* Nadir Dalla Pozza (University of Padova);
* Niccolò Pretto (University of Padova);
* Sergio Canazza (University of Padova).
This project takes advantage of with the following libraries:
-MoviePy(https://zulko.github.io/moviepy/)
-PyYaml(https://pyyaml.org)
This project takes advantage of the following libraries:
*[MoviePy](https://zulko.github.io/moviepy/);
*[PyYaml](https://pyyaml.org).
Developed with Python IDE PyCharm Community(https://www.jetbrains.com/pycharm/).
Developed with Python IDE [PyCharm Community](https://www.jetbrains.com/pycharm/).
## License
This project is licensed with GNU GPL v3.0.
This project is licensed with [GNU GPL v3.0](https://www.gnu.org/licenses/gpl-3.0.html).