| 1 | """ |
| 2 | Converts a dataset of mp4 videos into a dataset of video frames |
| 3 | I.e. a directory of mp4 files becomes a directory of directories of frames |
| 4 | This speeds up loading during training because we do not need |
nothing calls this directly
no test coverage detected