From 5f083e4fb309282cb14752419da1348d9e91bad4 Mon Sep 17 00:00:00 2001 From: Nicolas Gonzalez Date: Sun, 18 Nov 2018 14:17:32 -0600 Subject: [PATCH] Updated README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 02975884..96c17151 100644 --- a/README.md +++ b/README.md @@ -375,6 +375,10 @@ Add video filter For more details on these filters refer to the [iOS docs](https://developer.apple.com/library/archive/documentation/GraphicsImaging/Reference/CoreImageFilterReference/index.html#//apple_ref/doc/uid/TP30000136-SW55). +Notes: +1. Using a filter can impact CPU usage. A workaround is to save the video with the filter and then load the saved video. +2. Video filter is currently not supported on HLS playlists. + Platforms: iOS #### fullscreen