aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/ffmpeg-utils.ts
Commit message (Expand)AuthorAgeFilesLines
* Increase live segment file nameChocobozzz2020-11-121-1/+1
* Don't add live videos in redundancyChocobozzz2020-11-091-0/+2
* Regenerate miniature on live saveChocobozzz2020-11-091-1/+1
* Fix audio sync after saving replayChocobozzz2020-11-091-12/+18
* Add save replay live testsChocobozzz2020-11-091-9/+6
* Add check params live testsChocobozzz2020-11-091-0/+1
* Fix live infohash blockChocobozzz2020-11-091-1/+0
* Fix replay savingChocobozzz2020-11-091-4/+28
* Add ability to save live replayChocobozzz2020-11-091-0/+15
* Check live duration and sizeChocobozzz2020-11-091-9/+13
* Live streaming implementation first stepChocobozzz2020-11-091-20/+118
* Fix transcoding errors in readonly docker containersGirish Ramakrishnan2020-10-231-1/+2
* Fix resolution for portrait videosChocobozzz2020-08-031-2/+2
* Handle webp images from youtube-dlChocobozzz2020-07-101-0/+18
* Fix HLS audio only transcodingChocobozzz2020-05-051-0/+1
* Fix video codec in HLS playlistChocobozzz2020-04-031-1/+2
* Video file metadata PR cleanupChocobozzz2020-03-101-1/+1
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-101-20/+13
* Move to eslintcontainChocobozzz2020-02-031-89/+90
* Fix transcodingChocobozzz2020-01-291-7/+6
* Add tests for video downscale framerate matchingRigel Kent2020-01-291-4/+8
* Downsample to the closest divisor standard framerateRigel Kent2020-01-291-4/+7
* Fix duplicate HLS resolution in master playlistChocobozzz2019-11-261-1/+1
* Add codec information in HLS playlistChocobozzz2019-11-261-5/+44
* Add audio only transcoding testsChocobozzz2019-11-251-31/+23
* Add audio-only option to transcoders and playerfrankdelange2019-11-251-7/+38
* Add ability to disable webtorrentChocobozzz2019-11-251-2/+4
* Don't quick transcode with the wrong pixel formatChocobozzz2019-10-211-0/+1
* Add CLI plugins testsChocobozzz2019-07-241-11/+14
* Improve 4K video quality after transcodingChocobozzz2019-06-061-1/+2
* Add audio support in uploadChocobozzz2019-05-161-68/+86
* Merge remote-tracking branch 'origin/pr/1785' into developChocobozzz2019-05-161-6/+43
|\
| * fixed formatting, added test caseFelix Ableitner2019-05-041-7/+12
| * Dont transcode videos when it is not required (fixes #1780)Felix Ableitner2019-05-041-6/+46
|/
* Relax videos list thumbnail api joinChocobozzz2019-04-241-1/+1
* Move config in its own fileChocobozzz2019-04-111-2/+3
* Copy video/audio codec for HLSChocobozzz2019-04-081-37/+59
* HLS is only supported by ffmpeg 4Chocobozzz2019-02-121-3/+26
* Use a single file instead of segments for HLSChocobozzz2019-02-111-4/+8
* Add hls support on serverChocobozzz2019-02-111-5/+27
* Prefer avg_frame_rate to fetch video FPSChocobozzz2019-01-171-1/+1
* Fix crash regarding video stream issueChocobozzz2018-12-121-1/+1
* Fix broken audio with transcodingChocobozzz2018-12-111-3/+3
* Cleanup tests importsChocobozzz2018-11-191-1/+1
* (ffmpeg) force pixel format yuv420p (#1394)Rigel Kent2018-11-121-0/+1
* Fix transcodingChocobozzz2018-10-181-72/+87
* Oup'sChocobozzz2018-10-171-7/+7
* Fix testsChocobozzz2018-10-171-7/+9
* Set keyframe interval for transcoding (fixes #1147) (#1231)Felix Ableitner2018-10-171-24/+28
* fix automatic bitrate adjustmentRigel Kent2018-10-081-1/+1