1. LLMs Excel at Generating FFmpeg Commands
Users praise AI chatbots for iteratively crafting complex commands, outperforming static wrappers.
"HelloUsername: The one good usecase I've found for AI chatbots, is writing ffmpeg commands. You can just keep chatting with it until you have the command you need."
"MattDaEskimo: Now, I can simply ask any LLM to write the command... It really isn't that hard anymore."
"tgsovlerkhgsel: LLMs are a great interface for ffmpeg... creates complex commands much more quickly than manual work."
2. FFmpeg's Complexity Justifies Wrappers or Helpers for Rare Use
Infrequent users avoid memorizing syntax, favoring tools/AI over manuals for efficiency.
"serial_dev: There is no universe where I would like to spend brain power on learning ffmpeg commands by heart."
"rolfus: I'm never going to memorize the commands or syntax for those [tools used 0.3 to 3 times a year]."
"BeetleB: It's not hard - just not a good use of our time... ffmpeg is not a vital tool."
3. Wrappers Risk Hiding Complexity and Suboptimal Defaults
Critics note tools like ezff oversimplify (e.g., unnecessary reencoding), urging verification or learning basics.
"qbow883: 'ff convert video.mkv to mp4' maps to ffmpeg -i video.mkv -y video.mp4 here, which does a full reencode (losing quality...)."
"skydhash: You canβt verify LLMβs output. And thus, any form of trust is faith, not rational logic."
"stevage: [LLMs throw] in extra options... if you don't... check them all, you get... unchecked cruft."