1
0
Fork 0
peertube/server/lib/activitypub
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
..
process Upsert cache file on create activity 2018-10-02 14:40:03 +02:00
send Improve redundancy: add 'min_lifetime' configuration 2018-09-24 13:38:39 +02:00
actor.ts Check video channel name is unique on our instance 2018-10-01 15:20:14 +02:00
audience.ts Improve redundancy: add 'min_lifetime' configuration 2018-09-24 13:38:39 +02:00
cache-file.ts Upsert cache file on create activity 2018-10-02 14:40:03 +02:00
crawl.ts Set bitrate limits for transcoding (fixes #638) (#1135) 2018-10-08 16:26:04 +02:00
index.ts Split files in activitypub server 2018-05-25 11:33:04 +02:00
share.ts Add federation to ownership change 2018-09-04 10:49:53 +02:00
url.ts Don't build redundancy urls with "-1" as fps 2018-10-01 18:40:17 +02:00
video-comments.ts Fix federation with a comment reply 2018-09-27 11:05:50 +02:00
video-rates.ts Add refresh video on search 2018-08-27 09:41:54 +02:00
videos.ts Try to improve redundancy tests 2018-10-02 09:04:19 +02:00