PeerTube/shared/models/videos
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
..
abuse Flat shared module directory 2018-08-14 15:00:01 +02:00
blacklist Flat shared module directory 2018-08-14 15:00:01 +02:00
caption Flat shared module directory 2018-08-14 15:00:01 +02:00
channel Add ability to set a name to a channel 2018-08-27 09:41:54 +02:00
import Flat shared module directory 2018-08-14 15:00:01 +02:00
rate Flat shared module directory 2018-08-14 15:00:01 +02:00
index.ts Set bitrate limits for transcoding (fixes #638) (#1135) 2018-10-08 16:26:04 +02:00
nsfw-policy.type.ts
video-change-ownership-accept.model.ts Users can change ownership of their video [#510] (#888) 2018-09-04 08:57:13 +02:00
video-change-ownership-create.model.ts Users can change ownership of their video [#510] (#888) 2018-09-04 08:57:13 +02:00
video-change-ownership.model.ts Users can change ownership of their video [#510] (#888) 2018-09-04 08:57:13 +02:00
video-comment.model.ts
video-constant.model.ts Implement captions/subtitles 2018-07-16 11:50:08 +02:00
video-create.model.ts Add ability to schedule video publication 2018-06-15 18:20:56 +02:00
video-privacy.enum.ts
video-query.type.ts
video-rate.type.ts
video-resolution.enum.ts Set bitrate limits for transcoding (fixes #638) (#1135) 2018-10-08 16:26:04 +02:00
video-schedule-update.model.ts Add ability to schedule video publication 2018-06-15 18:20:56 +02:00
video-state.enum.ts Add ability to import video with youtube-dl 2018-08-06 11:19:16 +02:00
video-transcoding-fps.model.ts Set bitrate limits for transcoding (fixes #638) (#1135) 2018-10-08 16:26:04 +02:00
video-update.model.ts Add ability to schedule video publication 2018-06-15 18:20:56 +02:00
video.model.ts Add user history and resume videos 2018-10-05 11:22:38 +02:00