MADRIX Forum • Problem with CSV cue list import
Page 1 of 1

Problem with CSV cue list import

Posted: Sun May 19, 2019 7:03 pm
by moles93
Hello everybody

Please help me,

I’m trying to import a csv file in a cue list whit 200 cues…
All works good, the problem is the timecode

If I insert in the csv timecode 00:00:36:05 Madrix not allow it, Madrix allowed if I wrote 36200

What is the conversion that I need to adopt?

So, in timecode I need to convert my timecode hh:mm:ss:ff to the allowed Madrix format?

The rest of the tab is perfect, I can load all the information, but i can't load the correct timecode…
Which language I need to convert it?

Please, a cooffe for who solve my problem!

Re: Problem with CSV cue list import

Posted: Mon May 20, 2019 10:36 am
by Schulze
Hi moles93,

The timecode has to be assigned in milliseconds in the CSV-file (CSV-Cuelists are millisecond-based).

For example (framerate is 25 frames per second), which means one frame is 40 ms long:
Therefore you need to convert the frames (5 frames) into milliseconds, by multiplying them with the factor of 40 ms per frame, which results in 200 ms.

Have a nice day!