Small Python script to convert Davinci Resolve index export CSV files to YouTube time codes.
Find a file
Caoimhe Chaos 04153991e9 Use manual parsing for time stamps.
Once time stamps exceed 1 hour, the ISO time code decoder doesn't like them
anymore. Instead of interpreting them, it will throw an error saying there are
too many fields. I guess it has a point.

One downside to the approach chosen here is that I had to hardcode the FPS, but
for the most part it doesn't really matter at all since YouTube time codes
don't support sub-second granularity, so this part is discarded anyway.
2026-06-27 02:19:19 +02:00
convert.py Use manual parsing for time stamps. 2026-06-27 02:19:19 +02:00
example.csv Add a small script to convert Davinci chapter markers to YouTube format. 2026-05-31 03:03:33 +02:00
example_output.csv Add a small script to convert Davinci chapter markers to YouTube format. 2026-05-31 03:03:33 +02:00