mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Don't use min FPS, throw instead
Avoir creating a big output from a very low FPS input file
This commit is contained in:
@@ -346,7 +346,7 @@ const VIEW_LIFETIME = {
|
||||
let CONTACT_FORM_LIFETIME = 60000 * 60 // 1 hour
|
||||
|
||||
const VIDEO_TRANSCODING_FPS: VideoTranscodingFPS = {
|
||||
MIN: 10,
|
||||
MIN: 1,
|
||||
STANDARD: [ 24, 25, 30 ],
|
||||
HD_STANDARD: [ 50, 60 ],
|
||||
AVERAGE: 30,
|
||||
|
||||
Reference in New Issue
Block a user