Sadly not. We need the help of the gods.
|
|
That's a shame!
It would appear that someone else has had a similar issue in Linux and have overcome it. Here is the link to that in the opencinematools blog site http://code.google.com/p/opencinemat...s/detail?id=25
I'm sure you have already looked at this though.
Does it make sense to you and would it translate to MACOSX?
Last edited by Antony; 04-20-2010 at 08:41 AM. Reason: bad spelling of link
I have contacted Chris Perry, a god, who started the google code thread, to see how he got around it. Hopefully, he will have a solution.
Does anyone know what the subtitle file should be called. For that matter, has anyone got a list of the file required for a DCP so I can make sure I have everything?
I did manage to contact John Hurst about this problem and he stated that XML support is optional in ASDCPLIB and that you have to enable expat while compiling ASDCPLIB. I have tried it but still the same error comes up. the code for this is ./configure --with expat-
This also links in to what Chris Perry was saying about turning on xml support.
Still not working for me though!!
I thought that I was using the asdcplib from cinecert for the MXF creation but the XML creation was done using the opencinematools elements. If this is not the case, why use opencinematools at all if asdcplib can do it?
1. Invalid CompositionPlaylist or PackingList file
What is your CPL.xml file?
2. XML support in ASDCPLIB
You need to ensure you have an XML parser lib installed, like xerces or expat.
You then need to run ./configure with the appropriate XML lib enabled (--with-expat-lib or --with-xerces-lib).
This is only needed if you are doing timed-text files(closed captioning or subtitles)
3. Opencinematools vs asdcplib
asdcplib wraps/creates an MXF container around your content (audio, video)
opencinematools creates the XML files used to describe a "playlist" or collection of mxf wrapped pieces.
Having spoken to Chris Perry, there seems to be an issue with the Kumu library on Open Cinema Tools (OCT).
http://code.google.com/p/opencinemat...s/detail?id=25
He explains how to rebuild the app correctly for Linux.
It seems that the problem is that the Kumu library is not deployed correctly for the OSX build, or more to the point, it is not deployed at all in the OSX version. Therefore the easiest solution is to find a version of Kumu for OSX. (I am repeating what Chris said but I must confess I don't understand all of it)
So, in short, we need the help of the gods to get the OSX version off the ground. ( I hope Wolfgang is reading this.)
Last edited by Christopher Lowden; 04-24-2010 at 04:15 AM.
Christopher,
Kumu is part of asdcplib. Get the latest release (http://www.cinecert.com/asdcplib/asdcplib-1.5.32.tar.gz) and install. Then try changing 2 lines in opencinematools-1.1.2/build/macosx/build.tcsh:
* Change
$compileCmd -o ../../bin/mkpkl.o ../../src/mkpkl.cpp -I${PREFIX}/include
* to
$compileCmd -o ../../bin/mkpkl.o ../../src/mkpkl.cpp -I${PREFIX}/include -D_FILE_OFFSET_BITS=64
* and
$compileCmd -o ../../bin/mkmap.o ../../src/mkmap.cpp -I${PREFIX}/include
* to
$compileCmd -o ../../bin/mkmap.o ../../src/mkmap.cpp -I${PREFIX}/include -D_FILE_OFFSET_BITS=64
and rebuild the opencinematools binaries.
Christopher,
I have compiled everything on OSX, so it does work. As Wolfgang stated Kumu is part of asdcplib. What is your email? I will send you all of my versions, which hopefully you can compile.
| « Previous Thread | Next Thread » |