mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Implement video transcoding on server side
This commit is contained in:
8
shared/models/videos/video-resolution.enum.ts
Normal file
8
shared/models/videos/video-resolution.enum.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export enum VideoResolution {
|
||||
ORIGINAL = 0,
|
||||
H_240P = 240,
|
||||
H_360P = 360,
|
||||
H_480P = 480,
|
||||
H_720P = 720,
|
||||
H_1080P = 1080
|
||||
}
|
||||
Reference in New Issue
Block a user