aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/videos/transcoding.ts
Commit message (Expand)AuthorAgeFilesLines
* Implement remote runner jobs in serverChocobozzz2023-05-091-79/+8
* Prevent broken transcoding with audio only inputChocobozzz2022-11-141-0/+2
* Fix running again transcoding on a video only fileChocobozzz2022-11-071-3/+3
* Avoid concurrency issue on transcodingChocobozzz2022-08-091-18/+72
* 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-6/+4
* Add plugin hook on transcoding resolutions buildingChocobozzz2022-08-021-1/+10
* Add basic video editor supportChocobozzz2022-02-281-2/+2
* Prevent HLS transcoding after webtorrent transcodingChocobozzz2022-02-011-2/+3
* Fix audio transcoding with video only fileChocobozzz2022-01-061-1/+3
* Add ability to run transcoding jobsChocobozzz2021-11-181-0/+62