From 285c7c74418296849508c966b672aa7d94f190c4 Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Tue, 1 Jan 2019 22:43:17 +0200 Subject: [PATCH] address issue #13 and remove outdated info --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 26787fe..1d520b9 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,4 @@ bash ./patch.sh -r https://habr.com/post/262563/ -If you experience `CreateBitstreamBuffer failed: out of memory (10)`, then you have to lower buffers number used for every encoding session. If you are using `ffmpeg`, consider using this [patch](https://gist.github.com/Snawoot/70ae403716c698cb86ab015626d72bd4). - - +If you experience `CreateBitstreamBuffer failed: out of memory (10)`, then you have to lower buffers number used for every encoding session. If you are using `ffmpeg`, see option `-surfaces` ("Number of concurrent surfaces") and try value near `-surfaces 8`.