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
|
@ -5,6 +5,7 @@
|
|||
### IMPORTANT NOTES
|
||||
|
||||
* Redis **<** 5.x is not supported anymore
|
||||
* FFmpeg **<** 4.3 is not supported anymore
|
||||
|
||||
### Maintenance
|
||||
|
||||
|
|
|
@ -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…
Reference in New Issue