Hey,
It would be great to have the exported MP4 highlight files carry embedded metadata: game name, mode/match, date, and possibly the result (kill, win, etc.) and the auto-generated
clip title.
Why this would help:
- It would make it possible to sort/search clips afterwards without relying only on the filename or the in-app history.
- These fields could be picked up by editing tools (Premiere, DaVinci, etc.) or personal scripts to automatically organize clips by game/session.
- Right now, as soon as a clip leaves the Outplayed folder (shared, moved, archived), all context is lost — it's just an anonymous MP4.
Possible implementation:
- Standard MP4 tags (title, comment, genre via the ISO/MP4 container, readable with ffprobe/exiftool), or as a fallback a small sidecar .json/.xmp file if direct embedding is too
constraining.
Thanks!