Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Use move instead rename | Chocobozzz | 2018-12-11 | 1 | -2/+2 |
| | | | | To avoid EXDEV errors | ||||
* | Change a little bit optimize-old-videos logic | Chocobozzz | 2018-10-08 | 1 | -9/+5 |
| | |||||
* | Set bitrate limits for transcoding (fixes #638) (#1135) | Felix Ableitner | 2018-10-08 | 1 | -5/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Reduce video.ts file size by moving some methods in other files | Chocobozzz | 2018-09-19 | 1 | -0/+130 |