Improve descriptions in README files, displayed in the main README.md. (#308)

This commit is contained in:
Abe Pazos
2023-04-27 15:53:44 +02:00
committed by GitHub
parent 8cf89d4039
commit f7fda5fab1
25 changed files with 52 additions and 50 deletions

View File

@@ -1,6 +1,6 @@
# orx-video-profiles
A collection of `VideoWriterProfile` implementations that can be used with `ScreenRecorder` and `VideoWriter`
GIF, H265, PNG, Prores, TIFF and Webp `VideoWriterProfile`s for `ScreenRecorder` and `VideoWriter`.
## Usage
@@ -24,7 +24,7 @@ fun main() = application {
}
```
Later use `gifsicle` or similar to further reduce file size. For example:
Then use `gifsicle` or a similar tool to reduce the gif file size. For example:
```
$ gifsicle --loop --delay=4 --colors 16 --optimize=2 heavy.gif >lessheavy.gif