Forum Replies Created

  • Steve Thompson

    April 20, 2010 at 6:44 pm in reply to: Imported markers from XML are invisible?!?!?!

    This is similar to what I did, but I read the edits (the particular sequences I am processing are cuts only) from the XML and wrote the marker tags as noted in the code section below. I did this in Applescript, but using similar techniques you could read a csv exported from Excel and generate the necessary XML code and insert it into your sequence XML.

    <marker>
    <name>Marker Name</name>
    <comment> &lt;COMMENT (i.e. CHAPTER)></comment>
    <color>
    <alpha>0</alpha>
    <red>127</red>
    <green>0</green>
    <blue>255</blue>
    </color>
    <in>503</in>
    <out>-1</out>
    </marker>

    Steve Thompson
    https://www.richcreamerygoodness.com

  • Steve Thompson

    April 19, 2010 at 11:57 pm in reply to: Imported markers from XML are invisible?!?!?!

    Ha. Well I guess I didn’t pay attention and the forum parsers parsed my xml. In the mean time, I solved my issue. I was writing markers with RGB values 127,127,255 and they should have been 127,0,255. I guess I was creating an invalid marker color for FCP and thus it was invisible.

    It always seems to require making a forum post before you can step back and see your mistake right in front of your nose!

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy