encode videos to mp4 and upload to s3

This commit is contained in:
2023-06-01 00:32:11 +03:00
parent d10f9a52be
commit 7384497a02
4 changed files with 170 additions and 49 deletions

View File

@@ -14,6 +14,8 @@ httpx = "^0.23.3"
dataclasses-json = "^0.5.7"
redis = {extras = ["hiredis"], version = "^4.5.2"}
pillow = "^9.4.0"
ffmpeg-python = "^0.2.0"
boto3 = "^1.26.144"
[build-system]