Quote
Actually there is a way to import time-based events as it's what ScreenRecorder does to set markers above the timeline whenever the mouse was clicked during a recording. I've attached a sample that you can open in Notepad and see the details.
It's an XML file that ends in .mrk and the events need to be formatted like this: <Mouse time="3.76" mousetype="CLICK"/>. As long as you can set up or convert the output to match these tags, you'll be all set.
The next thing you'll need to do is to name it exactly the same as a source clip with a special ending. For example, if your clip is called Clip001.mp4 you'll need to name the markup file Clip001_mp4.mrk so that PD will automatically import the markers with the clip.
The other issue is that the markers will only extend for the duration of the source clip, so if you've got a 30 minute timeline but you only have a 2 minute clip, you'll only get the first 2 minutes of markers. You may need to create a full length MP4 clip (which can simply be recording with the lens cap on for 30 minutes). You won't ever use the content, and as long as that clip is longer than your light show timeline the markers will be imported and displayed as soon as you drag the clip to the timeline.
Optodata,
Thank you very much for digging so deep into this situation. I will attempt to follow your example tomorrow. Tonight; however, I did this wih success:
I took my 56 second Overture song in xlights and
1) went through it writing down in milliseconds where each beat or accent occured
2) wrote an excel file that converts milliseconds in .05 increments (which is how the song is programmed in xlights) to number of frames with a 30fps basis. RE: 1 sec = 30fps, .5 sec=15fps etc
3) Went into PD16 and put timeline markers at those time intervals
4) Opened both PD16 and xlights on side by side laptops and watched to make sure the timing marks were indeed at the correct locations
They were...so that worked and perhaps your method will also. I have 20 minutes total music time so I am looking for the quickest and most accurate solution
Charles
This message was edited 3 times. Last update was at Sep 23. 2020 01:20