aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/ffmpeg-utils.ts
Commit message (Expand)AuthorAgeFilesLines
* Support transcoding options/encoders by pluginsChocobozzz2021-01-281-38/+50
* Use a profile manager for transcodingChocobozzz2021-01-281-13/+38
* Add missing niceness to ffmpeg thumbnail processesChocobozzz2021-01-271-2/+2
* Support progress for ffmpeg tasksChocobozzz2021-01-211-6/+14
* Display debug ffmpeg stdout/stderrChocobozzz2021-01-151-1/+3
* specific niceness for live transcodingRigel Kent2021-01-131-1/+4
* add script printing command to generate a resolution for a given fileRigel Kent2021-01-131-16/+18
* Load video in permanent live after last one endedChocobozzz2020-12-041-3/+8
* Fix audio issues with live replayChocobozzz2020-12-041-5/+4
* Try to fix live freezeChocobozzz2020-12-041-3/+2
* Fix live transcoding threads configChocobozzz2020-12-041-6/+10
* Fix live replay duration glitchChocobozzz2020-12-021-37/+39
* Fix high CPU with long live when save replay is trueChocobozzz2020-11-301-14/+9
* Fix "Too many packets buffered for output stream"Chocobozzz2020-11-261-12/+23
* Fix live FPS limitChocobozzz2020-11-261-27/+16
* Add tests to gif resizerChocobozzz2020-11-251-27/+6
* Add transcoding module commentsChocobozzz2020-11-251-0/+7
* Support encoding profilesChocobozzz2020-11-251-62/+161
* Export encoders options in a dedicated structChocobozzz2020-11-251-150/+196
* Split ffmpeg utils with ffprobe utilsChocobozzz2020-11-251-277/+33
* Add pixel size to tooltip and gif support with FFmpeg for avatar upload (#3329)Kimsible2020-11-251-0/+35
* Do not transcode to an higher bitrateChocobozzz2020-11-201-1/+6
* 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