mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 09:35:00 +00:00
suppress messages when running ffmpeg
This commit is contained in:
parent
82c3349842
commit
eb6b93715f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user