# TODO

## Tasks

1. **QuickTime Local Time from GPS Metadata**
   - When processing QuickTime files, use GPS metadata (if available) to determine the local time zone and convert the UTC timestamp to local time accordingly.
   - Fallback to system timezone if GPS data is not present.

2. **Implicit Behavior Selection**
   - Define and document the script's default behavior when no explicit directives/arguments are provided.
   - Allow users to override defaults via command-line arguments.
   - Ensure stability and predictability in all cases.

---

(Feel free to expand with subtasks or implementation notes.)
