qgustavor / fixed-subtitles

Open-Source Subtitle Translation Fixes
https://qgustavor.github.io/fixed-subtitles/
0 stars 0 forks source link

Make editing the subtitles easier #4

Closed qgustavor closed 2 years ago

qgustavor commented 6 years ago

An ideal interface would be one where...

  1. Users can just open a video file and start working;
  2. WYSIWYG;
  3. It works directly in browser;
  4. It supports MKV (which is the most common format);
  5. MP4+ASS/SRT can also be supported (in fact it's simpler to implement);
  6. It returns the fixed files;
  7. It creates patch files;
  8. It integrates with GitHub (so files can be commited directly from the editor);

The bottlenecks:

qgustavor commented 2 years ago

I don't remember if in 2017 GitHub had a good online editor, but currently it does (at least github.dev looks good) so I'm closing this issue.