Skip to content

Commit

Permalink
Merge pull request #51 from landamessenger/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
efraespada authored Nov 9, 2024
2 parents 79c5dc8 + 25afb81 commit 0d03e7a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.3.26
## 1.3.27

* Fixed decompression size.
* Added [CLI](https://pub.dev/packages/zstandard_cli) support.
Expand Down
7 changes: 7 additions & 0 deletions media/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Refresh the gif with:

```bash
brew install ffmpeg

ffmpeg -i input.mov -filter_complex "[0:v]setpts=PTS/4,fps=1,scale=480:-1,split[s1][s2];[s1]palettegen[p];[s2][p]paletteuse" -t 40 output.gif
```
Binary file added media/input.mov
Binary file not shown.
Binary file added media/output.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion zstandard_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.3.26
## 1.3.27

* Fixed decompression size.
* Added [CLI](https://pub.dev/packages/zstandard_cli) support.
Expand Down
2 changes: 1 addition & 1 deletion zstandard_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: zstandard_platform_interface
description: A common platform interface for the zstandard plugin.
version: 1.3.26
version: 1.3.27
homepage: https://landamessenger.com
repository: https://github.com/landamessenger/zstandard/tree/master/zstandard_platform_interface

Expand Down

0 comments on commit 0d03e7a

Please sign in to comment.