aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/transcoding
Commit message (Expand)AuthorAgeFilesLines
* Fix fps transcoding on remote runnersChocobozzz2023-07-121-1/+1
* Fix transcoding errorChocobozzz2023-05-303-28/+25
* Reload the video after waiting for the files lockChocobozzz2023-05-093-1/+6
* Fix audio transcoding copyChocobozzz2023-05-091-50/+1
* Prefer video studio instead of video editionChocobozzz2023-05-091-142/+3
* Support studio transcoding in peertube runnerChocobozzz2023-05-094-26/+34
* Fix import video file lockChocobozzz2023-05-094-4/+12
* Fix next video state after optimize/audio mergeChocobozzz2023-05-092-14/+21
* Implement remote runner jobs in serverChocobozzz2023-05-0914-476/+1183
* Fix retranscoding of odd resolutionChocobozzz2022-11-071-2/+6
* Fix running again transcoding on a video only fileChocobozzz2022-11-071-1/+9
* Fix transcoding failure when importing a videoChocobozzz2022-10-311-0/+1
* Put private videos under a specific subdirectoryChocobozzz2022-10-241-147/+220
* Fix saved live master playlist bandwidthChocobozzz2022-09-091-0/+6
* Fix transcoding of quad audio channelsChocobozzz2022-08-101-2/+5
* Fix live max rateChocobozzz2022-08-091-4/+4
* Move to bullmqChocobozzz2022-08-091-1/+1
* Limit import depending on transcoding resolutionsChocobozzz2022-08-091-1/+1
* Add option to not transcode original resolutionChocobozzz2022-08-091-17/+38
* Add ability to delete a specific video fileChocobozzz2022-08-011-49/+12
* Regenerate video filenames on transcodingChocobozzz2022-07-251-10/+18
* Prevent duplicated HLS playlist on transcodingChocobozzz2022-07-131-11/+19
* Add ability to save replay of permanent livesChocobozzz2022-04-211-5/+5
* Add basic video editor supportChocobozzz2022-02-282-19/+41
* Fix audio only transcodingChocobozzz2021-12-231-0/+1
* Move b frame strategy in transcoding profileChocobozzz2021-12-141-8/+19
* Add ability to run transcoding jobsChocobozzz2021-11-181-3/+3
* Add minimum bitrate limitChocobozzz2021-11-101-6/+21
* Merge branch 'release/3.4.0' into developChocobozzz2021-10-111-1/+4
|\
| * Fix live bitrateChocobozzz2021-10-111-1/+4
* | Remove useless conditionChocobozzz2021-10-111-1/+1
|/
* Remove useless asyncChocobozzz2021-08-261-2/+2
* More robust optimize transcoding jobChocobozzz2021-08-181-17/+8
* Add support for saving video files to object storage (#4290)Jelle Besseling2021-08-171-113/+115
* Improve target bitrate calculationChocobozzz2021-08-061-18/+14
* Limit live bitrateChocobozzz2021-08-061-22/+11
* Use random names for VOD HLS playlistsChocobozzz2021-07-261-30/+41
* Generate random uuid for video filesChocobozzz2021-07-261-6/+6
* Fix "height not divisible by 2" ffmpeg errorChocobozzz2021-06-081-2/+5
* Move transcoding files in their own directoryChocobozzz2021-05-112-0/+614