Commit Graph

5 Commits

Author SHA1 Message Date
Christian Benincasa
f25f3f599f feat: add support for loudnorm audio filter
Allows for better loudness normalization vs straight volume adjustment
using the ffmpeg loudnorm filter. The i, lra, and tp values are all
configurable in the advanced transcode settings.
2026-02-15 08:20:31 -05:00
Christian Benincasa
3542baac3b chore: fix even more eslint issues 2025-07-25 08:57:12 -04:00
Christian Benincasa
9bcef0ce58 chore(deps): upgrade zod to v4 (#1199) 2025-06-06 13:40:58 -04:00
Christian Benincasa
00c14f1675 refactor: fix build 2025-01-18 10:21:07 -05:00
Christian Benincasa
b5a4fdf9bb feat: add "transcode configurations" (#1001)
This adds the notion of creating and maintaining transcode
configurations. This is a generalization of the current ffmpeg settings
flow. Users can edit various settings relating to transcoding in each
config and then assign a configuration to a channel. This allows for
more fine-grained customization of transcoding per-channel and also
allows for users to test new configurations without affecting the global
state of Tunarr.
2024-12-18 14:11:40 -05:00