commands/transcode: add speed command

This commit is contained in:
2022-02-26 15:57:22 +05:30
parent d0753bda64
commit f0ba184240
4 changed files with 156 additions and 16 deletions

View File

@@ -51,7 +51,7 @@
buildInputs = with pkgs; [
ffmpeg
];
cargoSha256 = "sha256-DhWWUNDpDsao6lOogoM5UfUgrUfEmZvCpY0pxmr4/mI=";
cargoSha256 = "sha256-0rzz+xOQnZYwygReKobNvUAOMeRrFZj7FUVSkAObm7I=";
};
}
);