Mert
|
e9722710ac
|
feat(server): transcode bitrate and thread settings (#2488)
* support for two-pass transcoding
* added max bitrate and thread to transcode api
* admin page setting desc+bitrate and thread options
* Update web/src/lib/components/admin-page/settings/setting-input-field.svelte
Co-authored-by: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com>
* Update web/src/lib/components/admin-page/settings/setting-input-field.svelte
Co-authored-by: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com>
* two-pass slider, `crf` and `threads` as numbers
* updated and added transcode tests
* refactored `getFfmpegOptions`
* default `threads`, `maxBitrate` now 0, more tests
* vp9 constant quality mode
* fixed nullable `crf` and `threads`
* fixed two-pass slider, added apiproperty
* optional `desc` for `SettingSelect`
* disable two-pass if settings are incompatible
* fixed test
* transcode interface
---------
Co-authored-by: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com>
|
2023-05-22 13:07:43 -05:00 |
|
Alex
|
10789503c1
|
feat(web/server) public album sharing (#1266)
|
2023-01-09 14:16:08 -06:00 |
|
Jason Rasmussen
|
93274a6d7b
|
chore(web): show corresponding ffmpeg argument (#1217)
|
2022-12-29 15:13:37 -06:00 |
|
Jason Rasmussen
|
380f719fd8
|
feat(server,web): update email address (#1186)
* feat: change email
* test: change email
|
2022-12-27 10:36:31 -06:00 |
|
Alex
|
c754c860fd
|
feat(server) user-defined storage structure (#1098)
[Breaking] newly uploaded file will conform to the default structure of `{uploadLocation}/{userId}/year/year-month-day/filename.ext`
|
2022-12-16 14:26:12 -06:00 |
|
Jason Rasmussen
|
5e680551b9
|
feat(server,web): migrate oauth settings from env to system config (#1061)
|
2022-12-09 14:51:42 -06:00 |
|