Hacker News new | ask | show | jobs
by yakattak 335 days ago
Honestly what a great application of LLMs. FFmpeg is a very powerful tool, and as with most powerful tools is very complicated to run correctly. Do the files get uploaded though? Or does it just grab the location on disk?
2 comments

Nothing is uploaded, everything runs locally.
This appears to use ffmpeg.wasm
Therefore you lose any hardware acceleration I guess? I'd prefer to run an actual native ffmpeg on my machine, but of course then there's the security issue of copy-pasting a command line of "unknown" origin...