aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/ffmpeg-utils.ts
Commit message (Collapse)AuthorAgeFilesLines
* Move b frame strategy in transcoding profileChocobozzz2021-12-141-11/+7
| | | | | We may use a too high value for some encoders and it allows to specify custom values/strategy
* 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 ↵Théo Le Calvar2021-04-091-8/+11
| | | | optional
* 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
| | | | And move encoder global options in a global wrapper
* 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
| | | | | | | | | * Add avatar pixel size upload in tooltip * Add gif support for avatar * Add ffmpeg GIF process Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Do not transcode to an higher bitrateChocobozzz2020-11-201-1/+6
| | | | Thanks bkil https://github.com/bkil
* 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
| | | | | hls.js seems to not correctly handle audio gaps with fragmented mp4 (but can with a ts playlist)
* Add save replay live testsChocobozzz2020-11-091-9/+6
|