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