From 12a81d6c9bef762ebf9fd7268d068f985dfe5d39 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Mon, 7 Jun 2021 10:02:34 +0530 Subject: some new func --- zsh/.zshrc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'zsh/.zshrc') diff --git a/zsh/.zshrc b/zsh/.zshrc index fa6a5c2..e987a0e 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -69,6 +69,14 @@ findstr() { find . -type f -exec grep -H "$1" {} \; } +revid() { + ffmpeg -i $1 -vf reverse -qp 16 $2 +} + +slowvid() { + ffmpeg -i $1 -vf "setpts=0.5*PTS" $2 +} + # Enable colors and change prompt: autoload -U colors && colors fpath+=$HOME/.cache/zsh/pure -- cgit v1.2.3