diff options
author | EuAndreh <eu@euandre.org> | 2025-03-03 06:42:23 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-03-03 06:42:23 -0300 |
commit | 44399a4712a320cbae4bab9e60713916bf4114e5 (patch) | |
tree | 2c2ed99f3fbbe128f1d74d90be739dacca32bf80 /bin/process | |
parent | bin/: Fix fallback for $LIVEDIR (diff) | |
download | dotfiles-44399a4712a320cbae4bab9e60713916bf4114e5.tar.gz dotfiles-44399a4712a320cbae4bab9e60713916bf4114e5.tar.xz |
bin/process: Use "info" loglevel for ffmpeg(1)
Diffstat (limited to 'bin/process')
-rwxr-xr-x | bin/process | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/process b/bin/process index 4215341..31b8db0 100755 --- a/bin/process +++ b/bin/process @@ -6,7 +6,7 @@ cd "${LIVEDIR:-$HOME/Public/live/}" makefile_pre() { cat <<'EOF' .POSIX: -FFMFLAGS = -hide_banner -loglevel warning +FFMFLAGS = -hide_banner -loglevel info |