This site attempts to solve that. You just describe what you want to do, pick the input files and an LLM (currently DeepSeek) generates the FFmpeg command. You can then run it directly in your browser or use the command elsewhere.
This site attempts to solve that. You just describe what you want to do, pick the input files and an LLM (currently DeepSeek) generates the FFmpeg command. You can then run it directly in your browser or use the command elsewhere.
I use it a lot to convert videos and turn a folder of tiff files into pngs at 1/2 size, etc. It's great at generating FFMEG commands and chaining the right tools together.
Just for my own development curiosity, was there anything specific you had to do to get ffmpegwasm to work?
https://news.ycombinator.com/item?id=40410637
I then made a more general version of it for all commands:
https://github.com/dheera/scripts/blob/master/helpme
Example usage:
$ helpme ffmpeg assemble all the .jpg files into an .mp4 timelapse video at 8fps
I'm sorry Dave, I'm afraid I cannot do that
It suggested various things to try, and after pasting in the error messages each time it suggested more and more radical things. Eventually it suggested a program called Untrunc, where you give it a working video file as a reference and then the file that's faulty and as if by magic it worked!
Just wanted to mention this in case anyone else is struggling to get FFmpeg to repair a file.
orderone_ai•8h ago