Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup | Chocobozzz | 2021-02-18 | 1 | -2/+2 |
| | |||||
* | Add video files migration | Chocobozzz | 2021-02-18 | 1 | -0/+1 |
| | |||||
* | Dissociate video file names and video uuid | Chocobozzz | 2021-02-18 | 1 | -14/+19 |
| | |||||
* | Allow to specify transcoding and import jobs concurrency | Chocobozzz | 2021-02-08 | 1 | -3/+1 |
| | |||||
* | Fix HLS generation after import script | Chocobozzz | 2021-02-02 | 1 | -2/+2 |
| | |||||
* | Transcode HLS playlists in a tmp directory | Chocobozzz | 2021-02-02 | 1 | -5/+22 |
| | |||||
* | Support transcoding options/encoders by plugins | Chocobozzz | 2021-01-28 | 1 | -5/+5 |
| | |||||
* | Use a profile manager for transcoding | Chocobozzz | 2021-01-28 | 1 | -6/+6 |
| | |||||
* | Refactor transcoding job handlers | Chocobozzz | 2021-01-21 | 1 | -10/+15 |
| | |||||
* | Support progress for ffmpeg tasks | Chocobozzz | 2021-01-21 | 1 | -11/+25 |
| | |||||
* | stricter youtubedl format selectors (#3516) | Rigel Kent | 2021-01-15 | 1 | -1/+12 |
| | | | | | | | | | | | | | | * stricter youtubedl format selectors make sure selectors avoid av1, and otherwise match as closely to the maximum resolution enabled for transcoding * add support for merge formats in youtubedl * avoid vp9.2 in youtubedl to avoid any HDR * move getEnabledResolutions, safer replace of imported extension * add test for youtube-dl selectors | ||||
* | Force HLS transcoding | Chocobozzz | 2020-12-22 | 1 | -0/+2 |
| | | | | | | Fix weird behaviour with some web browsers. Don't really know if it's a ffmpeg bug, a safari bug or a peertube bug, but forcing transcoding seems to fix this playback bug | ||||
* | Load video in permanent live after last one ended | Chocobozzz | 2020-12-04 | 1 | -2/+7 |
| | |||||
* | Fix audio issues with live replay | Chocobozzz | 2020-12-04 | 1 | -33/+9 |
| | |||||
* | Fix live replay duration glitch | Chocobozzz | 2020-12-02 | 1 | -36/+95 |
| | |||||
* | Add transcoding module comments | Chocobozzz | 2020-11-25 | 1 | -4/+9 |
| | |||||
* | Support encoding profiles | Chocobozzz | 2020-11-25 | 1 | -86/+5 |
| | |||||
* | Export encoders options in a dedicated struct | Chocobozzz | 2020-11-25 | 1 | -4/+110 |
| | |||||
* | Split ffmpeg utils with ffprobe utils | Chocobozzz | 2020-11-25 | 1 | -9/+2 |
| | |||||
* | Don't add live videos in redundancy | Chocobozzz | 2020-11-09 | 1 | -2/+0 |
| | |||||
* | Regenerate miniature on live save | Chocobozzz | 2020-11-09 | 1 | -9/+8 |
| | |||||
* | Add ability to save live replay | Chocobozzz | 2020-11-09 | 1 | -9/+15 |
| | |||||
* | Live streaming implementation first step | Chocobozzz | 2020-11-09 | 1 | -3/+4 |
| | |||||
* | Fix re webtorrent transcoding | Chocobozzz | 2020-09-09 | 1 | -7/+3 |
| | |||||
* | Split types and typings | Chocobozzz | 2020-06-18 | 1 | -1/+1 |
| | |||||
* | Fix re running HLS transcoding | Chocobozzz | 2020-03-12 | 1 | -1/+1 |
| | |||||
* | Fix lint | Chocobozzz | 2020-03-10 | 1 | -2/+1 |
| | |||||
* | Video file metadata PR cleanup | Chocobozzz | 2020-03-10 | 1 | -3/+0 |
| | |||||
* | Add video file metadata to download modal, via ffprobe (#2411) | Rigel Kent | 2020-03-10 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Try to fix subscriptions inconsistencies | Chocobozzz | 2020-01-08 | 1 | -1/+1 |
| | |||||
* | Don't use the max quality file when transcoding to a new resolution | Chocobozzz | 2019-12-11 | 1 | -1/+1 |
| | |||||
* | Fix duplicate HLS resolution in master playlist | Chocobozzz | 2019-11-26 | 1 | -3/+1 |
| | |||||
* | Add audio only transcoding tests | Chocobozzz | 2019-11-25 | 1 | -44/+11 |
| | |||||
* | Add audio-only option to transcoders and player | frankdelange | 2019-11-25 | 1 | -3/+43 |
| | | | | | | | | 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 | -28/+63 |
| | | | | In favour of HLS | ||||
* | Fix audio merging when specifying a preview | Chocobozzz | 2019-10-18 | 1 | -6/+28 |
| | |||||
* | Stronger model typings | Chocobozzz | 2019-08-19 | 1 | -8/+8 |
| | |||||
* | Fix HLS transcoding | Chocobozzz | 2019-08-01 | 1 | -1/+1 |
| | |||||
* | Add audio support in upload | Chocobozzz | 2019-05-16 | 1 | -24/+64 |
| | |||||
* | transcode in STORAGE.TMP_DIR for s3fs compatibility (#147) | libertysoft3 | 2019-05-16 | 1 | -6/+12 |
| | |||||
* | Added comments for transcode functions | Felix Ableitner | 2019-05-13 | 1 | -0/+6 |
| | |||||
* | fixed formatting, added test case | Felix Ableitner | 2019-05-04 | 1 | -1/+1 |
| | |||||
* | Dont transcode videos when it is not required (fixes #1780) | Felix Ableitner | 2019-05-04 | 1 | -3/+6 |
| | |||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 1 | -1/+1 |
| | |||||
* | Move config in its own file | Chocobozzz | 2019-04-11 | 1 | -3/+4 |
| | |||||
* | Fix HLS federation | Chocobozzz | 2019-04-08 | 1 | -1/+2 |
| | |||||
* | Move video file import in its own file | Chocobozzz | 2019-03-19 | 1 | -45/+4 |
| | |||||
* | Rename streaming playlists routes/directories | Chocobozzz | 2019-03-18 | 1 | -3/+3 |
| | |||||
* | Use a single file instead of segments for HLS | Chocobozzz | 2019-02-11 | 1 | -1/+4 |
| | |||||
* | Add hls support on server | Chocobozzz | 2019-02-11 | 1 | -6/+43 |
| |