aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/job-queue/handlers/video-file-import.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix HLS generation after import scriptChocobozzz2021-02-021-1/+12
|
* Add priority to transcoding jobsChocobozzz2021-01-251-1/+4
| | | | | | | | | | (1 = highest priority) 100 for new resolutions 10 for original file optimization Add a malus for transcoding jobs depending on how many uploads the user did in the last 7 days
* Refactor transcoding job handlersChocobozzz2021-01-211-2/+2
|
* Split ffmpeg utils with ffprobe utilsChocobozzz2020-11-251-6/+6
|
* Split types and typingsChocobozzz2020-06-181-1/+1
|
* Avoir some circular dependenciesChocobozzz2020-05-041-5/+1
|
* Move to eslintcontainChocobozzz2020-02-031-1/+1
|
* Add ability to disable webtorrentChocobozzz2019-11-251-2/+4
| | | | In favour of HLS
* Stronger model typingsChocobozzz2019-08-191-5/+6
|
* Add audio support in uploadChocobozzz2019-05-161-2/+2
|
* Move video file import in its own fileChocobozzz2019-03-191-0/+78