forked from Keylost/jetson-ffmpeg
-
-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
G.J.R. Timmer edited this page Jun 16, 2026
·
4 revisions
Answers to the recurring questions that show up across the jocover and Keylost trackers, plus what this fork fixes and adds. Each entry follows symptom → cause → resolution/workaround → references, and cites the upstream issues so searchers land here.
Sourced from the 237-fork network sweep — see Fork Network Overview, the full report, and the cross-referenced results.
| Page | Covers |
|---|---|
| Hardware & Platform Limits | 4K encode cap, Orin Nano has no NVENC, mod-16 alignment, VP8 availability |
| Versions & Compatibility | Supported FFmpeg 4.2→8.0 matrix, HEVC-over-RTMP needs ≥ 6.1 |
| Build & Install | pkg-config "nvmpi not found", glibc ≥ 2.34 segfault, Ubuntu 22.04 |
| Performance |
WITH_NVUTILS CPU delta, max-perf-mode speedup, long-decode CPU rise, pool sizing |
| Features & Fork Differences | What this fork fixed vs jocover/Keylost, and the roadmap |
- "Which FFmpeg versions are supported?" → 4.2, 4.4, 6.0, 6.1, 7.0, 7.1, 8.0. See Compatibility.
- "Can the Orin Nano encode?" → No NVENC silicon; decode-only. Details.
- "Encode above 4K fails." → NVENC hardware cap, not software-fixable. Details.
-
"pkg-config can't find nvmpi." →
PKG_CONFIG_PATH+ldconfig. Details. - "Segfault on Ubuntu 22.04 / glibc ≥ 2.34." → fixed in this fork. Details.
🏠 Home · 📦 Repository · 🐞 Issues · 🏷 Releases · 📋 README · 📝 CHANGELOG
Documentation lives in this wiki. To change a doc, edit the relevant wiki page (clone jetson-ffmpeg.wiki.git) — the docs/ folder in the repo has been retired.
📦 Usage & Runtime
❓ FAQ
- Overview
- Hardware & Platform
- Versions & Compatibility
- Build & Install
- Performance
- Features & Fork Differences
🛠 Development
⚙️ CI / Infrastructure
- GitHub Actions
- GitLab CI
- GitHub Runner — Manual
- GitHub Runner — Kubernetes
- GitLab Runner — Manual
- GitLab Runner — Kubernetes
- Release Process
🔬 Project / Fork Analysis