While I've trimmed and compressed my recorded talk for #emacsconf2022, I'm wondering about captioning it. I have the transcript, but do I need to add the timings and create a SRT file? Then what, one of the online services, or is there a better way?
@howard but if you're curious, here's my process: https://media.emacsconf.org/2022/backstage/editing-captions.html
@lxo your approach reminds me of how I made https://github.com/sachac/emacsconf-2020-emacs-news-highlights . In that one, I used emms to get the timestamps, so I could easily pause or rewind. I've also played around with waveforms: https://github.com/sachac/waveform-el
@sachac @lxo Also I didn't know `ffmpeg` could do a waveform view, but that's a little less astonishing than the whole UI you built.