GitHub - scottvr/wtffmpeg: a toy that has a local llm spit out ffmpeg commands from natural language prompts on the command-line
wtffmpeg - Natural Language to FFmpeg Translator
wtffmpeg is a command-line tool that uses a local Large Language Model (LLM) to translate plain English descriptions of video and audio tasks into executable ffmpeg commands.
Stop searching through Stack Overflow and documentation for that one specific ffmpeg flag. Just ask for what you want.
Example:
> wtff "convert my_video.avi to mp4 with no sound"
Loading model... (this may take a moment)
Model loaded. Generating command...
--- Generated ffmpe...
Read more at github.com