We need to be able to divide MTS files into groups, depending on the recording time and the time of lectures. This problem arises from the fact that we have a 128GB SD card, and we record lectures throughout the weeks. As a consequence, at the end of each week we have a bunch of files of this kind:
We need to be able to divide MTS files into groups, depending on the recording time and the time of lectures. This problem arises from the fact that we have a 128GB SD card, and we record lectures throughout the weeks. As a consequence, at the end of each week we have a bunch of files of this kind:
For each, you can get the date of creation and group it with the help of the lecture schedule.
But I prefer a python (platform independent) implementation. it is highly recommended to write tests (we will connect them to TravisCI soon).