Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Add audio support in upload | Chocobozzz | 2019-05-16 | 1 | -68/+86 |
| | |||||
* | Merge remote-tracking branch 'origin/pr/1785' into develop | Chocobozzz | 2019-05-16 | 1 | -6/+43 |
|\ | |||||
| * | fixed formatting, added test case | Felix Ableitner | 2019-05-04 | 1 | -7/+12 |
| | | |||||
| * | Dont transcode videos when it is not required (fixes #1780) | Felix Ableitner | 2019-05-04 | 1 | -6/+46 |
|/ | |||||
* | Relax videos list thumbnail api join | Chocobozzz | 2019-04-24 | 1 | -1/+1 |
| | |||||
* | Move config in its own file | Chocobozzz | 2019-04-11 | 1 | -2/+3 |
| | |||||
* | Copy video/audio codec for HLS | Chocobozzz | 2019-04-08 | 1 | -37/+59 |
| | |||||
* | HLS is only supported by ffmpeg 4 | Chocobozzz | 2019-02-12 | 1 | -3/+26 |
| | | | | Because of https://github.com/FFmpeg/FFmpeg/commit/c8f625f52998faa9bf0fe22701f1684e51edfc07 | ||||
* | Use a single file instead of segments for HLS | Chocobozzz | 2019-02-11 | 1 | -4/+8 |
| | |||||
* | Add hls support on server | Chocobozzz | 2019-02-11 | 1 | -5/+27 |
| | |||||
* | Prefer avg_frame_rate to fetch video FPS | Chocobozzz | 2019-01-17 | 1 | -1/+1 |
| | |||||
* | Fix crash regarding video stream issue | Chocobozzz | 2018-12-12 | 1 | -1/+1 |
| | |||||
* | Fix broken audio with transcoding | Chocobozzz | 2018-12-11 | 1 | -3/+3 |
| | |||||
* | Cleanup tests imports | Chocobozzz | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | (ffmpeg) force pixel format yuv420p (#1394) | Rigel Kent | 2018-11-12 | 1 | -0/+1 |
| | |||||
* | Fix transcoding | Chocobozzz | 2018-10-18 | 1 | -72/+87 |
| | |||||
* | Oup's | Chocobozzz | 2018-10-17 | 1 | -7/+7 |
| | |||||
* | Fix tests | Chocobozzz | 2018-10-17 | 1 | -7/+9 |
| | |||||
* | Set keyframe interval for transcoding (fixes #1147) (#1231) | Felix Ableitner | 2018-10-17 | 1 | -24/+28 |
| | | | | | | | | | | | | * Set keyframe interval for transcoding (fixes #1147) * remove -maxrate and old bitrate setter * pass fps as parameter * set type for ffmpeg param * assign ffmpeg object | ||||
* | fix automatic bitrate adjustment | Rigel Kent | 2018-10-08 | 1 | -1/+1 |
| | | | | | | The regression was introduced in edb4ffc7e0b13659d7c73b120f2c87b27e4c26a1 and forced a fixed bitrate per resolution | ||||
* | Set bitrate limits for transcoding (fixes #638) (#1135) | Felix Ableitner | 2018-10-08 | 1 | -2/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Set bitrate limits for transcoding (fixes #638) * added optimization script and test, changed stuff * fix test, improve docs * re-add optimize-old-videos script * added documentation * Don't optimize videos without valid UUID, or redundancy videos * move getUUIDFromFilename * fix tests? * update torrent and file size, some more fixes/improvements * use higher bitrate for high fps video, adjust bitrates * add test video * don't throw error if resolution is undefined * generate test fixture on the fly * use random noise video for bitrate test, add promise * shorten test video to avoid timeout * use existing function to optimize video * various fixes * increase test timeout * limit test fixture size, add link * test fixes * add await * more test fixes, add -b:v parameter * replace ffmpeg wiki link * fix ffmpeg params * fix unit test * add test fixture to .gitgnore * add video transcoding fps model * add missing file |