Hi,
there is a strange behavior that I´m not sure if it is intended or not. It would be nice if a Apple employee could provide some feedback:
When I use the right-click command "Break Apart Clip Items" on a video clip (not a compound clip) the <video> Node loses it´s <clip> parent Node. For example, this: <clip> <video> <audio/> </clip>
Turns into this: <video> <audio lane="-1"/> </video>
The video node inherits the attributes from it´s previously deleted parent clip node and the audio node get attached to the video node. Now, if I delete the audio item in FCP X and select the video item and choose "New Compound Clip" it behaves as expected and creates a compound clip. The fcpxml equivalent now looks like this:
In FCP X I double click the newly created compound clip and take a look inside. Now I duplicate the video item inside the compound clip by holding alt and dragging it up to the 1st lane. If I leave the compound clip content view and return to the main timeline, the clip is no more a compound clip and I´m not able to view it´s contents. The fcpxml look like this: <clip> <video> < video/> </clip>
My questions are: 1.) Is it a bug or is it intended that the parent clip node is deleted when using "Break Apart Clip Items" on a video clip? Since this behavior only occurs when breaking apart clip items I assume it´s a bug. This does not occur when appending or inserting video-only media from the Event Browser! 2.) If this behavoir is intended how do I differentiate a <video> node that is inside a compound clip and one that is inserted from the Event Browser? Both cases have the same xml structure. This differentiation is important to my app since it decides whether to create a comp layer in After Effects or not. 3.) I assume that not being able to open the compound clip (as mentioned in the last part) is a bug, right?
|