tedbarnett / VideoWatcher

An iOS app that allows users to review their video files and highlight favorite moments
2 stars 0 forks source link

Create favorite "clips" #4

Closed tedbarnett closed 1 year ago

tedbarnett commented 1 year ago

Some of my videos are 90 minutes long (eg. a whole videotape from 2001). So making that entire video a "favorite" isn't meaningful. Instead we should be able to highlight clips (eg from 12:01 to 12:46 on a video) and name them ("Ryan's first steps").

tedbarnett commented 1 year ago

image

tedbarnett commented 1 year ago

The full-screen view should include the yellow "clip selection" UI seen above. The button/icons should include "mute on/off" (speaker), "play/pause", "delete video".

If the user changes the clip selection (either end), then a "save clip" button appears. User can still change clip selection while that is visible. When user taps "save clip", a dialog appears asking "Name for this clip?" And a text field. User can enter up to a 200 character name for the clip. Clip should now appear as it's own video in the "Favorites" view.