logoalt Hacker News

qingcharlesyesterday at 5:19 PM2 repliesview on HN

One of the best uses of LLMs is to help find the right command line options for tools like ffmpeg.


Replies

alfgtoday at 1:36 AM

Prior to LLMs, I made an ffmpeg command line builder. It definitely doesn't cover everything, but handles simple common tasks quite well.

https://ffmpeg-commander.com

axusyesterday at 5:37 PM

It won't always give you a perfect answer the first time, but it's much better than memorizing the manual or interpreting a forum discussion. Haven't used it for ffmpeg, but lots of other command lines.

show 3 replies