aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/videos/video-transcoder.ts
Commit message (Collapse)AuthorAgeFilesLines
* Video file metadata PR cleanupChocobozzz2020-03-101-37/+33
|
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-101-1/+72
| | | | | | | | | | | | | | | | | | | * Add video file metadata via ffprobe * Federate video file metadata * Add tests for file metadata generation * Complete tests for videoFile metadata federation * Lint migration and video-file for metadata * Objectify metadata from getter in ffmpeg-utils * Add metadataUrl to all videoFiles * Simplify metadata API middleware * Load playlist in videoFile when requesting metadata
* Move to eslintcontainChocobozzz2020-02-031-23/+23
|
* Fix transcodingChocobozzz2020-01-291-4/+12
|
* Add tests for video downscale framerate matchingRigel Kent2020-01-291-0/+34
|
* Add missing hotkeys to the watch pageChocobozzz2019-12-061-2/+2
|
* Add audio upload testsChocobozzz2019-05-171-0/+51
|
* Merge remote-tracking branch 'origin/pr/1785' into developChocobozzz2019-05-161-2/+18
|\
| * fixed formatting, added test caseFelix Ableitner2019-05-041-4/+19
| |
* | Redundancy and search tests in parallel tooChocobozzz2019-05-141-9/+9
|/
* Use test wrapper exit functionChocobozzz2019-04-241-3/+3
|
* Cleanup testsChocobozzz2019-04-241-1/+1
|
* Shared utils -> extra-utilsChocobozzz2019-04-241-2/+2
| | | | Because they need dev dependencies
* Support additional video extensionsChocobozzz2018-12-111-2/+29
|
* Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into ↵buoyantair2018-11-201-3/+2
|\ | | | | | | move-utils-to-shared
| * Cleanup tests importsChocobozzz2018-11-191-4/+2
| |
* | Move utils to /sharedbuoyantair2018-10-291-2/+2
|/ | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336
* Fix optimize old videos scriptChocobozzz2018-10-181-20/+5
|
* Fix transcodingChocobozzz2018-10-181-4/+4
|
* Try to cache video_high_bitrate_1080p in travisChocobozzz2018-10-081-38/+41
|
* Set bitrate limits for transcoding (fixes #638) (#1135)Felix Ableitner2018-10-081-4/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Set bitrate limits for transcoding (fixes #638) * added optimization script and test, changed stuff * fix test, improve docs * re-add optimize-old-videos script * added documentation * Don't optimize videos without valid UUID, or redundancy videos * move getUUIDFromFilename * fix tests? * update torrent and file size, some more fixes/improvements * use higher bitrate for high fps video, adjust bitrates * add test video * don't throw error if resolution is undefined * generate test fixture on the fly * use random noise video for bitrate test, add promise * shorten test video to avoid timeout * use existing function to optimize video * various fixes * increase test timeout * limit test fixture size, add link * test fixes * add await * more test fixes, add -b:v parameter * replace ffmpeg wiki link * fix ffmpeg params * fix unit test * add test fixture to .gitgnore * add video transcoding fps model * add missing file
* Fix fps federationChocobozzz2018-08-061-79/+89
|
* adding tests for audio conversionsRigel Kent2018-08-011-4/+90
|
* Handle higher FPS for high resolution (test)Chocobozzz2018-06-291-4/+13
|
* Improve tests when waiting pending jobsChocobozzz2018-06-131-12/+6
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-3/+71
| | | | publishing a video
* Add 30 fps limit in transcodingChocobozzz2018-02-261-1/+32
|
* Increase tests timeoutChocobozzz2018-01-181-1/+1
|
* Fix real world scriptChocobozzz2017-12-291-14/+6
|
* Tests directories refractorChocobozzz2017-12-281-0/+97