Implement clean audio and video transcoding pipeline

This commit is contained in:
Abel Luck 2024-04-19 13:22:49 +02:00
parent ca17e44687
commit ac92eef8db
8 changed files with 540 additions and 74 deletions

View file

@ -17,7 +17,10 @@ let
]
);
packages = [
pkgs.ffmpeg_5-headless
(pkgs.ffmpeg_5-full.override {
withUnfree = true;
withFdkAac = true;
})
#(pyCurrent (ps: with ps; [ ffmpeg-python ]))
pkgs.zsh
(pkgs.poetry.withPlugins (ps: with ps; [ poetry-plugin-up ]))