From a85c9bc1502f70471d8ef9299b0c2f9825fa4c69 Mon Sep 17 00:00:00 2001 From: Ramforth Date: Fri, 31 Oct 2025 23:49:21 +0100 Subject: [PATCH] Update README.md: Add ffmpeg-full requirement --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 05c2a0c..126794c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ This project aims to develop a standalone Python application to convert video fi For a detailed breakdown of the project's goals, technical specifications, and development roadmap, please refer to the [DEVELOPMENT_PLAN.md](DEVELOPMENT_PLAN.md) file. +## Requirements + +* **FFmpeg with DNxHR/HD support:** The project requires an `ffmpeg` build that includes support for DNxHR/HD codecs. On Arch Linux (and CachyOS), the `ffmpeg-full` package from the AUR is recommended: + * [ffmpeg-full (AUR)](https://aur.archlinux.org/packages/ffmpeg-full) + ## Inspiration and Acknowledgments This project draws inspiration and insights from existing open-source efforts. We gratefully acknowledge the work of the following authors and their repositories, which we have forked for easier reference during development: