dylman123 / automatic-subtitle-generator-python

A tool to automatically generate subtitles for videos which are editable in Final Cut Pro X.
6 stars 0 forks source link

UX improvements on Subtitle Review screen #24

Open dylman123 opened 4 years ago

dylman123 commented 4 years ago
  1. ~The interface should open a playback pane and a text review pane simultaneously.~
  2. ~The playback pane should have video and audio playback rather than only audio playback.~
  3. The above interfaces should open immediately without an extra button click to "enter" the review screen.
  4. There should be 3 modes within the review screen: a) Start, b) Playback, and c) Edit mode.
  5. The review screen should open in Start mode (video is paused, no text is highlighted).
  6. Clicking "play" should enter Playback mode (video plays, relevant subtitles are highlighted).
  7. Clicking either "pause" or clicking on a subtitle text should enter Edit mode (video is paused, relevant subtitle is highlighted).
  8. Whilst in Edit mode, clicking on a subtitle should play the video which relates to that particular subtitle segment (with 0.5 secs or so buffer played back before the segment) and end playback at the end of that segment. Segment text should highlighted.
  9. Start, End, Duration times should be hidden from the user - they are unnecessary and only add confusion. The only columns that need to be visible are: "Subtitle" and "Speaker".
  10. Speaker names (and associated subtitles) should be coloured according to the prior colouring theme.
dylman123 commented 4 years ago

Also, User should be able to open a .fcpxml file in the app which brings them back to the Review screen.