Update README.md: Add ffmpeg-full requirement

This commit is contained in:
Ramforth
2025-10-31 23:49:21 +01:00
parent c853f0c135
commit a85c9bc150

View File

@@ -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: