From b7085c713220c9c5a96c9bb77330c2ba6ae9274e Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Thu, 24 Dec 2020 18:02:04 +0100 Subject: add support for 1440p (Quad HD/QHD/WQHD) videos --- server/tests/api/videos/audio-only.ts | 1 + server/tests/api/videos/video-hls.ts | 1 + 2 files changed, 2 insertions(+) (limited to 'server/tests/api/videos') diff --git a/server/tests/api/videos/audio-only.ts b/server/tests/api/videos/audio-only.ts index 294a00112..7ddbd5cd9 100644 --- a/server/tests/api/videos/audio-only.ts +++ b/server/tests/api/videos/audio-only.ts @@ -36,6 +36,7 @@ describe('Test audio only video transcoding', function () { '480p': false, '720p': false, '1080p': false, + '1440p': false, '2160p': false }, hls: { diff --git a/server/tests/api/videos/video-hls.ts b/server/tests/api/videos/video-hls.ts index f3dbbb114..d1720d0d9 100644 --- a/server/tests/api/videos/video-hls.ts +++ b/server/tests/api/videos/video-hls.ts @@ -202,6 +202,7 @@ describe('Test HLS videos', function () { '480p': true, '720p': true, '1080p': true, + '1440p': true, '2160p': true }, hls: { -- cgit v1.2.3