decreased verbosity
This commit is contained in:
parent
09898bb2cb
commit
a97b2f96f5
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ else
|
|||
fi
|
||||
|
||||
for file in **/*.@(${extension// /|}); do
|
||||
ffmpeg -threads 4 -i $file -c:a libopus -b:a 128k "${file%.*}.opus" && rm "$file"
|
||||
ffmpeg -threads 4 -v 0 -i $file -c:a libopus -b:a 128k "${file%.*}.opus" && rm "$file"
|
||||
done
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Reference in a new issue