Quantcast
Viewing all articles
Browse latest Browse all 8789

Extract mp3 xmp Marker startTime to csv file

Hi,

 

I was previously using soundbooth to export marker times to a xml file which I then modified a ruby script to parse and pull out the times to create a text file with the marker times separated by a comma.

 

Unfortunatly Audition doesn't export xml for markers and I no longer have soundBooth. I've been trying to find out if I can make a similar script in extendscript to work with the marker data stored as xmp within a mp3 file. Xmp is pretty over my head. Someone posted up a script to modify xmpmeta data of a file in bridge but I don't think bridge recognizes the markers.

 

a segment of the mp3 data looks like this:

 

       xmpDM:trackName="CuePoint Markers"

       xmpDM:trackType="Cue"

       xmpDM:frameRate="f44100">

      <xmpDM:markers>

       <rdf:Seq>

        <rdf:li

         xmpDM:startTime="4529"

         xmpDM:name="Marker 13"/>

        <rdf:li

         xmpDM:startTime="16031"

         xmpDM:name="Marker 14"/>

          ect...

 

Ideally, I'd want the script to create a text file with the same name of the mp3 file and contain "4529, 16031, ect...."

 

Any help would be greatly appreicated.


Viewing all articles
Browse latest Browse all 8789

Trending Articles