How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf kingjux/ffmpeg-command-generator-v2-gguf:
# Run inference directly in the terminal:
llama-cli -hf kingjux/ffmpeg-command-generator-v2-gguf:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf kingjux/ffmpeg-command-generator-v2-gguf:
# Run inference directly in the terminal:
llama-cli -hf kingjux/ffmpeg-command-generator-v2-gguf:
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf kingjux/ffmpeg-command-generator-v2-gguf:
# Run inference directly in the terminal:
./llama-cli -hf kingjux/ffmpeg-command-generator-v2-gguf:
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf kingjux/ffmpeg-command-generator-v2-gguf:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf kingjux/ffmpeg-command-generator-v2-gguf:
Use Docker
docker model run hf.co/kingjux/ffmpeg-command-generator-v2-gguf:
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
52
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
(202)
this model