Video tools 18
Trim, merge, compress, rotate and convert video, and pull audio or frames out of it. These use WebCodecs in your browser, so they need a recent Chrome, Edge or Safari and they do not run on the command line. Several copy packets instead of re-encoding, which is faster and lossless.
Video7
Audio5
Frames & GIF4
Overlay2
Questions
Why do the video tools only work in a browser?
They use WebCodecs, which Node has no equivalent of. Running one on the command line refuses with a message pointing at its page. Use a recent Chrome, Edge or Safari.
Do they re-encode my video?
Several do not. Trim, merge, mute, rotate and audio extraction copy packets, which is fast and lossless. Compression, resizing, watermarking and subtitle burn-in decode and re-encode, because they change the pixels.
How large a file can I work on?
The video is held in browser memory, so the limit is your device rather than a rule here. A phone will run out on a long recording sooner than a laptop will. Trimming first is the usual way to make a large file manageable.
What format do I get back?
MP4 for most tools, .m4a for audio extraction, and the conversion tool lets you choose MP4 or WebM. Each page states its output, because guessing wrong wastes a long encode.
Is my video uploaded?
No. Everything happens in the tab. That is the point of the WebCodecs requirement: the encoding hardware in your machine does the work rather than a server you would have to upload to.