You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

highlight-pipeline-userstories.org 1.1 KiB

12345678910111213141516171819202122232425262728293031
  1. * User Stories & Epics
  2. ** Magnum Epic
  3. As a *person who produces gaming videos*,
  4. I want to *automatically (or with minimal input) generate highlights from these videos*,
  5. so that *I don't have to spend hours doing that myself*
  6. TODO: rephrase last part.
  7. ** Adjust Feature-Selection Duration
  8. Example context: an extracted feature (eg laughter) has too short a clip and the introduction to the joke was missed (or runs too long)
  9. As *the person creating the videos*,
  10. I want to *fix the duration of a particular segment*,
  11. So that *the introduction to a joke wasn't missed in the highlight*
  12. ** Select / Reject Clips
  13. Example context: clips selected by feature extractors are not wanted in the final highlight clip.
  14. ** Limit Input Clips
  15. Example context: an input video has a part at the start or the end that the user doesn't want to include
  16. As *the person supplying videos for highlights*,
  17. I want to *exclude part of the source video(s)*,
  18. So that *bits I don't want to be part of the output are not present*
  19. Additional thought: what about the middle? Might it make sense to have full regions (intervals!) that are `blacklisted' from being part of the output?