commands/ffmpeg,tmux

This commit is contained in:
Marc Beninca 2025-07-08 03:58:17 +02:00
parent 6332717fa3
commit a54f0a82f7
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 6 additions and 2 deletions

View file

@ -1,8 +1,12 @@
# ╭────────╮
# │ ffmpeg │
# ╰────────╯
# ╭────────┬─────────┬───────╮
# │ ffmpeg │ devices │ reset │
# ╰────────┴─────────┴───────╯
_rwx_cmd_rwx_ffmpeg_devices_reset() { rwx_ffmpeg_devices_reset "${@}"; }
#/ rwx_ffmpeg_devices_reset
rwx_ffmpeg_devices_reset() {
local module="uvcvideo"
modprobe --remove "${module}" &&

View file

@ -36,7 +36,7 @@ rwx_tmux_list() {
# │ tmux │ setup │
# ╰──────┴───────╯
_rwx_cmd_rwx_tmux_setup() { rwx_tmux_setup "${@}"; }
#/ rwx_tmux_setup
rwx_tmux_setup() {
local file script
if rwx_root; then