RicoCasta / opencinematools

Automatically exported from code.google.com/p/opencinematools
0 stars 0 forks source link

Error message when trying to create DCP #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run the Open Cinema Tools DCP Maker app (using the available GUI)
2. Load a JPG image sequence
3. Hit the Make DCP button

What is the expected output? What do you see instead?
I was expecting to get a video-only DCP. However, what I get is this:

H:\opencinematools-1.1.2\bin>mkdir "X:\dcptest\j2c\"
A subdirectory or file X:\dcptest\j2c\ already exists.

H:\opencinematools-1.1.2\bin>mkdir "X:\dcptest\dcp"
A subdirectory or file X:\dcptest\dcp already exists.

H:\opencinematools-1.1.2\bin>asdcp-test -L -c 
"X:\dcptest\dcp\dcptestvideo.mxf"
"X:\dcptest\j2c"
X:\dcptest\j2c: Unknown file type, not ASDCP-compatible essence.

H:\opencinematools-1.1.2\bin>mkcpl --kind feature --title "dcptest" --
annotation
 "dcptest"--norating "X:\dcptest\dcp\dcptestvideo.mxf"  
1>"X:\dcptest\dcp\dcptes
.cpl.xml"
X:\dcptest\dcp\dcptestvideo.mxf: File not found.

H:\opencinematools-1.1.2\bin>mkpkl --annotation "dcptest" 
"X:\dcptest\dcp\dcptes
tvideo.mxf" "X:\dcptest\dcp\dcptes.cpl.xml"  
1>"X:\dcptest\dcp\dcptes.pkl.xml"
X:\dcptest\dcp\dcptestvideo.mxf: Invalid CompositionPlaylist file.

H:\opencinematools-1.1.2\bin>X:

X:\>cd "X:\dcptest\dcp"

X:\dcptest\dcp>"H:\opencinematools-1.1.2\bin\mkmap" --annotation "dcptest" 
"dcpt
estvideo.mxf" "dcptes.cpl.xml" "dcptes.pkl.xml"
dcptestvideo.mxf: Invalid CompositionPlaylist or PackingList file.

X:\dcptest\dcp>H:

H:\opencinematools-1.1.2\bin>cd "H:\opencinematools-1.1.2\bin"

H:\opencinematools-1.1.2\bin>pause
Press any key to continue . . .

What version of the product are you using? On what operating system?
Version 1.1.2 on Windows 7

Please provide any additional information below.
I've tried running the app with both standard and elevated privileges with 
no avail. I'm not sure if I need to feed the program with JPG2000 images as 
I'm currently using standard JPG images.

Original issue reported on code.google.com by sergio.o...@gmail.com on 10 Oct 2009 at 4:07

GoogleCodeExporter commented 8 years ago
Hi Sergio, since your post dates back to october you probably have already 
solved 
this. If not here's what you can try:

Those existing directories were created by previous DCP Maker attempts, 
shouldn't do 
no harm. If in doubt remove them before you hit "Make DCP"

The app chokes here:
"X:\dcptest\j2c: Unknown file type, not ASDCP-compatible essence."
Check what's in the j2c directory. It should contain JPEG2000-encoded files 
*only* -- 
created by DCP Maker's first step (Encoding). No source files like your jpg's. 
No 
Thumbs.db. No nada but the encoded files.

All other errors are subsequent errors (DCP Maker authors: Hello? Check for 
return 
status of each call maybe?)

Original comment by photonra...@gmail.com on 5 Dec 2009 at 11:38

GoogleCodeExporter commented 8 years ago
Hello and thanks for the reply.

I hadn't resolved the issue yet, so I'll try this.

How can I encode images in JPEG2000 format? My video application doesn't give 
me the 
option to export my video as a JPEG2000 sequence.

Thanks

Original comment by sergio.o...@gmail.com on 5 Dec 2009 at 1:41

GoogleCodeExporter commented 8 years ago
Sergio, you would export your video as an image sequence (type being one of 
*.pgm,
*.ppm, *.bmp, *.tif, *.raw or *.tga -- at least that's what the jpeg2000 
encoder that
came with your opencinematools zip pretends to accept). Then run DCP Maker and
specify the folder where these images sit.

DCP Maker is simply a frontend for a number of programs to encode to jpeg2000, 
wrap
in mxf and write the required cpl, pkl, volindex and assetmap files. All these
programs came with the opencinematools zip you downloaded so you don't need 
extra.

Ask away if you run into problems.
Wolfgang

Original comment by photonra...@gmail.com on 6 Dec 2009 at 7:35

GoogleCodeExporter commented 8 years ago
Ok, I made sure there was nothing more than the images inside the folder.
I ran Open Cinema Tools and when I click the Make DCP button a dialog appears:
"error initializing the application because libtiff3.dll could not be found.

However the previous error was caused when I tried using a .JPG image sequence 
or 
something.
I can try converting all those TIFF images to BMP or something similar, but if 
you 
have another suggestion let me know.

BTW I'm running Windows Vista Biz 64 bit

Original comment by sergio.o...@gmail.com on 6 Dec 2009 at 9:53

GoogleCodeExporter commented 8 years ago
It is quite possible that this won't work on MS's 64 bit versions. I don't have 
a 64
bit box with windows here so I can't really check.
The error message you get tells you that one of DCP Makers requirements is not 
met --
doesn't matter what source format you were /going/ to throw at it.
Now one thing you could try is get a libtiff3.dll (which will likely be a 32 bit
version), put it in the opencinematools directory (with DcpMaker.exe etc.) and 
try to
run DCP Maker again. Ping me if you want the file from a /trusted/ source (tito 
at
online and a dot and de).

Wolfgang

Original comment by photonra...@gmail.com on 11 Dec 2009 at 7:19

GoogleCodeExporter commented 8 years ago
Hello again,

Well I did download a libtiff3.dll file somewhere. Since I'm on windows vista 
64bit, 
after putting the dll file in the exe folder the program seems to start working 
but 
it crashes.

I tried running it on a VM running windows xp, and I got this:

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0188.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0188.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0189.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0189.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0190.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0190.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0191.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0191.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0192.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0192.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0193.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0193.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0194.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0194.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0195.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0195.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0196.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0196.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0197.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0197.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0198.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0198.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0199.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0199.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0200.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0200.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0201.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0201.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0202.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0202.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0203.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0203.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0204.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0204.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0205.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0205.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0206.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0206.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0207.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0207.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0208.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0208.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0209.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0209.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0210.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0210.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0211.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0211.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0212.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0212.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0213.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0213.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0214.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0214.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0215.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0215.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0216.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0216.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0217.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0217.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0218.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0218.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0219.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0219.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0220.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0220.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0221.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0221.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0222.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0222.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0223.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0223.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0224.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0224.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0225.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0225.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0226.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0226.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0227.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0227.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>image_to
_j2k -cinema2K 24 -i "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\leftEye
\aria_leftEye0228.tif" -o "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2
c\\aria_leftEye0228.j2c" -OutFor j2c
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>mkdir "Z
:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\dcp"
Ya existe el subdirectorio o el archivo Z:\Clientes Z\D\DoDigital3D_DCDM\Arianne
Video\DCDM\dcp.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>asdcp-te
st -L -c "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\dcp\DCDM.video.mxf"
 "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\j2c"
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>mkdir "Z
:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\dcp"
Ya existe el subdirectorio o el archivo Z:\Clientes Z\D\DoDigital3D_DCDM\Arianne
Video\DCDM\dcp.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>asdcp-te
st -L -c "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\dcp\DCDM.sound.mxf"
 "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\audio.wav" "Z:\Clientes Z\D
\DoDigital3D_DCDM\ArianneVideo\DCDM\audiR.wav" "Z:\Clientes Z\D\DoDigital3D_DCDM
\ArianneVideo\DCDM\audiC.wav" "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCD
M\audiLFE.wav" "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\audiLS.wav" "
Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\audiRS.wav"
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>mkcpl --
kind feature --title "DCDM" --annotation "DCDM"--norating "Z:\Clientes Z\D\DoDig
ital3D_DCDM\ArianneVideo\DCDM\dcp\DCDM.video.mxf" "Z:\Clientes Z\D\DoDigital3D_D
CDM\ArianneVideo\DCDM\dcp\DCDM.sound.mxf"  1>"Z:\Clientes Z\D\DoDigital3D_DCDM\A
rianneVideo\DCDM\dcp\DCDM.cpl.xml"
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>mkpkl --
annotation "DCDM" "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\dcp\DCDM.v
ideo.mxf" "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\dcp\DCDM.sound.mxf
" "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\dcp\DCDM.cpl.xml"  1>"Z:\C
lientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\dcp\DCDM.pkl.xml"
El sistema no puede ejecutar el programa especificado.

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>Z:

Z:\>cd "Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\dcp"

Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\dcp>"C:\Documents and Setting
s\Aris\Mis documentos\opencinematools-1.1.2\bin\mkmap" --annotation "DCDM" "DCDM
.video.mxf" "DCDM.sound.mxf" "DCDM.cpl.xml" "DCDM.pkl.xml"
El sistema no puede ejecutar el programa especificado.

Z:\Clientes Z\D\DoDigital3D_DCDM\ArianneVideo\DCDM\dcp>C:

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>cd "C:\D
ocuments and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin"

C:\Documents and Settings\Aris\Mis documentos\opencinematools-1.1.2\bin>pause
Presione una tecla para continuar . . .

BTW, "El sistema no puede ejecutar el programa especificado." means "the system 
could 
not run the specified program"

Maybe this is because I'm running it on a VM, not sure. I will try running it 
on my 
laptop but that won't be very useful in the long run. The size of the DCDM I'm 
trying 
to convert to a DCP is above 5Gb and it's barely 15 seconds long, so trying to 
run 
the whole thing on my laptop is just too much.

Original comment by sergio.o...@gmail.com on 12 Dec 2009 at 3:59

GoogleCodeExporter commented 8 years ago
Ran it on my laptop and got this:

AppName: image_to_j2k.exe    AppVer: 0.0.0.0     ModName: libtiff3.dll
ModVer: 3.6.1.1463   Offset: 0000cf1d

I think the problem is the libtiff3.dll file I downloaded?

Original comment by sergio.o...@gmail.com on 12 Dec 2009 at 4:14

GoogleCodeExporter commented 8 years ago
Totally possible. I sent you 2 tiff lib files from my wine installation, try 
these.
But it's a stab in the dark: If the lib version image_to_j2k.exe was compiled 
against
doesn't match you're out of luck.

Speaking of luck: A lot less luck would be required if the author of DCP Maker 
could
chime in sometime. Hint.

Wolfgang

Original comment by photonra...@gmail.com on 12 Dec 2009 at 9:29

GoogleCodeExporter commented 8 years ago
Well I didn't get those files :-/
I also checked my spam folder to see if they were there but they aren't.
Maybe gmail is deleting it before it arrives. Perhaps if you change the 
extension and I 
can change it back?

Original comment by sergio.o...@gmail.com on 12 Dec 2009 at 1:56

GoogleCodeExporter commented 8 years ago
Well, I downloaded the "source code" from this website and used that tiff lib 
file. It 
seems to be working now (it's encoding J2K files right now).
When it's finished I'll test the DCP using a tool I got from some german 
developers 
(easy DCP player) and I'll let you know.

Original comment by sergio.o...@gmail.com on 12 Dec 2009 at 4:41

GoogleCodeExporter commented 8 years ago
It worked but... it doesn't make the RGB to XYZ color space conversion :-/
I suppose I need to do it externally, but how?

Original comment by sergio.o...@gmail.com on 12 Dec 2009 at 5:16

GoogleCodeExporter commented 8 years ago
Hi Sergio, too bad about the lost attachments. Good idea to actually look at the
source distribution, though :) (for future reference: 
opencinematools-1.1.2-src.zip
-> dep/libtiff/lib/libtiff3.dll etc.)

And now for the tricky part, colorspace conversion: Yes to your question. DCP 
Maker
doesn't do gamma correction and colorspace conversion. If you're targeting a 
JPEG2000
XYZ DCP you need to throw adjusted colorspace at it.

I'm working on linux boxes and I use ImageMagick's convert with -recolor [3x3 
matrix]
for this. Look at Bruce Lindbloom's great color stuff pages (esp.
http://www.brucelindbloom.com/index.html?Eqn_RGB_XYZ_Matrix.html) for applicable
matrices.

On windows apps like AfterEffects, Premiere probably can do this, so I've heard.

But: For example our Christie CP2000-M has 2 projector presets ("Channels" -- 
whoever
came up with the brain-damaged idea of "Channel"?) called "JPEG2000 RGB ..." 
which
suggests we might be able to skip colorspace conversion in the first place. 
Need to
try this, haven't had the time until now. Which projector are you aiming at?

Wolfgang

Original comment by photonra...@gmail.com on 12 Dec 2009 at 9:07

GoogleCodeExporter commented 8 years ago
Well it's a good thing I have Toxik (part of Maya 2010) and AFX, since they 
include 
color space conversion tools.

I ran into another problem, though -_-
DCP Maker won't generate my audio file, ASSETMAP PKL and the rest of the files. 
It 
generates 2 files (can't remember which ones, I deleted the DCP), but not the 
whole 
XML file set.

AFAIK it should generate the video and audio XMF files separately, but it only 
generates the video one.

As for your final question, I'm aiming at a doremi server with a RealD 
projector.

Thanks

Original comment by sergio.o...@gmail.com on 12 Dec 2009 at 11:53

GoogleCodeExporter commented 8 years ago
Hi, 

Yes, we need to use ImageMagick to convert RVB/Gamma 2,2/D65 to XYZ/Gamma 
2,6/D50.

But, even on the great Lindbloom's page, I can't found the right matrix.

In plus, Matrix does'nt convert gamma. So, I've tried differents things, but 
nothing perfect. Like -gamma 1,18 
(because 2,2 * 1,18 = 2,6)...

What are you settings ?

:-)

Original comment by vincent....@gmail.com on 20 Dec 2009 at 7:15

GoogleCodeExporter commented 8 years ago
Salut Vincent,
   your gamma correction is (about) right (1.1818...).

You need to know the source's colorspace, RGB/RougeVertBleu is not specific 
enough. 

For D65 -> D50 again look at Lindbloom's pages
(http://www.brucelindbloom.com/index.html?Eqn_ChromAdapt.html)

Wolfgang

Original comment by photonra...@gmail.com on 22 Dec 2009 at 12:08

GoogleCodeExporter commented 8 years ago
Yes ! Thanks a lot !

But, I have again two questions :
- In which order do I have to make conversions ? RVB > XYZ then D65 > D50 and 
then Gamma ? or D then 
colorspace then gamma ? or... ??? What your exprience ?
- What method ? XYZ Scaling ? Bradford (wich seems to be the best method) ? But 
I'm not sure to understand : 
Is imageMagick able to make Bradford method ?

thanks ! :-)

Original comment by vincent....@gmail.com on 27 Dec 2009 at 4:53

GoogleCodeExporter commented 8 years ago
Wrt order, here's Bruce Lindbloom's note:
     "The XYZ values will be relative to the same reference white as the RGB system.
If you want XYZ relative to a different reference white, you must apply a 
chromatic
adaptation transform to the XYZ color to convert it from the reference white of 
the
RGB system to the desired reference white."

I'd use Bradford, too, via a second -recolor (with the relevant matrix, D65 to 
D50 in
your case)

bonne chance, Wolfgang Woehl

Original comment by photonra...@gmail.com on 27 Dec 2009 at 5:43

GoogleCodeExporter commented 8 years ago
plus -- this I merely can suspect as I never had to adjust whitepoint -- I'm 
not sure
whether you have to adjust whitepoint-reference in linear light or in 
gamma-adjusted
material. So it could be necessary to do this in a multi-step procedure. I'd be
interested to hear what your results are.

Why do you have to go from D65 to D50, by the way?
Wolfgang Woehl

Original comment by photonra...@gmail.com on 27 Dec 2009 at 5:58

GoogleCodeExporter commented 8 years ago
Thanks for your suggestions. I'll try as soon as possible. I'll tell you.

Why to adjust whitepoint ? Because I've compare OpenCinemaTools and EasyDCP 
conversions. And all 
OpenCinemaTools tests where too blue on the movie screen.

Why D65 to D50 ? Because like every computer screen, I'm in D65. (An Eizo 
ColorEdge CG241W). And the DCI 
rule say "D50".

How are you working or converting you ?

Original comment by vincent....@gmail.com on 28 Dec 2009 at 5:30

GoogleCodeExporter commented 8 years ago
Vincent, D50/Xenon, that's great. It just never ocurred to me although my 
tests, too,
were too "cold". So thanks for that push in the right direction.

Another thing someone on reduser suggested is to de-gamma before white 
reference and
colorspace conversion and then re-gamma. Makes sense, too. The differences 
between
adjust/convert in linear light and the same in gamma-encoded light are /not/
marginal. Have you tested this? More research needed.

Original comment by photonra...@gmail.com on 30 Dec 2009 at 3:25

GoogleCodeExporter commented 8 years ago
I did a color conversion yesterday. I'm lucky that After Effect includes a 
"DCDM XYZ 
color space conversion" which is DCI compliant and all.

I still haven't tested the result on a DCI server, though. I will next week or 
so.

Original comment by sergio.o...@gmail.com on 30 Dec 2009 at 3:59

GoogleCodeExporter commented 8 years ago
Sergio, could you, please, just convert the attached file 
"Test_conversion_v1_RVB16D65.tif" into DCDM XYZ with 
AfterEffect ? And then post the result here ? In JP2K or TIFF (I prefer tiff to 
make some tests...)

Thanks !

Original comment by vincent....@gmail.com on 31 Dec 2009 at 7:50

Attachments:

GoogleCodeExporter commented 8 years ago
sure thing, here's the TIFF

Original comment by sergio.o...@gmail.com on 31 Dec 2009 at 4:14

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks a lot ! Very instructive.

The strange thing is that your tiff result is a 8bits (with a lot of banding 
effect) ?! it should be 12bits or more to 
make good DCP JPEG2000 12Bits image ! No ?

Original comment by vincent....@gmail.com on 1 Jan 2010 at 9:28

GoogleCodeExporter commented 8 years ago
Vincent, attached are 2 variants of your test file. Done with ImageMagick's 
convert,
the difference being the order of whitepoint reference adjustment and colorspace
conversion (see the filenames).

The lines used were

convert Test_conversion_v1_RVB16D65.tif -gamma $degamma -recolor "`echo 
$d65_2_d50`"
-recolor "`echo $srgb_2_xyz`" -gamma 2.6
degamma_0.454545-d65_2_d50-srgb_2_xyz-gamma_2.6.tif

and

convert Test_conversion_v1_RVB16D65.tif -gamma $degamma -recolor "`echo 
$srgb_2_xyz`"
-recolor "`echo $d65_2_d50`" -gamma 2.6
degamma_0.454545-srgb_2_xyz-d65_2_d50-gamma_2.6.tif

where $srgb_2_xyz and $d65_2_d50 are the correspondent matrixes from 
Lindbloom's pages:
export srgb_2_xyz="0.4124564 0.3575761 0.1804375 0.2126729 0.7151522 0.0721750
0.0193339 0.1191920 0.9503041"
export d65_2_d50="1.0478112 0.0228866 -0.0501270 0.0295424 0.9904844 -0.0170491
-0.0092345 0.0150436 0.7521316"

I would like to see your tests for comparison, if possible, thanks
Wolfgang Woehl

Original comment by photonra...@gmail.com on 1 Jan 2010 at 1:23

Attachments:

GoogleCodeExporter commented 8 years ago
Also, I found an interesting white point diagram with, apparently, real-world 
samples
of digital cinema projectors, the sample mean being closer to D55 rather than 
D65 or
D50. See http://www.theasc.com/magazine/april05/conundrum2/image27.html

Wolfgang Woehl

Original comment by photonra...@gmail.com on 1 Jan 2010 at 1:50

GoogleCodeExporter commented 8 years ago
on my case I wasn't able to produce the 16bit TIFF file for some reason. Maybe 
it had 
something to do with your file? or maybe I just forgot to check something, but 
I 
usually create 16 bit TIFF files with no problem.

Original comment by sergio.o...@gmail.com on 1 Jan 2010 at 9:11

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Hi all

this is Tim from Milan, regarding color transform workflow, all you have to do 
is 
linear RGB->XYZ color conversion with D50 matrix white point, then apply 2.6 
gamma "boost".

This can be easily achieved within AE (intended as to be internal linear color 
managed)using color profile convert tool (integrated 
in all AE version) or through color managment module (only AE CS3/4) choosing 
the 
right preset.

"D50 XYZ ICC" profile can be freely downloaded from ICC web site.

Remember to set working space to 16bpp, export TIFF without compression and 
encode 
them with last build of J2K encoding tool (2k-24/48 cinema option) then wrap 
with 
open dcp.

We're discussing the same in "color correction" thread, would you so kind to 
follow up there?

thank you.
Tim

Original comment by timothy_...@hotmail.com on 4 Jan 2010 at 1:11

GoogleCodeExporter commented 8 years ago
Hi Tim,
   stuff I've read in the past days tells me that D50 isn't right (btw the DCI specs
say nothing like that, either). After Effects offers 5900K° which is closer 
but still
not quite it, it seems. I'm trying to find out a transformation for x 0.314, y 
0.351
(which is what the DCI specs says and what David Richards came up with in a very
interesting article -- see 
http://www.movingimagetech.com/White%20Point-digital-ASC.pdf)

Like you say: The order of steps would be degamma -> source colorspace to XYZ ->
white point adjustment -> gamma 2.6. At least that's the best assumption so 
far, I'll
test more today.

Wolfgang Woehl

Original comment by photonra...@gmail.com on 4 Jan 2010 at 2:30

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Rado,
   thank you very much, that was refreshing. Are you a paid pro? Should be delightful
to work with you.

Cheers, and go have another one.
Wolfgang Woehl

Original comment by photonra...@gmail.com on 12 Jan 2010 at 11:08

GoogleCodeExporter commented 8 years ago
Rado

as far as i've been reeding your post you're only capable to say "Stupid. 
bla..bla..; read, Stupid..bla..bla".

If you're a Master, teach us!

But i think your knowdledge is far less the one that all peoples 're posting 
here 
can contribute.

Cheers, and go have another one.
Timothy Snell

Original comment by timothy_...@hotmail.com on 12 Jan 2010 at 3:56

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Time, Money, Capitalism, Comunism..what you're talking about man..!!??
Here we talk of C++ coding; please connect your mind and take a look where you 
are 
before post.

You say "..share something"?  Hey Man, we share knowledge, it would be good 
also for 
you, you really need it as well.

As final, concerning "encryption/KDM"; for what i get taking a look at the 
code; 
there're not build classes to do what you're talking here; so really explain us 
how 
you get KDM from OPENCINEMATOOLS; just curious ;)

Please don't be funny.

Original comment by timothy_...@hotmail.com on 16 Jan 2010 at 2:52

GoogleCodeExporter commented 8 years ago
Timothy,
   wrt DCP protection etc.: Zero study and tests here, so far. I think a good
starting point should be DCI's Compliance Test Plan
(http://www.dcimovies.com/DCI_CTP_v1_1.pdf) for a general idea. Looking at the 
KDM
example I figure all this would be done with openssl and some tool to write the 
xml
for KDM's. A basic understanding of public key infrastructure shouldn't harm. 
All
this pretty much outside of opencinematools realm.

Yes, let's figure this out.

Be good, Wolfgang Woehl

Original comment by photonra...@gmail.com on 17 Jan 2010 at 12:44

GoogleCodeExporter commented 8 years ago
Hi Wolfgang

Yes; i took a look at that document when it was released.
I'm managing to make myself coding and improve opencinematools but time kills 
me.

Definitively yes, that is a good starting point ;)

tim

Original comment by timothy_...@hotmail.com on 19 Jan 2010 at 12:21

GoogleCodeExporter commented 8 years ago
Please, rado.markov, be more constructive or do not answer to questions.  This 
software 
has been developed for both commercial and free use.

This time I've removed you comment, try to be king with other.

Original comment by marc.van...@gmail.com on 27 Jan 2010 at 9:58