opendcp icon indicating copy to clipboard operation
opendcp copied to clipboard

Double Posts of Assets

Open GoogleCodeExporter opened this issue 9 years ago • 1 comments

*Please fill in all defect information below.*

Product Version:0.29.0
GUI or CLI: CLI
Operating system: Win XP SP3

What steps will reproduce the problem?
1.Take any video that woks normally
2.Pre mxf, divide the video frames into several sub-groups
3. Make separate mxf files of each group
4. re-Assemble the groups back top a completed film as a set of reels
5. look at assetMap, and packing list

What is the expected output?
Only one of each physical asset in the packinglist and Assetmap
Duplication should be present (sound) in the Composition file

What is actual output?
The Sound is listed in the packinglist and Assetmap repeatedly one for each 
use. These are Identical assets listings
    <Asset>
      <Id>urn:uuid:6ba</Id>
        ...
          <Path>sound.mxf</Path>
        ... 
    </Asset>
    <Asset>
      <Id>urn:uuid:6ba</Id>
        ...
          <Path>sound.mxf</Path>
        ... 
    </Asset>


Please provide any additional information below.
It seems as though openDCP_xml just iterates the commands its given and does 
not look to see if the asset is already present, from a previous command.

I've already posted the offset-perreel-issue 227 
http://code.google.com/p/opendcp/issues/detail?id=227    so I won't discus that 
here. You will need to manual adjust the sound offset for each reel.



This is simply breaking down a film for transport. (20min per reel for 
film, xxMB per reel for digital).  Sound is so small it likely doesn't need to 
be divided.




Original issue reported on code.google.com by [email protected] on 20 Feb 2014 at 3:22

GoogleCodeExporter avatar Mar 13 '15 16:03 GoogleCodeExporter

Thank-you. I will look into this.

Original comment by [email protected] on 20 Feb 2014 at 6:33

  • Changed state: Accepted

GoogleCodeExporter avatar Mar 13 '15 16:03 GoogleCodeExporter