Implement audio file compression

This commit is contained in:
Abel Luck 2024-04-18 17:28:09 +02:00
parent 2f0adc8308
commit ca17e44687
6 changed files with 183 additions and 23 deletions

View file

@ -17,6 +17,7 @@ colorlog = "^6.8.2"
feedparser = "^6.0.11"
lxml = "^5.2.1"
pillow = "^10.3.0"
ffmpeg-python = "^0.2.0"
[build-system]