summaryrefslogtreecommitdiff
path: root/vlog
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-04-08 22:30:16 -0700
committerBen Sima <ben@bsima.me>2019-04-08 22:30:16 -0700
commitb461a94ced29c110a443b248545198edefa46590 (patch)
treee3d5483d2476807fb300b8a0d0f75633ada0675f /vlog
parent65bd421fe18139392a719de52553b41fbeaf9afd (diff)
update vlog location
Diffstat (limited to 'vlog')
-rwxr-xr-xvlog5
1 files changed, 2 insertions, 3 deletions
diff --git a/vlog b/vlog
index 659633e..47fb86b 100755
--- a/vlog
+++ b/vlog
@@ -4,8 +4,7 @@
# https://gist.github.com/dpacmittal/9f0e1aea8a3732d8f7aec7b1dadc8cda
FILE=$(date +%Y.%m.%d..%H.%M)
-
-#SIZE=$(xdpyinfo | grep 'dimensions:'|awk '{print $2}')
+DIR=/mnt/lake/ben/videos
SIZE=1920x1080
ffmpeg \
@@ -18,4 +17,4 @@ ffmpeg \
-crf:v 18 \
-c:a flac \
-loglevel 0 \
- "$HOME/Videos/vlog/$FILE.mkv"
+ "$DIR/$FILE.mkv"