You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
- 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
13
13
14
-
###Changed
14
+
###Changed
15
15
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)
16
20
- Using openZIM Python bootstrap conventions (including hatch-openzim plugin) #120
17
21
- Add support for Python 3.12, drop Python 3.7 support #118
18
22
- Replace "iso-369" by "iso639-lang" library
19
23
- 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)
0 commit comments