Skip to content

Commit

Permalink
Updated docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rostyslav committed Dec 20, 2023
1 parent 56ea98c commit 6962120
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mdDocs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -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.
2 changes: 2 additions & 0 deletions mdDocs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6962120

Please sign in to comment.