summaryrefslogtreecommitdiff
path: root/.config/shell
diff options
context:
space:
mode:
authoryuzu-eva <cafebabe@disroot.org>2024-12-23 14:45:28 +0100
committeryuzu-eva <cafebabe@disroot.org>2024-12-23 14:45:28 +0100
commit88f090f2575b69b75cdcbed6e653291b2d8fc29b (patch)
treef1ddf614d5be0c4c973d31be33d4c14a1a6434d4 /.config/shell
parent7da6e55a85ffe98d92b6c4c1a45eaf88f387ed55 (diff)
changed some things around
Diffstat (limited to '.config/shell')
-rw-r--r--.config/shell/aliasrc11
1 files changed, 0 insertions, 11 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc
index 459a714..b6af02b 100644
--- a/.config/shell/aliasrc
+++ b/.config/shell/aliasrc
@@ -76,17 +76,6 @@ date-reverse() {
done;
}
-## CONVERTING VIDEO
-
-# convert video files to webm
-mkwebm() {
- ffmpeg -i "${1}" -c:v libvpx-vp9 -crf 32 -c:a libvorbis "${1%.*}.webm"
-}
-
-mkmp4() {
- ffmpeg -i "${1}" -c:v libx264 -crf 32 -c:a aac "${1%.*}.mp4"
-}
-
# shortcut for dotfiles repo
alias dfiles='/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
alias dcomm='dfiles commit -m'