Skip to content

Commit

Permalink
Merge pull request #281 from mediamicroservices/morederivs
Browse files Browse the repository at this point in the history
Morederivs
  • Loading branch information
dericed authored Jul 1, 2021
2 parents 3356528 + 2d24836 commit 040db1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finishpackage
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
#finish package takes a directory input created by restructureforCompliance and creates derivative access copies, metadata documents, and a checksum file.
while [ "${*}" != "" ] ; do
INPUT="${1}"
makelossless "${INPUT}" && makederiv -T broadcast "${INPUT}" && makederiv -T youtube "${INPUT}" && makemetadata "${INPUT}" && checksumpackage "${INPUT}"
makelossless "${INPUT}" && makederiv -T broadcast "${INPUT}" && makederiv -T youtube "${INPUT}" && makederiv -T mp3 "${INPUT}" && makederiv -T podcast "${INPUT}" && makederiv -T waveform "${INPUT}" && makeframes "${INPUT}" && makefingerprint "${INPUT}" && makemetadata "${INPUT}" && checksumpackage "${INPUT}"
shift
done

0 comments on commit 040db1c

Please sign in to comment.