suppress messages when running ffmpeg

This commit is contained in:
Uwe Steinmann 2024-05-03 11:34:30 +02:00
parent 82c3349842
commit eb6b93715f

View File

@ -145,7 +145,7 @@ video/mp4
You may as well use ffmpeg right away
ffmpeg -i "%f" -ss 00:00:02 -frames:v 1 -vf scale=%w:-1 -f apng "%o"
ffmpeg -i "%f" -ss 00:00:02 -frames:v 1 -loglevel quiet -vf scale=%w:-1 -f apng "%o"
audio/mpeg