Small Python script to convert Davinci Resolve index export CSV files to YouTube time codes.
- Python 100%
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. |
||
|---|---|---|
| convert.py | ||
| example.csv | ||
| example_output.csv | ||