FallingSnow / h265ize

A node utility utilizing ffmpeg to encode videos with the hevc codec.
MIT License
527 stars 81 forks source link

How can I disable processing output? A quiet mode like ffmpeg? #173

Open droidlyy opened 3 years ago

droidlyy commented 3 years ago

How can I disable processing output? A quiet mode like ffmpeg?

ffmpeg -loglevel quiet

something like this please? thanks