Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing niceness to ffmpeg thumbnail processes | Chocobozzz | 2021-01-27 | 1 | -2/+2 |
| | |||||
* | Support progress for ffmpeg tasks | Chocobozzz | 2021-01-21 | 1 | -6/+14 |
| | |||||
* | Display debug ffmpeg stdout/stderr | Chocobozzz | 2021-01-15 | 1 | -1/+3 |
| | |||||
* | specific niceness for live transcoding | Rigel Kent | 2021-01-13 | 1 | -1/+4 |
| | |||||
* | add script printing command to generate a resolution for a given file | Rigel Kent | 2021-01-13 | 1 | -16/+18 |
| | |||||
* | Load video in permanent live after last one ended | Chocobozzz | 2020-12-04 | 1 | -3/+8 |
| | |||||
* | Fix audio issues with live replay | Chocobozzz | 2020-12-04 | 1 | -5/+4 |
| | |||||
* | Try to fix live freeze | Chocobozzz | 2020-12-04 | 1 | -3/+2 |
| | |||||
* | Fix live transcoding threads config | Chocobozzz | 2020-12-04 | 1 | -6/+10 |
| | |||||
* | Fix live replay duration glitch | Chocobozzz | 2020-12-02 | 1 | -37/+39 |
| | |||||
* | Fix high CPU with long live when save replay is true | Chocobozzz | 2020-11-30 | 1 | -14/+9 |
| | |||||
* | Fix "Too many packets buffered for output stream" | Chocobozzz | 2020-11-26 | 1 | -12/+23 |
| | | | | And move encoder global options in a global wrapper | ||||
* | Fix live FPS limit | Chocobozzz | 2020-11-26 | 1 | -27/+16 |
| | |||||
* | Add tests to gif resizer | Chocobozzz | 2020-11-25 | 1 | -27/+6 |
| | |||||
* | Add transcoding module comments | Chocobozzz | 2020-11-25 | 1 | -0/+7 |
| | |||||
* | Support encoding profiles | Chocobozzz | 2020-11-25 | 1 | -62/+161 |
| | |||||
* | Export encoders options in a dedicated struct | Chocobozzz | 2020-11-25 | 1 | -150/+196 |
| | |||||
* | Split ffmpeg utils with ffprobe utils | Chocobozzz | 2020-11-25 | 1 | -277/+33 |
| | |||||
* | Add pixel size to tooltip and gif support with FFmpeg for avatar upload (#3329) | Kimsible | 2020-11-25 | 1 | -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 bitrate | Chocobozzz | 2020-11-20 | 1 | -1/+6 |
| | | | | Thanks bkil https://github.com/bkil | ||||
* | Increase live segment file name | Chocobozzz | 2020-11-12 | 1 | -1/+1 |
| | |||||
* | Don't add live videos in redundancy | Chocobozzz | 2020-11-09 | 1 | -0/+2 |
| | |||||
* | Regenerate miniature on live save | Chocobozzz | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | Fix audio sync after saving replay | Chocobozzz | 2020-11-09 | 1 | -12/+18 |
| | | | | | hls.js seems to not correctly handle audio gaps with fragmented mp4 (but can with a ts playlist) | ||||
* | Add save replay live tests | Chocobozzz | 2020-11-09 | 1 | -9/+6 |
| | |||||
* | Add check params live tests | Chocobozzz | 2020-11-09 | 1 | -0/+1 |
| | |||||
* | Fix live infohash block | Chocobozzz | 2020-11-09 | 1 | -1/+0 |
| | |||||
* | Fix replay saving | Chocobozzz | 2020-11-09 | 1 | -4/+28 |
| | |||||
* | Add ability to save live replay | Chocobozzz | 2020-11-09 | 1 | -0/+15 |
| | |||||
* | Check live duration and size | Chocobozzz | 2020-11-09 | 1 | -9/+13 |
| | |||||
* | Live streaming implementation first step | Chocobozzz | 2020-11-09 | 1 | -20/+118 |
| | |||||
* | Fix transcoding errors in readonly docker containers | Girish Ramakrishnan | 2020-10-23 | 1 | -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 videos | Chocobozzz | 2020-08-03 | 1 | -2/+2 |
| | |||||
* | Handle webp images from youtube-dl | Chocobozzz | 2020-07-10 | 1 | -0/+18 |
| | |||||
* | Fix HLS audio only transcoding | Chocobozzz | 2020-05-05 | 1 | -0/+1 |
| | |||||
* | Fix video codec in HLS playlist | Chocobozzz | 2020-04-03 | 1 | -1/+2 |
| | |||||
* | Video file metadata PR cleanup | Chocobozzz | 2020-03-10 | 1 | -1/+1 |
| | |||||
* | Add video file metadata to download modal, via ffprobe (#2411) | Rigel Kent | 2020-03-10 | 1 | -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 eslintcontain | Chocobozzz | 2020-02-03 | 1 | -89/+90 |
| | |||||
* | Fix transcoding | Chocobozzz | 2020-01-29 | 1 | -7/+6 |
| | |||||
* | Add tests for video downscale framerate matching | Rigel Kent | 2020-01-29 | 1 | -4/+8 |
| | |||||
* | Downsample to the closest divisor standard framerate | Rigel Kent | 2020-01-29 | 1 | -4/+7 |
| | |||||
* | Fix duplicate HLS resolution in master playlist | Chocobozzz | 2019-11-26 | 1 | -1/+1 |
| | |||||
* | Add codec information in HLS playlist | Chocobozzz | 2019-11-26 | 1 | -5/+44 |
| | |||||
* | Add audio only transcoding tests | Chocobozzz | 2019-11-25 | 1 | -31/+23 |
| | |||||
* | Add audio-only option to transcoders and player | frankdelange | 2019-11-25 | 1 | -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 webtorrent | Chocobozzz | 2019-11-25 | 1 | -2/+4 |
| | | | | In favour of HLS | ||||
* | Don't quick transcode with the wrong pixel format | Chocobozzz | 2019-10-21 | 1 | -0/+1 |
| | |||||
* | Add CLI plugins tests | Chocobozzz | 2019-07-24 | 1 | -11/+14 |
| | |||||
* | Improve 4K video quality after transcoding | Chocobozzz | 2019-06-06 | 1 | -1/+2 |
| |