diff options
author | Ben Sima <ben@bsima.me> | 2019-04-08 22:30:16 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-04-08 22:30:16 -0700 |
commit | b461a94ced29c110a443b248545198edefa46590 (patch) | |
tree | e3d5483d2476807fb300b8a0d0f75633ada0675f /vlog | |
parent | 65bd421fe18139392a719de52553b41fbeaf9afd (diff) |
update vlog location
Diffstat (limited to 'vlog')
-rwxr-xr-x | vlog | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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" |