From 90aa7651e907fa0b7beea8a4c477198c00d15335 Mon Sep 17 00:00:00 2001 From: Xaymar Date: Sun, 29 Aug 2021 23:32:34 +0200 Subject: [PATCH] Create README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2d8c0aa --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# AOM-AV1 Encoder plugin for OBS Studio +This was an early attempt at integrating the AOM AV1 library, which ended up being too slow for any usage, as it was encoding frames in the per-minute ranges, often not even reaching a single frame per minute on top of the line hardware. As it was not worth continuing at that point until lots of progress on AV1 encoding was made, it was archived. This progress has now been made, and a new attempt at offering it to users will be available [in StreamFX](https://github.com/Xaymar/obs-StreamFX/wiki).