aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/ffprobe-utils.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add basic video editor supportChocobozzz2022-02-281-192/+0
|
* chore(refactor): remove shared folder dependencies to the serverlutangar2021-12-161-158/+15
| | | | | | | | | | | Many files from the `shared` folder were importing files from the `server` folder. When attempting to use Typescript project references to describe dependencies, it highlighted a circular dependency beetween `shared` <-> `server`. The Typescript project forbid such usages. Using project references greatly improve performance by rebuilding only the updated project and not all source files. > see https://www.typescriptlang.org/docs/handbook/project-references.html
* Add ability to run transcoding jobsChocobozzz2021-11-181-3/+3
|
* Added 144p encoding (#4492)Florian CUNY2021-11-051-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 insteadChocobozzz2021-10-121-1/+4
| | | | Avoir creating a big output from a very low FPS input file
* esModuleInterop to trueChocobozzz2021-08-271-14/+14
|
* Improve target bitrate calculationChocobozzz2021-08-061-6/+10
|
* Limit live bitrateChocobozzz2021-08-061-2/+11
|
* Cleanup shared modelsChocobozzz2021-05-111-2/+1
|
* Fix h265 video import using CLIChocobozzz2021-04-211-0/+1
|
* Fix broken HLS playback with some audio streamsChocobozzz2021-02-021-0/+4
|
* Try to support other codecsChocobozzz2021-01-291-7/+27
|
* Don't quick transcode if using a custom profileChocobozzz2021-01-291-0/+2
|
* add support for 1440p (Quad HD/QHD/WQHD) videosRigel Kent2021-01-131-0/+1
|
* Fix live invalid save replay durationChocobozzz2020-12-031-1/+1
|
* Fix live FPS limitChocobozzz2020-11-261-0/+21
|
* Add transcoding module commentsChocobozzz2020-11-251-0/+6
|
* Fix audio encoding paramsChocobozzz2020-11-251-27/+29
|
* Support encoding profilesChocobozzz2020-11-251-3/+16
|
* Split ffmpeg utils with ffprobe utilsChocobozzz2020-11-251-0/+249