initial commit
This commit is contained in:
3
users/scripts/mp42webm.nix
Normal file
3
users/scripts/mp42webm.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{pkgs, ...}:
|
||||
pkgs.writeShellScriptBin "mp42webm" ''
|
||||
${pkgs.ffmpeg}/bin/ffmpeg -i "$1" -c:v libvpx -crf 10 -b:v 1M -c:a libvorbis "$1".webm''
|
||||
Reference in New Issue
Block a user