= 2021-04-18 = == homebrew == {{{ ~$ brew tap coursier/formulas homebrew/cask homebrew/cask-fonts homebrew/cask-versions homebrew/core homebrew/services jlhonora/lsusb }}} {{{ ~$ brew list --formula bash-completion coreutils dos2unix gettext git git-extras htop jq libdvdcss libidn2 libunistring mosh mtr ncurses nmap oniguruma openssl@1.1 p7zip pcre2 pidof protobuf readline tig tree unrar wget }}} {{{ ~$ brew list --cask firefox font-hack google-chrome intellij-idea-ce joplin messenger mpv skype slack spectacle visual-studio-code zulu8 }}} {{{ #!graphviz digraph "brew-dep" { rankdir=LR; node [shape=record]; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "libidn2"->"wget"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "oniguruma"->"jq"; "openssl@1.1"->"mosh"; "openssl@1.1"->"nmap"; "openssl@1.1"->"wget"; "pcre2"->"git"; "protobuf"->"mosh"; "readline"->"tig"; "bash-completion"; "coreutils"; "dos2unix"; "gettext"; "git-extras"; "libdvdcss"; "libunistring"; "mtr"; "ncurses"; "oniguruma"; "openssl@1.1"; "p7zip"; "pcre2"; "pidof"; "protobuf"; "readline"; "tree"; "unrar"; } }}} == mencoder == {{{ #!bash mencoder dvd://2 -ovc xvid -xvidencopts vhq=2:bvhq=1:chroma_opt:quant_type=mpeg:bitrate=1225 -oac mp3lame -lameopts br=128 -nosub -o track2.avi }}}