aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/job-queue/handlers/video-transcoding.ts
Commit message (Expand)AuthorAgeFilesLines
* Fix transcoding errorChocobozzz2023-05-301-8/+8
* Fix next video state after optimize/audio mergeChocobozzz2023-05-091-11/+16
* Implement remote runner jobs in serverChocobozzz2023-05-091-240/+42
* Fix running again transcoding on a video only fileChocobozzz2022-11-071-4/+1
* Put private videos under a specific subdirectoryChocobozzz2022-10-241-40/+55
* Prevent job failure on concurrent HLS transcodingChocobozzz2022-08-091-1/+1
* Avoid concurrency issue on transcodingChocobozzz2022-08-091-3/+4
* Move to bullmqChocobozzz2022-08-091-1/+1
* Limit import depending on transcoding resolutionsChocobozzz2022-08-091-1/+1
* Fix resolution to transcode hook nameChocobozzz2022-08-091-1/+1
* Add option to not transcode original resolutionChocobozzz2022-08-091-17/+9
* Add plugin hook on transcoding resolutions buildingChocobozzz2022-08-021-1/+7
* Add ability to delete a specific video fileChocobozzz2022-08-011-1/+1
* Rename video full loadingChocobozzz2022-06-281-2/+2
* Add video edition finished notificationChocobozzz2022-03-221-3/+3
* Add basic video editor supportChocobozzz2022-02-281-5/+5
* Prevent HLS transcoding after webtorrent transcodingChocobozzz2022-02-011-4/+8
* Fix audio transcoding with video only fileChocobozzz2022-01-061-9/+16
* Fix shared importsChocobozzz2021-12-241-1/+1
* Fix pending transcoding with failed jobChocobozzz2021-12-031-13/+14
* Fix transcoding job count inconsistencyChocobozzz2021-11-291-7/+7
* Add ability to run transcoding jobsChocobozzz2021-11-181-4/+6
* Add ability to remove hls/webtorrent filesChocobozzz2021-11-181-1/+1
* Add transcoding fail message in clientChocobozzz2021-11-091-3/+4
* video: add video stranscoding_failed statekontrollanten2021-11-091-2/+9
* esModuleInterop to trueChocobozzz2021-08-271-7/+7
* Better logs for transcodingChocobozzz2021-08-261-13/+28
* Add support for saving video files to object storage (#4290)Jelle Besseling2021-08-171-54/+74
* Improve target bitrate calculationChocobozzz2021-08-061-2/+2
* Remove deprecated transcoding job namesChocobozzz2021-08-051-12/+1
* Use random names for VOD HLS playlistsChocobozzz2021-07-261-2/+1
* Fix lintChocobozzz2021-06-151-1/+0
* Fix missing transactionsChocobozzz2021-06-151-27/+23
* Cleanup models directory organizationChocobozzz2021-05-111-1/+1
* Move transcoding files in their own directoryChocobozzz2021-05-111-1/+1
* Fix lintChocobozzz2021-05-051-1/+0
* Fix transcoding job priorityChocobozzz2021-05-051-3/+3
* Correctly wait transcoding before federatingChocobozzz2021-02-221-16/+22
* Dissociate video file names and video uuidChocobozzz2021-02-181-1/+1
* Allow to specify transcoding and import jobs concurrencyChocobozzz2021-02-081-19/+25
* Fix HLS generation after import scriptChocobozzz2021-02-021-1/+1
* Transcode audio uploads to lower resolutionsChocobozzz2021-02-021-0/+2
* Correctly remove torrents with HLS onlyChocobozzz2021-02-011-0/+1
* Safely remove webtorrent filesChocobozzz2021-01-251-4/+6
* Add priority to transcoding jobsChocobozzz2021-01-251-34/+57
* Refactor transcoding job handlersChocobozzz2021-01-211-67/+132
* Support progress for ffmpeg tasksChocobozzz2021-01-211-4/+5
* Fix buildChocobozzz2020-12-221-1/+1
* Force HLS transcodingChocobozzz2020-12-221-8/+18
* Split ffmpeg utils with ffprobe utilsChocobozzz2020-11-251-1/+1