How to use from
Hermes Agent
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama-server -hf kingjux/ffmpeg-command-generator-v2-gguf:
Configure Hermes
# Install Hermes:
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
hermes setup
# Point Hermes at the local server:
hermes config set model.provider custom
hermes config set model.base_url http://127.0.0.1:8080/v1
hermes config set model.default kingjux/ffmpeg-command-generator-v2-gguf:
Run Hermes
hermes
Quick Links

FFmpeg Command Generator V2 (GGUF)

GGUF conversion of kingjux/ffmpeg-command-generator-v2.

Usage with Ollama

# Download
huggingface-cli download kingjux/ffmpeg-command-generator-v2-gguf ffmpeg-command-generator-v2-q4_k_m.gguf

# Create Modelfile
cat > Modelfile << EOF
FROM ./ffmpeg-command-generator-v2-q4_k_m.gguf
SYSTEM "You are an expert FFmpeg engineer. Think through the solution step-by-step in <think> tags, then output the correct ffmpeg command in a bash code block."
EOF

# Create and run
ollama create ffmpeg -f Modelfile
ollama run ffmpeg "Convert input.mp4 to 720p H.264"
Downloads last month
63
GGUF
Model size
0.5B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for kingjux/ffmpeg-command-generator-v2-gguf

Quantized
(220)
this model