Commit 3dc30064 authored by Stefan Westerfeld's avatar Stefan Westerfeld

videowmark: disable ffmpeg output colors

Signed-off-by: Stefan Westerfeld's avatarStefan Westerfeld <stefan@space.twc.de>
parent 2bf8a91d
......@@ -72,6 +72,7 @@ eval set -- "$GETOPT_TEMP"
AUDIOWMARK_ARGS=()
FFMPEG_VERBOSE="-v error"
export AV_LOG_FORCE_NOCOLOR=1 # disable colored messages from ffmpeg
while true; do
case "$1" in
-v | --verbose ) FFMPEG_VERBOSE="-v info"; shift ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment