diff options
author | xyz <gky44px1999@gmail.com> | 2021-09-27 18:32:44 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-09-27 18:32:44 -0700 |
commit | 07c5c9a007b2d736877361418fcea89ad1efd5c9 (patch) | |
tree | 17fa4206e4250b00a70898eb604b4cb626b3184b | |
parent | d1c0fa2be1f216833f36191838f3c1d1e36d6cb1 (diff) |
refactor
-rwxr-xr-x | .local/bin/reco | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.local/bin/reco b/.local/bin/reco index 4d68bffd..1b5dbdac 100755 --- a/.local/bin/reco +++ b/.local/bin/reco @@ -7,6 +7,9 @@ # better notify-send? keep send notify-send when recording? or not # mktemp instead of time.uuid? +# benchmark diff. encode codecs to choose a better one? +# consider audio, camera ... +# hardware acc? seems no for ffvhuff? see arch wiki # use tmp instead? infofile="$XDG_CACHE_HOME/recoinfo" |