aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/job-queue/handlers/video-file.ts
Commit message (Collapse)AuthorAgeFilesLines
* Rename video-file job to video-transcodingChocobozzz2019-03-191-204/+0
|
* Upgrade server dependenciesChocobozzz2019-02-211-1/+1
|
* Add player mode in watch/embed urlsChocobozzz2019-02-111-1/+1
|
* Add hls support on serverChocobozzz2019-02-111-10/+49
|
* don't notify prior to scheduled updateJosh Morel2019-02-071-3/+7
| | | | also increase timeouts on user-notification test
* Add import finished and video published notifsChocobozzz2019-01-091-8/+16
|
* Add notification settings migrationChocobozzz2019-01-091-7/+11
|
* Add user notification base codeChocobozzz2019-01-091-1/+4
|
* Fix federation of some videosChocobozzz2018-12-191-8/+8
| | | | | If we don't transcode additional resolutions, and user decided to wait transcoding before publishing the video
* Update dependenciesChocobozzz2018-12-041-2/+2
|
* Set bitrate limits for transcoding (fixes #638) (#1135)Felix Ableitner2018-10-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Optimize SQL requests of watch page API endpointsChocobozzz2018-09-191-4/+4
|
* Reduce video.ts file size by moving some methods in other filesChocobozzz2018-09-191-3/+4
|
* Cleanup utils helperChocobozzz2018-08-141-1/+1
|
* expliciting type checks and predicates (server only)Rigel Kent2018-07-251-3/+3
|
* Migrate to bullChocobozzz2018-07-111-4/+5
|
* Reset published date on publishChocobozzz2018-06-281-4/+9
|
* Refractor retry transaction functionChocobozzz2018-06-131-10/+2
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-58/+69
| | | | publishing a video
* Pick average video file insead of max qualityChocobozzz2018-06-071-1/+1
|
* Improve create import file jobChocobozzz2018-06-071-5/+5
| | | | Fix federation of .ogv videos
* Add create-import-video-file-job commandFlorent Fayolle2018-06-071-3/+26
|
* Add ability to manually run transcoding jobChocobozzz2018-05-301-9/+15
|
* Fix video_share_url duplicate key in transcoding jobChocobozzz2018-03-191-22/+18
|
* Fix resolution for portrait videosChocobozzz2018-02-271-5/+6
|
* Move job queue to redisChocobozzz2018-01-251-0/+110
We'll use it as cache in the future. /!\ You'll loose your old jobs (pending jobs too) so upgrade only when you don't have pending job anymore.