aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/ffmpeg-utils.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| | | | | | ffmpeg seems to create some temporary files in the cwd. When PeerTube is run in a read-only docker container, this causes all transcoding to fail. As a workaround, we set the cwd to the configured tmp dir.
* 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
|