Installation
Prerequisites
You need three components:
- Python 3.10+ - Core runtime
- FFmpeg - Media processing
- Ollama - Local LLM provider
Quick Setup
For MCP server integration:
Setup Ollama
# Start Ollama
ollama serve
# In another terminal, pull a model
ollama pull llama3.1:latest
Verify Installation
# Test basic functionality
mediallm --version
mediallm --dry-run "convert test.mp4 to mp3"
Next Steps