From e73ce9fdf1705805b9becbbc314898f5a1d657f8 Mon Sep 17 00:00:00 2001 From: Hugoved Date: Thu, 23 Apr 2026 14:51:28 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c9f444..df6be06 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ A Python-based tool for downloading and reconstructing media from **Microsoft Sm * Generates valid **MP4/PIFF initialization segments** * Supports **DRM metadata (PlayReady / Widevine PSSH)** * Automatic bitrate probing for better track selection +* **FPS detection from codec private data (AVC / HEVC)** +* Improved codec parsing and stream metadata accuracy * Interactive track selection --- @@ -20,11 +22,12 @@ A Python-based tool for downloading and reconstructing media from **Microsoft Sm * Python 3.9+ * `requests` * `inquirer` (optional, for interactive menu) +* `bitstring` (required for advanced codec parsing) Installation: ```bash -pip install requests inquirer +pip install requests inquirer bitstring ``` --- @@ -49,7 +52,7 @@ Some features were added to expand the scope of the project beyond its initial p ## Issues and Support If you encounter any issues, please open an issue in the repository. -Support and maintenance will be provided as time permits. +I will try to provide support and maintain this project as time permits. ---