Hacker News new | ask | show | jobs
by throw_m239339 1389 days ago
Looks good, can you tell us more about the tech behind it? Are you running FFMPEG in the browser or something?
1 comments

I use a WebAssembly build of FFmpeg to extract the streams and packets from the video files and as a fallback for some codecs. But most of the decoding/encoding is done with WebCodecs which in most cases has access to hardware acceleration so can be much faster than ffmpeg.