Skip to content

Commit 97ff950

Browse files
authored
Polish changelog
1 parent 604e16d commit 97ff950

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- New `disable_metadata_checks` parameter in `zimscraperlib.zim.creator.Creator` initializer, allowing to disable metadata check at startup (assuming the user will validate them on its own) #119
1313

14-
### Changed
14+
### Changed
1515

16+
- Rework the **VideoWebmLow** preset for faster encoding and smaller file size #122
17+
- preset has been bumped to **version 2**
18+
- when using an S3 cache, all videos using this preset will be reencoded and uploaded to cache again (it will replace the same file encoded with preset version 1)
19+
- When reencoding a video, ffmpeg now uses only 1 CPU thread by default (new arg to `reencode` allows to override this default value)
1620
- Using openZIM Python bootstrap conventions (including hatch-openzim plugin) #120
1721
- Add support for Python 3.12, drop Python 3.7 support #118
1822
- Replace "iso-369" by "iso639-lang" library
1923
- Replace "file-magic" by "python-magic" library for Alpine Linux support and better maintenance
20-
- Rework the VideoWebmLow preset for faster encoding and smaller file size (preset has been bumped to version 2)
21-
- When reencoding a video, ffmpeg now uses only 1 CPU thread by default (new arg to `reencode` allows to override this default value)
2224

2325
## Fixed
2426

0 commit comments

Comments
 (0)