README.md in aviglitch-0.1.5 vs README.md in aviglitch-0.1.6
- old
+ new
@@ -1,13 +1,15 @@
# AviGlitch
-[![Build Status](https://travis-ci.org/ucnv/aviglitch.svg?branch=master)](https://travis-ci.org/ucnv/aviglitch)
+[![Gem Version](https://badge.fury.io/rb/aviglitch.svg)](https://badge.fury.io/rb/aviglitch)
+[![test](https://github.com/ucnv/aviglitch/actions/workflows/ruby.yml/badge.svg)](https://github.com/ucnv/aviglitch/actions/workflows/ruby.yml)
+
AviGlitch destroys your AVI files.
I can't explain why they're going to destroy their own data, but they do.
-You can find a short guide at <http://ucnv.github.com/aviglitch/>.
+You can find a short guide at <https://ucnv.github.io/aviglitch/>.
It provides a way to manipulate the data in each AVI frames.
It will mostly be used for making datamoshing videos.
It parses only container level structure, doesn't parse codecs.
See following urls for details about visual glitch;
@@ -40,8 +42,12 @@
```sh
gem install aviglitch
```
-## Copyright
+## Known issues
-Copyright (c) 2009 - 2014 ucnv. See LICENSE for details.
+- This library doesn't support AVI2 format spec. This means that it will not work as expected for files larger than 1GB.
+
+## License
+
+This library is distributed under the terms and conditions of the [MIT license](LICENSE).