Hacker News new | ask | show | jobs
by laszlov 1283 days ago
LosslessCut looks awesome! I also created a lossless video trimming tool a couple of months ago: https://videotrim.app LosslessCut seems to be more featureful but mine works in the browser without having to install it. It also has the same limitations since cutting times are rounded to the closest keyframes, but this way there's no need to re-encode anything.
1 comments

That's very cool! are you using ffmpeg.js?
Thanks! Yes, it's built on top of ffmpeg.js.