mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 01:39:37 +02:00
Support only ffmpeg >= 4.3
We have issues with video import when merging vp9 in mp4 container with lower versions
This commit is contained in:
parent
9ef3aeac37
commit
aca96f8007
2 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue