DFTi / Scribbeo

Scribbeo on iOS (Available on App Store)
1 stars 0 forks source link

Allow notes in a range, rather than just on a frame #26

Open zedsaeed opened 12 years ago

zedsaeed commented 12 years ago

This is requested by Ramy: Modify Scribbeo so that users are able to add a note or drawing to a range of a video clip. At the moment the notes and drawings are saved on a frame basis. Users should be able to select a range of time on the clip and add a note that pertains to that entire range of video, rather than just a frame in time.

kfatehi commented 12 years ago

Any ideas how this would work from a UI/UX perspective?

mixflame commented 12 years ago

add note type (exact or range)

add note parameter aSecs (start time in seconds)

add note parameter eSecs (end time in seconds)

seek to start time when note is click, but "display" note (somewhere) when time is > aSecs and < eSecs (playing in that time or paused) (?) need clarification

thanks

zedsaeed commented 12 years ago

Indeed. This is something we need to sit down together and decide from a UI and UX angle.