add ffmpeg
This commit is contained in:
parent
2b917d1dd8
commit
2c18467def
@ -7,6 +7,7 @@ with config.deviceSpecific; {
|
|||||||
curl
|
curl
|
||||||
exa
|
exa
|
||||||
fd
|
fd
|
||||||
|
ffmpeg.bin
|
||||||
git-filter-repo
|
git-filter-repo
|
||||||
glib.bin # gio
|
glib.bin # gio
|
||||||
gptfdisk
|
gptfdisk
|
||||||
|
@ -62,6 +62,7 @@
|
|||||||
"ltree" = "exa -lhgFT@ --git";
|
"ltree" = "exa -lhgFT@ --git";
|
||||||
"atree" = "exa -aT";
|
"atree" = "exa -aT";
|
||||||
"latree" = "exa -lahgFT@ --git";
|
"latree" = "exa -lahgFT@ --git";
|
||||||
|
"gif2webm" = "'(){ ${pkgs.ffmpeg.bin}/bin/ffmpeg -i $1 -c:v libvpx-vp9 -crf 20 -b:v 0 $1.webm ;}'";
|
||||||
};
|
};
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user