From dd1c6867ade7da9022a4cbce94bc0cc45e14b0ee Mon Sep 17 00:00:00 2001 From: Nicolas Gonzalez Date: Tue, 6 Nov 2018 09:01:10 -0600 Subject: [PATCH] updated save function readme --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec355b10..a3a67323 100644 --- a/README.md +++ b/README.md @@ -902,7 +902,7 @@ Platforms: Android ExoPlayer, Android MediaPlayer, iOS #### save `save(): Promise` -Save video with current filter prop. Returns promise. +Save video to your Photos with current filter prop. Returns promise. Example: ``` @@ -910,6 +910,18 @@ let response = await this.save(); let path = response.uri; ``` +Notes: + - Currently only supports highest quality export + - Currently only supports MP4 export + - Currently only supports exporting to user's cache directory with the file name "Filter.mp4" + - User will need to remove the saved video through their Photos app + +Future: + - Will support multiple qualities through options + - Will support more formats in the future through options + - Will support custom directory and file name through options + + Platforms: iOS #### seek()