From 44399a4712a320cbae4bab9e60713916bf4114e5 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 3 Mar 2025 06:42:23 -0300 Subject: bin/process: Use "info" loglevel for ffmpeg(1) --- bin/process | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3