Convert Youtube XML annotations to SRT (subtitle format)
It is full client side: only JavaScript and HTML (GUI)
- FileReader (so we don't need a serverside)
- jQuery (for parsing XML)
- Angular (forms and displaying)
You can try this tool here:
https://rawgit.com/germanger/youtubeannotations-to-srt-js/master/index.html
Thanks to rawgit