Use ffmpeg-python instead of subprocess

This commit is contained in:
2021-10-28 23:38:48 +02:00
parent 9020344432
commit 9032e2f628
3 changed files with 668 additions and 30 deletions

View File

@ -8,10 +8,14 @@ authors = ["Joakim Hellsén <tlovinator@gmail.com>"]
python = "^3.9"
fastapi = {extras = ["all"], version = "^0.70.0"}
dhooks = {git = "https://github.com/kyb3r/dhooks"}
ffmpeg-python = "^0.2.0"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
black = {version = "^21.9b0", allow-prereleases = true}
mypy = "^0.910"
prospector = "^1.5.1"
bandit = "^1.7.0"
[build-system]
requires = ["poetry-core>=1.0.0"]