Re: [media-and-entertainment] Frame accurate seeking of HTML5 MediaElement (#4)

Because this thread is way too long. I didn't read them all.
Let me provide one more use case

## Subtitle Editing software
I want to build a Subtitle Editing software using **Electron.js**
because Aegisub is not good enough. (hotkey, night mode, etc)

### The point is:
I want build something that simple but able to improve one part of workflow.
not aim to replace Aegisub. because they have way to many feature.

### So
Frame by frame and precise control to millisecond like 00:00:12:333 is important.

## Here is my design (it's screenshot from Invision Studio, not an actually desktop)
![image](https://user-images.githubusercontent.com/1804755/55681463-7451f380-5959-11e9-8887-407c4db20d15.png)

## I design many version because I want this to be beautiful
![image](https://user-images.githubusercontent.com/1804755/55681609-d4956500-595a-11e9-93b6-e7fb59de1f9d.png)


## Here is Electron app (an actually working app)
![image](https://user-images.githubusercontent.com/1804755/55681531-0659fc00-595a-11e9-97b6-f66d1626dcf7.png)

### as you can see the Electron app is still Work in Progress. half-built.
and now I found out there are no Frame by frame and precise control to millisecond like 00:00:12:333
![image](https://user-images.githubusercontent.com/1804755/55681569-605ac180-595a-11e9-8b58-acb5f8a221dd.png)
which is very bad..

## Conclusion
use some hack like `<canvas>` or build Native app (OC & Swift on XCode)



-- 
GitHub Notification of comment by 1c7
Please view or discuss this issue at https://github.com/w3c/media-and-entertainment/issues/4#issuecomment-480574258 using your GitHub account

Received on Sunday, 7 April 2019 09:31:56 UTC