0

I created a script to run HandBrakeCLI and I would like to know if there is any argument that I could use to avoid all verbose in red text, like pic attached.

I read the documentation and I did not find anything to reduce verbose.

MPenner
  • 23
  • 3

1 Answers1

0

In the Handbrake CLI Documentation found here:

https://handbrake.fr/docs/en/1.6.0/cli/command-line-reference.html

They have verbose listed as --verbose under the General section of that article.

-v, --verbose[=number] Be verbose (optional argument: logging level)

But that is the only option for verbose, which is the logging level. Handbrake does not specify it in their CLI documentation.

This Scribe document goes over the verbose logging levels for Handbrake CLI. Not sure why the Handbrake CLI docs do not have that in their documentation. I could not copy the logging levels due to scribe site scrambling copy and paste: https://www.scribd.com/doc/87043367/HandBrake-CLI-Guide

Jonathan Marzullo
  • 6,879
  • 2
  • 40
  • 46
  • thank you very much. It is weird they do not have it in their site. Unfortunally even "-v0" shows alot of logging – MPenner Apr 11 '23 at 19:03