|
Bogdan Timofte
authored
9 months ago
|
1
|
# TODO
|
|
|
2
|
|
|
|
3
|
## Tasks
|
|
|
4
|
|
|
|
5
|
1. **QuickTime Local Time from GPS Metadata**
|
|
|
6
|
- When processing QuickTime files, use GPS metadata (if available) to determine the local time zone and convert the UTC timestamp to local time accordingly.
|
|
|
7
|
- Fallback to system timezone if GPS data is not present.
|
|
|
8
|
|
|
|
9
|
2. **Implicit Behavior Selection**
|
|
|
10
|
- Define and document the script's default behavior when no explicit directives/arguments are provided.
|
|
|
11
|
- Allow users to override defaults via command-line arguments.
|
|
|
12
|
- Ensure stability and predictability in all cases.
|
|
|
13
|
|
|
|
14
|
---
|
|
|
15
|
|
|
|
16
|
(Feel free to expand with subtasks or implementation notes.)
|