aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/videos/video-transcoder.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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