FFmpeg in plain english

Came across this useful little AI tool that combines AI and the FFmpeg Webassembly project. The tools itself is pretty simply, add a file, write a prompt of what you want to accomplish with FFmpeg and the service sends the prompt to a GPT model and returns a FFmpeg command you can run right in your browser to do run on the file you gave it. The file itself never leaves your browser from what I can see in Chrome Network Tools, the only request is te GPT call to fiquire out what you want FFmpeg to do.

It is a clever idea. I am often asking ChatGPT what the command to do this or that is in FFmpeg. Not sure how well this tool would work on larger files, but if you are trying to process your full length feature film or something you are probably not using FFmpeg in the browser.

If you want to give it a try visit FFmpeg in plain english. Might just be the thing you need for that quick conversion job.