aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/video-transcoding.ts
Commit message (Expand)AuthorAgeFilesLines
* Add video files migrationChocobozzz2021-02-181-0/+1
* Dissociate video file names and video uuidChocobozzz2021-02-181-14/+19
* Allow to specify transcoding and import jobs concurrencyChocobozzz2021-02-081-3/+1
* Fix HLS generation after import scriptChocobozzz2021-02-021-2/+2
* Transcode HLS playlists in a tmp directoryChocobozzz2021-02-021-5/+22
* Support transcoding options/encoders by pluginsChocobozzz2021-01-281-5/+5
* Use a profile manager for transcodingChocobozzz2021-01-281-6/+6
* Refactor transcoding job handlersChocobozzz2021-01-211-10/+15
* Support progress for ffmpeg tasksChocobozzz2021-01-211-11/+25
* stricter youtubedl format selectors (#3516)Rigel Kent2021-01-151-1/+12
* Force HLS transcodingChocobozzz2020-12-221-0/+2
* Load video in permanent live after last one endedChocobozzz2020-12-041-2/+7
* Fix audio issues with live replayChocobozzz2020-12-041-33/+9
* Fix live replay duration glitchChocobozzz2020-12-021-36/+95
* Add transcoding module commentsChocobozzz2020-11-251-4/+9
* Support encoding profilesChocobozzz2020-11-251-86/+5
* Export encoders options in a dedicated structChocobozzz2020-11-251-4/+110
* Split ffmpeg utils with ffprobe utilsChocobozzz2020-11-251-9/+2
* Don't add live videos in redundancyChocobozzz2020-11-091-2/+0
* Regenerate miniature on live saveChocobozzz2020-11-091-9/+8
* Add ability to save live replayChocobozzz2020-11-091-9/+15
* Live streaming implementation first stepChocobozzz2020-11-091-3/+4
* Fix re webtorrent transcodingChocobozzz2020-09-091-7/+3
* Split types and typingsChocobozzz2020-06-181-1/+1
* Fix re running HLS transcodingChocobozzz2020-03-121-1/+1
* Fix lintChocobozzz2020-03-101-2/+1
* Video file metadata PR cleanupChocobozzz2020-03-101-3/+0
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-101-0/+8
* Try to fix subscriptions inconsistenciesChocobozzz2020-01-081-1/+1
* Don't use the max quality file when transcoding to a new resolutionChocobozzz2019-12-111-1/+1
* Fix duplicate HLS resolution in master playlistChocobozzz2019-11-261-3/+1
* Add audio only transcoding testsChocobozzz2019-11-251-44/+11
* Add audio-only option to transcoders and playerfrankdelange2019-11-251-3/+43
* Add ability to disable webtorrentChocobozzz2019-11-251-28/+63
* Fix audio merging when specifying a previewChocobozzz2019-10-181-6/+28
* Stronger model typingsChocobozzz2019-08-191-8/+8
* Fix HLS transcodingChocobozzz2019-08-011-1/+1
* Add audio support in uploadChocobozzz2019-05-161-24/+64
* transcode in STORAGE.TMP_DIR for s3fs compatibility (#147)libertysoft32019-05-161-6/+12
* Added comments for transcode functionsFelix Ableitner2019-05-131-0/+6
* fixed formatting, added test caseFelix Ableitner2019-05-041-1/+1
* Dont transcode videos when it is not required (fixes #1780)Felix Ableitner2019-05-041-3/+6
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
* Move config in its own fileChocobozzz2019-04-111-3/+4
* Fix HLS federationChocobozzz2019-04-081-1/+2
* Move video file import in its own fileChocobozzz2019-03-191-45/+4
* Rename streaming playlists routes/directoriesChocobozzz2019-03-181-3/+3
* Use a single file instead of segments for HLSChocobozzz2019-02-111-1/+4
* Add hls support on serverChocobozzz2019-02-111-6/+43
* Use move instead renameChocobozzz2018-12-111-2/+2