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

@ -11,7 +11,10 @@ poetry run repub
- [x] Offlines RSS feed xml
- [x] Downloads media and enclosures
- [x] Rewrites media urls
- [ ] Media compression
- [x] Image normalization (JPG, RGB)
- [x] Audio compression
- [ ] Image compression
- [ ] Video compression
- [ ] Download and rewrite media embedded in content/CDATA fields
- [ ] Config file to drive the program
- [ ] Daemonize the program