From 45b6da089f7d90e552601080a8137358aba026b0 Mon Sep 17 00:00:00 2001 From: Omar Haris Date: Mon, 11 Mar 2024 06:07:35 +0300 Subject: [PATCH] update docs --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index ffaa144..7ddd0ec 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,16 @@ The Rasboa philosophy is built on the idea of components, meaning that each part | SafeGuard | ⬜️ In Progress | Offers protection on all Rasbora systems, with alerts for abuse, authentication, and authorization. | Enterprise | | CrashReporter | ⬜️ In Progress| Reporting crash details and performance alerts in the event of system crashes.| Enterprise | +## Transcoding Strategies + +Currently, we are focused on developing support for various encode/decode strategies tailored to different workload needs: + +| Name | Status | Responsibility | Edition | +|------------------|-----------------|----------------------------------------------------------------------------------|-----------| +| A-Z/File | ✅ Ready | Processes a single video file, decoding and encoding the entire file to produce multiple quality versions. | Community | +| S-C/File | ⬜️ In Progress | Divides video files into small chunks; multiple instances of VideoTranscoding work on different chunks, later reassembling them into one video file with multiple qualities. | Enterprise | +| F-F/File | ⬜️ In Progress | Analyzes video files and generates frames; each VideoTranscoding instance works on frames, later reassembling them into a video file with multiple qualities. | Enterprise | + ## Prerequisites Here is what you need to be able to run Rasbora.