Implement clean audio and video transcoding pipeline
This commit is contained in:
parent
ca17e44687
commit
ac92eef8db
8 changed files with 540 additions and 74 deletions
|
|
@ -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 ]))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue