From e7e9932f6b70c6c955b4ae02ac5a55a634d3d877 Mon Sep 17 00:00:00 2001 From: Rob Hallam <0504004h@student.gla.ac.uk> Date: Thu, 11 Jul 2024 13:13:26 +0100 Subject: [PATCH] [meeting 2] add user stories doc --- highlight-pipeline-userstories.org | 31 ++++++++++++++++++++++++++++++ meetings.org | 6 ++++++ 2 files changed, 37 insertions(+) create mode 100644 highlight-pipeline-userstories.org diff --git a/highlight-pipeline-userstories.org b/highlight-pipeline-userstories.org new file mode 100644 index 0000000..40f39a9 --- /dev/null +++ b/highlight-pipeline-userstories.org @@ -0,0 +1,31 @@ +* User Stories & Epics + +** Magnum Epic + +As a *person who produces gaming videos*, +I want to *automatically (or with minimal input) generate highlights from these videos*, +so that *I don't have to spend hours doing that myself* + +TODO: rephrase last part. + +** Adjust Feature-Selection Duration + +Example context: an extracted feature (eg laughter) has too short a clip and the introduction to the joke was missed (or runs too long) + +As *the person creating the videos*, +I want to *fix the duration of a particular segment*, +So that *the introduction to a joke wasn't missed in the highlight* + +** Select / Reject Clips + +Example context: clips selected by feature extractors are not wanted in the final highlight clip. + +** Limit Input Clips + +Example context: an input video has a part at the start or the end that the user doesn't want to include + +As *the person supplying videos for highlights*, +I want to *exclude part of the source video(s)*, +So that *bits I don't want to be part of the output are not present* + +Additional thought: what about the middle? Might it make sense to have full regions (intervals!) that are `blacklisted' from being part of the output? diff --git a/meetings.org b/meetings.org index c43068e..a9226c2 100644 --- a/meetings.org +++ b/meetings.org @@ -144,3 +144,9 @@ see [[file:highlight-pipeline-planning.org][highlight-pipeline-planning.org]] see [[file:highlight-pipeline-classes.org]] +*** Pipeline User Stories + +see [[file:highlight-pipeline-userstories.org]] + + +* Footnotes