diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-16 19:24:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-16 19:24:44 +0100 |
| commit | 7d48446b5efdf795df1ce22d6d9ed3ebe85d3381 (patch) | |
| tree | f492aebd71fae087e7903dafc097d3899cff8481 /test/ref/make.sh | |
Import.
Diffstat (limited to 'test/ref/make.sh')
| -rw-r--r-- | test/ref/make.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/ref/make.sh b/test/ref/make.sh new file mode 100644 index 00000000..1d04e244 --- /dev/null +++ b/test/ref/make.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +rm -rf DCP +mkdir DCP +opendcp_mxf -i j2c -o DCP/video.mxf -r 24 +opendcp_mxf -i wav -o DCP/audio.mxf -r 24 +opendcp_xml --reel DCP/video.mxf DCP/audio.mxf -k feature -t "A Test DCP" -a "A Test DCP" +mv *.xml DCP +mv DCP/*_pkl.xml DCP/04040404-0404-0404-0404-040404040404_pkl.xml +mv DCP/*_cpl.xml DCP/02020202-0202-0202-0202-020202020202_cpl.xml |
