From 69621208c95621ffb451794b44e61885fdaa52f8 Mon Sep 17 00:00:00 2001 From: Rostyslav <> Date: Wed, 20 Dec 2023 15:05:05 +0200 Subject: [PATCH] Updated docs. --- mdDocs/faq.md | 6 ++++++ mdDocs/quickstart.md | 2 ++ 2 files changed, 8 insertions(+) diff --git a/mdDocs/faq.md b/mdDocs/faq.md index eccfa1b5..be8e4236 100644 --- a/mdDocs/faq.md +++ b/mdDocs/faq.md @@ -31,6 +31,8 @@ These are the answers to the most common questions asked about our SDK. - [Is it possible to disable the Trim screen?](#is-it-possible-to-disable-the-trim-screen) - [What are the options of configuring the Sharing screen?](#what-are-the-options-of-configuring-the-sharing-screen) - [Is it possible to disable the transition effects?](#is-it-possible-to-disable-the-transition-effects) +- [How can I convert one or several still images to video programmatically?](#how-can-i-convert-one-or-several-still-images-to-video-programmatically) +- [Is it possible to store localization strings in file other that Localizable.strings?](#is-it-possible-to-store-localization-strings-in-file-other-that-localizable.strings) ### What is the size of Video Editor SDK size? | Options | MB | Note | @@ -713,3 +715,7 @@ Example: **Important Note!** Transition effects are not being played if the closest video (either to the left or to the right of transition icon) is very short. +### How can I convert one or several still images to video programmatically? +If you would like to create a video from UIImage instances without opening the Video Editor, you can use our API SDK tailored for solutions with custom built UI, namely the `exportSlideshowImages` method of `VEExport` class. +### Is it possible to store localization strings in file other that Localizable.strings? +Sometimes other 3rd party dependencies overwrite the `Localizable.strings` file stored in app bundle during compilation. In such cases it is also possible to store the localization strings in `Banuba.strings` file. \ No newline at end of file diff --git a/mdDocs/quickstart.md b/mdDocs/quickstart.md index 2418563f..128c3a0a 100644 --- a/mdDocs/quickstart.md +++ b/mdDocs/quickstart.md @@ -185,6 +185,8 @@ Check out the list of [Frequently Asked Questions](faq.md) to know more about fe [See all dependencies and licenses](3rd_party_licences.md) ## Latest Releases +[1.33.0](https://vebanuba.notion.site/1-33-0-d95f1f10ccf44350b6faa58876aa5e8f) +[1.32.0](https://vebanuba.notion.site/1-32-0-ec5def11ba7545919419bdf861d07531) [1.30.2](https://vebanuba.notion.site/1-30-2-a0ec2ae1eeea42a59c629834f6ec6f7a) [1.30.1](https://vebanuba.notion.site/1-30-1-6b90d19271b741b0b8353f7a1b92d061) [1.30.0](https://vebanuba.notion.site/1-30-0-35e745d478b648199e38e86c432486e4)