Scripts : ...⛏

This commit is contained in:
2022-04-18 20:24:10 +09:00
parent 5997805300
commit 5531a280fa
2 changed files with 16 additions and 0 deletions

11
.gitignore vendored
View File

@ -12,3 +12,14 @@
/.emacs.vanilla/.org-generic-id-locations
/.emacs.df/var/
/.emacs.vanilla/emacs.el
/.config/blender/
/.config/configstore/
/.config/dconf/
/.config/fcitx/
/.config/gatsby/
/.config/inkscape/
/.config/libreoffice/
/.config/nyxt/
/.config/pulse/
/.config/tmuxinator/
/.config/vimb/

View File

@ -4,6 +4,11 @@
input_dir=/mnt/wsl/PHYSICALDRIVE1/input/WAAA
output_dir=~/Downloads/input
# get bitrate
mediainfo --Output="General;File Name: %FileName%\r\n
Video;BitRate: %BitRate/String%\r\nDimensions : %Width%x%Height%\r\n\n" *.mp4
walk_dir () {
shopt -s nullglob dotglob