Forum Replies Created

  • Pie Mal

    April 5, 2020 at 1:14 pm in reply to: Time Unit Calculation

    Still more years later that Reply was helpful thanks a lot Milivoj Ivkovic

  • Pie Mal

    June 4, 2013 at 3:09 am in reply to: Time Unit Calculation

    okay so…from developer documentation, this only partially answers my question but a start:

    “Time values are expressed as a rational number of seconds with a 64-bit numerator and a 32-bit denominator. Frame rates for NTSC-compatible media, for example, use a frame duration of “1001/30000s” (29.97 fps) or “1001/60000s” (59.94 fps). If a time value is equal to a whole number of seconds, the fraction may be reduced into whole seconds (for example, “5s”).”

    I found this by googling “fcpxml audio tag” and clicking on the pdf

  • Pie Mal

    June 4, 2013 at 2:59 am in reply to: Time Unit Calculation

    Here is another example of one of a video track:

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE fcpxml>
    <fcpxml version="1.0">
    <project>
    <resources>
    <format id="f1" frameDuration="1/29s" width="640.000000" height="480.000000"/>
    <asset id="r1" name="1985-11-10-Berkeley_part_2.m4v" uid="O2wWMxasJdyRavHND5dJ" src="video/1985/1985-11-10-Berkeley_part_2.m4v" start="0/29s" duration="136647/29s" hasVideo="1" hasAudio="1" audioSources="1" audioChannels="2" audioRate="48000.000000"/>
    </resources>
    <clip name="1985-11-10-Berkeley_part_2.m4v" start="0/29s" duration="136647/29s" format="f1">
    <video ref="r1" start="0/29s" duration="136647/29s" offset="0/29s">
    <audio lane="-1" ref="r1" start="0/29s" duration="136647/29s" offset="0/29s" role="dialogue"/>
    </video>
    <marker start="43703/29s" duration="1/29s" value="final thought"/>
    </clip>
    </project>
    </fcpxml>

  • Pie Mal

    June 4, 2013 at 2:50 am in reply to: Time Unit Calculation

    Thanks for the post.

    The duration of this whole track is actually 25:06 min

    I think you’re on to something though, I’m thinking that number is somehow related to the frame/bit rate. These XMLs are meant for tagging video at a particular point in time (relative to audio). If you have any further insight as to the formula I would use to deduce the actual point in time (preferably in units of seconds/milliseconds/minutes) that would be awesome.

    Thanks!

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