aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/ffmpeg-utils.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| | | | | | | | | | | | | | | | | | | * Add video file metadata via ffprobe * Federate video file metadata * Add tests for file metadata generation * Complete tests for videoFile metadata federation * Lint migration and video-file for metadata * Objectify metadata from getter in ffmpeg-utils * Add metadataUrl to all videoFiles * Simplify metadata API middleware * Load playlist in videoFile when requesting metadata
* 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
| | | | | | | | This patch adds an audio-only option to PeerTube by means of a new transcoding configuration which creates mp4 files which only contain an audio stream. This new transcoder has a resolution of '0' and is presented in the preferences and in the player resolution menu as 'Audio-only' (localised). When playing such streams the player shows the file thumbnail as background and disables controls autohide. Audio-only files can be shared and streamed just like any other file. They can be downloaded as well, the resulting file will be an mp4 container with a single audio stream. This patch is a proof of concept to show the feasibility of 'true' audio-only support. There are better ways of doing this which also enable multiple audio streams for a given video stream (e.g. DASH) but as this would entail a fundamental change in the way PeerTube works it is a bridge too far for a simple proof of concept.
* Add ability to disable webtorrentChocobozzz2019-11-251-2/+4
| | | | In favour of HLS
* 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
|