Show HN: Automagically synchronize subtitles with video, in-browser clientside

smacke1 pts0 comments

Input a video and subtitle file, receive a synchronized output, no need to mess with python environments are dependencies (which historically was a challenge for ffsubsync users). This works thanks to ffmpeg.wasm to extract audio + pyodide for all the python dependencies (including one I had to compile to webassembly myself in order to get voice audio detection, since all I had was the webrtc-vad source code!)

video python dependencies audio show automagically

Related Articles