Thread: Digital Cinema Package

Reply to Thread
Page 16 of 50 FirstFirst ... 612131415161718192026 ... LastLast
Results 151 to 160 of 491
  1. #151  
    Sadly not. We need the help of the gods.
    Reply With Quote  
     

  2. #152  
    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
    Reply With Quote  
     

  3. #153  
    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.
    Reply With Quote  
     

  4. #154  
    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?
    Reply With Quote  
     

  5. #155  
    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!!
    Reply With Quote  
     

  6. #156  
    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?
    Reply With Quote  
     

  7. #157  
    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.
    Reply With Quote  
     

  8. #158  
    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.
    Reply With Quote  
     

  9. #159  
    Senior Member
    Join Date
    Oct 2008
    Location
    Munich
    Posts
    168
    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.
    Reply With Quote  
     

  10. #160  
    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.
    Reply With Quote  
     

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts