PeerTube/server/initializers
Felix Ableitner edb4ffc7e0 Set bitrate limits for transcoding (fixes #638) (#1135)
* Set bitrate limits for transcoding (fixes #638)

* added optimization script and test, changed stuff

* fix test, improve docs

* re-add optimize-old-videos script

* added documentation

* Don't optimize videos without valid UUID, or redundancy videos

* move getUUIDFromFilename

* fix tests?

* update torrent and file size, some more fixes/improvements

* use higher bitrate for high fps video, adjust bitrates

* add test video

* don't throw error if resolution is undefined

* generate test fixture on the fly

* use random noise video for bitrate test, add promise

* shorten test video to avoid timeout

* use existing function to optimize video

* various fixes

* increase test timeout

* limit test fixture size, add link

* test fixes

* add await

* more test fixes, add -b:v parameter

* replace ffmpeg wiki link

* fix ffmpeg params

* fix unit test

* add test fixture to .gitgnore

* add video transcoding fps model

* add missing file
2018-10-08 16:26:04 +02:00
..
migrations Avoid old issue regarding duplicated hosts in db 2018-10-08 11:58:18 +02:00
checker-after-init.ts Fix dnt route 2018-10-01 15:20:13 +02:00
checker-before-init.ts Improve redundancy: add 'min_lifetime' configuration 2018-09-24 13:38:39 +02:00
constants.ts Set bitrate limits for transcoding (fixes #638) (#1135) 2018-10-08 16:26:04 +02:00
database.ts Add user history and resume videos 2018-10-05 11:22:38 +02:00
index.ts Improve redundancy: add 'min_lifetime' configuration 2018-09-24 13:38:39 +02:00
installer.ts Improve redundancy: add 'min_lifetime' configuration 2018-09-24 13:38:39 +02:00
migrator.ts