Support only ffmpeg >= 4.3

We have issues with video import when merging vp9 in mp4 container with
lower versions
pull/5325/head
Chocobozzz 2022-09-27 11:12:40 +02:00
parent 9ef3aeac37
commit aca96f8007
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
### IMPORTANT NOTES
* Redis **<** 5.x is not supported anymore
* FFmpeg **<** 4.3 is not supported anymore
### Maintenance

View 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.