Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | Improve redundancy: add 'min_lifetime' configuration | Chocobozzz | 2018-09-24 | 1 | -1/+1 | |
| | ||||||
* | Correctly migrate to fs-extra | Chocobozzz | 2018-08-27 | 1 | -3/+3 | |
| | ||||||
* | Don't set a bitrate on unknown audio input | Chocobozzz | 2018-08-14 | 1 | -12/+14 | |
| | ||||||
* | Cleanup utils helper | Chocobozzz | 2018-08-14 | 1 | -0/+23 | |
| | ||||||
* | adding tests for audio conversions | Rigel Kent | 2018-08-01 | 1 | -21/+33 | |
| | ||||||
* | ffmpeg auto thread | Jorropo | 2018-08-01 | 1 | -1/+3 | |
| | | | | Set thread count to 0 and ffmpeg will chose automaticaly | |||||
* | fixing tests to deal with new transcoding parameters | Rigel Kent | 2018-08-01 | 1 | -2/+1 | |
| | ||||||
* | Nice ffmpeg to 15 and 2 | Jorropo | 2018-08-01 | 1 | -3/+3 | |
| | | | | | | Niceness 15 for video conversionNiceness 2 for image generation (niceness 2 doesn't make it slower, just don't block servers and other app) | |||||
* | fixing audio getter when video has no audio | Rigel Kent | 2018-08-01 | 1 | -18/+29 | |
| | ||||||
* | Fixing #626 with ffmpeg's low default audio bitrate | Rigel Kent | 2018-08-01 | 1 | -5/+116 | |
| | ||||||
* | (ffmpeg) B-adapt 1 and B-frames 16 (#774) | Anton Latukha | 2018-07-10 | 1 | -0/+2 | |
| | ||||||
* | Handle higher FPS for high resolution (test) | Chocobozzz | 2018-06-29 | 1 | -7/+18 | |
| | ||||||
* | Fix error logging | Chocobozzz | 2018-03-26 | 1 | -2/+2 | |
| | ||||||
* | Display ffmpeg output errors | Chocobozzz | 2018-03-20 | 1 | -3/+7 | |
| | ||||||
* | Fix video_share_url duplicate key in transcoding job | Chocobozzz | 2018-03-19 | 1 | -2/+4 | |
| | ||||||
* | Fix resolution for portrait videos | Chocobozzz | 2018-02-27 | 1 | -4/+10 | |
| | ||||||
* | Don't fail on upload if we cannot generate thumbnail | Chocobozzz | 2018-02-27 | 1 | -10/+23 | |
| | ||||||
* | Keep ratio for thumbnails | Chocobozzz | 2018-02-27 | 1 | -7/+11 | |
| | ||||||
* | Add 30 fps limit in transcoding | Chocobozzz | 2018-02-26 | 1 | -11/+42 | |
| | ||||||
* | Move models to typescript-sequelize | Chocobozzz | 2017-12-13 | 1 | -1/+1 | |
| | ||||||
* | Cleanup helpers | Chocobozzz | 2017-11-27 | 1 | -2/+1 | |
| | ||||||
* | Begin activitypub | Chocobozzz | 2017-11-27 | 1 | -1/+0 | |
| | ||||||
* | Improve transcoding quality | Chocobozzz | 2017-10-17 | 1 | -1/+2 | |
| | | | | I'm an idiot | |||||
* | Use preview instead of thumbnail for oembed | Chocobozzz | 2017-10-17 | 1 | -1/+1 | |
| | ||||||
* | Change how we handle resolution | Chocobozzz | 2017-10-09 | 1 | -0/+79 | |
It was an enum before, now we just use video height |