aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/create-transcoding-job.ts
Commit message (Expand)AuthorAgeFilesLines
* Fix running again transcoding on a video only fileChocobozzz2022-11-071-4/+6
* Prevent job queue to be started before pluginsChocobozzz2022-09-141-1/+1
* Avoid concurrency issue on transcodingChocobozzz2022-08-091-5/+6
* Limit import depending on transcoding resolutionsChocobozzz2022-08-091-1/+1
* Add option to not transcode original resolutionChocobozzz2022-08-091-4/+2
* Rename video full loadingChocobozzz2022-06-281-1/+1
* Add basic video editor supportChocobozzz2022-02-281-1/+1
* Prevent HLS transcoding after webtorrent transcodingChocobozzz2022-02-011-0/+2
* Fix audio transcoding with video only fileChocobozzz2022-01-061-0/+8
* Stop using tsconfig registerChocobozzz2022-01-061-8/+5
* Add ability to run transcoding jobsChocobozzz2021-11-181-4/+5
* Add migrate-to-object-storage script (#4481)kontrollanten2021-11-091-1/+1
* Fix transcoding job with resolutionChocobozzz2021-11-051-2/+2
* Support short uuid for scriptsChocobozzz2021-08-171-3/+5
* Add support for saving video files to object storage (#4290)Jelle Besseling2021-08-171-4/+9
* Improve target bitrate calculationChocobozzz2021-08-061-2/+2
* Upgrade server dependenciesChocobozzz2021-06-251-1/+1
* Check video UUID in args scriptsChocobozzz2021-02-111-0/+6
* Fix create transcoding job scriptChocobozzz2021-02-111-13/+22
* Allow to specify transcoding and import jobs concurrencyChocobozzz2021-02-081-1/+2
* Update server dependenciesChocobozzz2021-02-031-8/+10
* Refactor transcoding job handlersChocobozzz2021-01-211-3/+3
* Split ffmpeg utils with ffprobe utilsChocobozzz2020-11-251-1/+1
* Live streaming implementation first stepChocobozzz2020-11-091-1/+1
* Add moderation helpers to pluginsChocobozzz2020-05-071-1/+1
* Avoir some circular dependenciesChocobozzz2020-05-041-1/+1
* Move to eslintcontainChocobozzz2020-02-031-1/+1
* Add ability to generate HLS in CLIChocobozzz2019-11-251-6/+39
* Use typescript paths in cli scripts tooChocobozzz2019-10-211-0/+3
* Add avatar to prune scriptChocobozzz2019-08-091-1/+1
* Add audio support in uploadChocobozzz2019-05-161-9/+4
* Rename video-file job to video-transcodingChocobozzz2019-03-191-1/+1
* Optimize SQL requests of watch page API endpointsChocobozzz2018-09-191-1/+1
* Upgrade dependenciesChocobozzz2018-06-191-3/+0
* Add resolution to create-transcoding-job script (#654)Florent F2018-06-151-1/+12
* Add ability to manually run transcoding jobChocobozzz2018-05-301-0/+39