Model Releases
mtmd : add video input support by ngxson · Pull Request #24269 · ggml-org/llama.cpp
PR #24269 added native video input to llama.cpp's multimodal (mtmd) system, merging on June 8, 2026. The implementation uses FFmpeg as a subprocess to decode video frames and expands a single video ma
PR #24269 added native video input to llama.cpp's multimodal (mtmd) system, merging on June 8, 2026. The implementation uses FFmpeg as a subprocess to decode video frames and expands a single video marker into multiple frames during tokenization, allowing any existing vision model to support video without modification. FFmpeg is kept as a separate external dependency to avoid bundling codec licensing complications into llama.cpp.
Source: r/LocalLLaMA | 2026-06-08