Commit Graph

8 Commits (5052394ae476c9a243c54da413d9e5e3e8e0eca8)

Author SHA1 Message Date
Simon Bruder 14ff4a39a6
Use flac instead of opus as source file format
Using opus was a workaround when I still used drone for deployments.
Since it now is deployed from my local machine, having FLACs in the
repository is not that problematic.
2022-01-13 16:29:57 +01:00
Simon Bruder 4a6813d33a
Encode different episodes simultaneously
This results in less nice log output, but if it’s faster then who cares?
2021-12-01 15:48:29 +01:00
Simon Bruder ce403a97a3
Remove per-episode poster feature
We won’t use it.
2021-11-30 21:32:19 +01:00
Simon Bruder bf5565cd76
encode.py: Force libfdk_aac
For some reason, it is not the default.
2021-11-30 21:32:18 +01:00
Simon Bruder 2def00c45c
Reformat python scripts 2021-11-30 21:32:18 +01:00
Simon Bruder 3ded971b88
Remove chapter feature
We don’t have chapters
2021-11-30 21:32:18 +01:00
Simon Bruder 21ffb24003
Build with nix
This also switches from the hacky vendor.sh script to managing the
dependencies with nix.
2021-11-30 21:32:18 +01:00
Simon Bruder 410d1173e1
Initial commit 2020-08-11 16:54:14 +02:00