Problem with CSV cue list import

Post Reply
moles93
Posts: 1
Joined: Sun May 19, 2019 7:00 pm

Problem with CSV cue list import

Post 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!
Schulze
Support
Support
Posts: 304
Joined: Fri Mar 22, 2019 4:21 pm
Contact:

Re: Problem with CSV cue list import

Post 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!
Post Reply