aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-09-27 11:12:40 +0200
committerChocobozzz <me@florianbigard.com>2022-09-27 11:12:40 +0200
commitaca96f8007a5be97b7cfa36e3fee0b7003b1bcf5 (patch)
treec264ec2f012bf57e82281d3ef539b8d2e2068bb9 /support
parent9ef3aeac3792e67217faf61117606882ff31ddf6 (diff)
downloadPeerTube-aca96f8007a5be97b7cfa36e3fee0b7003b1bcf5.tar.gz
PeerTube-aca96f8007a5be97b7cfa36e3fee0b7003b1bcf5.tar.zst
PeerTube-aca96f8007a5be97b7cfa36e3fee0b7003b1bcf5.zip
Support only ffmpeg >= 4.3
We have issues with video import when merging vp9 in mp4 container with lower versions
Diffstat (limited to 'support')
-rw-r--r--support/doc/dependencies.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md
index 1973eaae3..bf53b8080 100644
--- a/support/doc/dependencies.md
+++ b/support/doc/dependencies.md
@@ -10,7 +10,7 @@ Main dependencies version supported by PeerTube:
10 * `yarn` >=1.x 10 * `yarn` >=1.x
11 * `postgres` >=10.x 11 * `postgres` >=10.x
12 * `redis-server` >=5.x 12 * `redis-server` >=5.x
13 * `ffmpeg` >=4.1 13 * `ffmpeg` >=4.3
14 14
15 15
16_note_: only **LTS** versions of external dependencies are supported. If no LTS version matching the version constraint is available, only **release** versions are supported. 16_note_: only **LTS** versions of external dependencies are supported. If no LTS version matching the version constraint is available, only **release** versions are supported.