aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/ffmpeg-utils.ts
Commit message (Expand)AuthorAgeFilesLines
* Add basic video editor supportChocobozzz2022-02-281-781/+0
* Move b frame strategy in transcoding profileChocobozzz2021-12-141-11/+7
* Add minimum bitrate limitChocobozzz2021-11-101-3/+9
* Add ffmpeg tags for ffmpeg logsChocobozzz2021-11-101-15/+18
* Support RTMPSChocobozzz2021-11-051-7/+6
* esModuleInterop to trueChocobozzz2021-08-271-19/+19
* Remove useless asyncChocobozzz2021-08-261-1/+1
* Improve target bitrate calculationChocobozzz2021-08-061-12/+23
* Limit live bitrateChocobozzz2021-08-061-7/+14
* Log ffmpeg commandChocobozzz2021-07-291-1/+5
* Use random names for VOD HLS playlistsChocobozzz2021-07-261-6/+9
* Fix buildChocobozzz2021-06-081-1/+1
* Fix toEvenChocobozzz2021-06-081-4/+2
* Fix "height not divisible by 2" ffmpeg errorChocobozzz2021-06-081-5/+10
* Fix duplicate ffmpeg preset option for liveChocobozzz2021-05-251-1/+0
* Fix ffmpeg version parsingChocobozzz2021-05-071-1/+1
* Fix ffmpeg version checkerChocobozzz2021-05-061-2/+8
* Add scale filter to documentationChocobozzz2021-04-091-2/+2
* Add ability for plugins to specify scale filterChocobozzz2021-04-091-25/+41
* add option for transcode plugins to add video filters and make all options op...Théo Le Calvar2021-04-091-8/+11
* add support for inputOptions in trancode pluginsThéo Le Calvar2021-04-091-0/+3
* Fix static ffmpeg version checkChocobozzz2021-04-081-1/+1
* Check ffmepg version on startupChocobozzz2021-03-241-1/+20
* Remove unnecessary transcoding job errorChocobozzz2021-03-031-5/+12
* 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