mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-14 08:01:35 +09:00
Scripts : ...⛏
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@ -12,3 +12,14 @@
|
|||||||
/.emacs.vanilla/.org-generic-id-locations
|
/.emacs.vanilla/.org-generic-id-locations
|
||||||
/.emacs.df/var/
|
/.emacs.df/var/
|
||||||
/.emacs.vanilla/emacs.el
|
/.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/
|
||||||
|
|||||||
@ -4,6 +4,11 @@
|
|||||||
input_dir=/mnt/wsl/PHYSICALDRIVE1/input/WAAA
|
input_dir=/mnt/wsl/PHYSICALDRIVE1/input/WAAA
|
||||||
output_dir=~/Downloads/input
|
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 () {
|
walk_dir () {
|
||||||
shopt -s nullglob dotglob
|
shopt -s nullglob dotglob
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user