Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ability to run transcoding jobs | Chocobozzz | 2021-11-18 | 1 | -3/+3 |
| | |||||
* | Added 144p encoding (#4492) | Florian CUNY | 2021-11-05 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added 144p encoding Implements https://github.com/Chocobozzz/PeerTube/issues/4428 * Fixed typo in core-utils * Increased BitPerPixel for 144p * Disabled 144p by default in test.yaml * Another try at fixing tests * Fixed test in video-transcoder (api-3) * Fixed test in video-imports (api-4) * Fixed test in live-constraints (api-2) * Tried to fix tests in api-3 again * Revert "Tried to fix tests in api-3 again" This reverts commit 266e1143fa37f333d149c2c2791c7bd33621ac14. * Fixed test in config.ts (api-2) * Try to fix test in video-hls.ts (api-3) * Fixed test in video-transcoder.ts (api-3) * Fix tests Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Don't use min FPS, throw instead | Chocobozzz | 2021-10-12 | 1 | -1/+4 |
| | | | | Avoir creating a big output from a very low FPS input file | ||||
* | esModuleInterop to true | Chocobozzz | 2021-08-27 | 1 | -14/+14 |
| | |||||
* | Improve target bitrate calculation | Chocobozzz | 2021-08-06 | 1 | -6/+10 |
| | |||||
* | Limit live bitrate | Chocobozzz | 2021-08-06 | 1 | -2/+11 |
| | |||||
* | Cleanup shared models | Chocobozzz | 2021-05-11 | 1 | -2/+1 |
| | |||||
* | Fix h265 video import using CLI | Chocobozzz | 2021-04-21 | 1 | -0/+1 |
| | |||||
* | Fix broken HLS playback with some audio streams | Chocobozzz | 2021-02-02 | 1 | -0/+4 |
| | |||||
* | Try to support other codecs | Chocobozzz | 2021-01-29 | 1 | -7/+27 |
| | |||||
* | Don't quick transcode if using a custom profile | Chocobozzz | 2021-01-29 | 1 | -0/+2 |
| | |||||
* | add support for 1440p (Quad HD/QHD/WQHD) videos | Rigel Kent | 2021-01-13 | 1 | -0/+1 |
| | |||||
* | Fix live invalid save replay duration | Chocobozzz | 2020-12-03 | 1 | -1/+1 |
| | |||||
* | Fix live FPS limit | Chocobozzz | 2020-11-26 | 1 | -0/+21 |
| | |||||
* | Add transcoding module comments | Chocobozzz | 2020-11-25 | 1 | -0/+6 |
| | |||||
* | Fix audio encoding params | Chocobozzz | 2020-11-25 | 1 | -27/+29 |
| | |||||
* | Support encoding profiles | Chocobozzz | 2020-11-25 | 1 | -3/+16 |
| | |||||
* | Split ffmpeg utils with ffprobe utils | Chocobozzz | 2020-11-25 | 1 | -0/+249 |