diff --git a/CHANGELOG.md b/CHANGELOG.md index 63c893e..13022b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.3.26 +## 1.3.27 * Fixed decompression size. * Added [CLI](https://pub.dev/packages/zstandard_cli) support. diff --git a/media/README.md b/media/README.md new file mode 100644 index 0000000..acae883 --- /dev/null +++ b/media/README.md @@ -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 +``` \ No newline at end of file diff --git a/media/input.mov b/media/input.mov new file mode 100644 index 0000000..f0dd054 Binary files /dev/null and b/media/input.mov differ diff --git a/media/output.gif b/media/output.gif new file mode 100644 index 0000000..e4d97aa Binary files /dev/null and b/media/output.gif differ diff --git a/zstandard_platform_interface/CHANGELOG.md b/zstandard_platform_interface/CHANGELOG.md index 63c893e..13022b1 100644 --- a/zstandard_platform_interface/CHANGELOG.md +++ b/zstandard_platform_interface/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.3.26 +## 1.3.27 * Fixed decompression size. * Added [CLI](https://pub.dev/packages/zstandard_cli) support. diff --git a/zstandard_platform_interface/pubspec.yaml b/zstandard_platform_interface/pubspec.yaml index a97b85e..92b70d5 100644 --- a/zstandard_platform_interface/pubspec.yaml +++ b/zstandard_platform_interface/pubspec.yaml @@ -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