diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-06 17:02:47 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-06 17:02:47 +0200 |
commit | 4b18c7dc0af7b7737c171cf7af0ebc63f1e8ea56 (patch) | |
tree | 412d14f8bb287a9eb0fce326b6ca4754ffaf8bbf | |
parent | 60f1f61579947caab1b1d23646cd4e82691b431c (diff) | |
download | PeerTube-4b18c7dc0af7b7737c171cf7af0ebc63f1e8ea56.tar.gz PeerTube-4b18c7dc0af7b7737c171cf7af0ebc63f1e8ea56.tar.zst PeerTube-4b18c7dc0af7b7737c171cf7af0ebc63f1e8ea56.zip |
Add note in changelog regarding ffmpeg 4.4
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 297af7a8d..ef0ec39bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -4,6 +4,7 @@ | |||
4 | 4 | ||
5 | ### IMPORTANT NOTES | 5 | ### IMPORTANT NOTES |
6 | 6 | ||
7 | * **Important:** Due to a bug in ffmpeg, PeerTube is not compatible with ffmpeg 4.4. See https://github.com/Chocobozzz/PeerTube/issues/3990 | ||
7 | * By default, HLS transcoding is now enabled and webtorrent is disabled. We suggest you to reflect this change. | 8 | * By default, HLS transcoding is now enabled and webtorrent is disabled. We suggest you to reflect this change. |
8 | See [the documentation](https://docs.joinpeertube.org/admin-configuration?id=webtorrent-transcoding-or-hls-transcoding) for more information | 9 | See [the documentation](https://docs.joinpeertube.org/admin-configuration?id=webtorrent-transcoding-or-hls-transcoding) for more information |
9 | * PeerTube client now displays bigger video thumbnails. | 10 | * PeerTube client now displays bigger video thumbnails. |