]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Support only ffmpeg >= 4.3
authorChocobozzz <me@florianbigard.com>
Tue, 27 Sep 2022 09:12:40 +0000 (11:12 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 27 Sep 2022 09:12:40 +0000 (11:12 +0200)
We have issues with video import when merging vp9 in mp4 container with
lower versions

CHANGELOG.md
support/doc/dependencies.md

index 64b5443ae7082a9e77c0effad6a7ed040802b2f1..9f057c1529336515025cdb0aa1660a53ecc6853b 100644 (file)
@@ -5,6 +5,7 @@
 ### IMPORTANT NOTES
 
  * Redis **<** 5.x is not supported anymore
+ * FFmpeg **<** 4.3 is not supported anymore
 
 ### Maintenance
 
index 1973eaae300309e1d140f503069e08e27e73d401..bf53b8080a7481ae97bc62d22d6f4559501aa669 100644 (file)
@@ -10,7 +10,7 @@ Main dependencies version supported by PeerTube:
  * `yarn` >=1.x
  * `postgres` >=10.x
  * `redis-server` >=5.x
- * `ffmpeg` >=4.1
+ * `ffmpeg` >=4.3
 
 
 _note_: only **LTS** versions of external dependencies are supported. If no LTS version matching the version constraint is available, only **release** versions are supported.