## Creating simple tasks which accomplishing the workflow elements ### Definition of Done * [x] Create a directory stucture * [x] Copy the ffv1 file to the CONTENT directory * [x] Create technical metadata * [x] push MD into METADATA directory * [x] Push techical metadata to AMS * [x] Pull descriptive metadata from AMS * [x] Create access copy * [x] Copy access copy to destination * [x] Send email to AV and IT * [ ] Copying AIP onto TAPE Server ### Notes: - Copy the FFv1 file to the CONTENT directory with [Rsync](https://rsync.samba.org/examples.html "Rsync examples") for checksum. - Create technical metadata with [mediainfo](https://aws.amazon.com/blogs/compute/extracting-video-metadata-using-lambda-and-mediainfo/ "Mediainfo how to") or [ffprobe](https://ffmpeg.org/ffprobe.html "FFProbe Documentation").
Creating simple tasks which accomplishing the workflow elements
Definition of Done
Notes: