PeerTube/server/lib
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
..
activitypub Set bitrate limits for transcoding (fixes #638) (#1135) 2018-10-08 16:26:04 +02:00
cache Improve redundancy: add 'min_lifetime' configuration 2018-09-24 13:38:39 +02:00
job-queue Set bitrate limits for transcoding (fixes #638) (#1135) 2018-10-08 16:26:04 +02:00
schedulers Check video exists before extending its expiration 2018-10-03 15:52:39 +02:00
avatar.ts Fix avatar update 2018-10-08 10:37:43 +02:00
client-html.ts Optimize SQL requests of watch page API endpoints 2018-09-19 09:54:37 +02:00
emailer.ts add user account email verificiation (#977) 2018-08-31 09:18:19 +02:00
oauth-model.ts Cache user token 2018-09-20 11:45:59 +02:00
redis.ts Add user history and resume videos 2018-10-05 11:22:38 +02:00
redundancy.ts Remove duplicated videos on unfollow/delete redundancy 2018-09-28 10:07:05 +02:00
user.ts Add ability to set a name to a channel 2018-08-27 09:41:54 +02:00
video-channel.ts Add ability to set a name to a channel 2018-08-27 09:41:54 +02:00
video-comment.ts expliciting type checks and predicates (server only) 2018-07-25 22:01:25 +02:00
video-transcoding.ts Set bitrate limits for transcoding (fixes #638) (#1135) 2018-10-08 16:26:04 +02:00