Closed sampsyo closed 7 years ago
This also includes an exception handler for the futures, which should catch dumb mistakes such as not having ffmpeg installed. 😇
I added one more commit with another slightly obsessive efficiency improvement: this converts the timestamp to an int "on the fly" to avoid needing multiple passes over the full CSV data before and after sorting.
This also includes an exception handler for the futures, which should catch dumb mistakes such as not having ffmpeg installed. 😇