Page 1 of 1

Bash Script HandBrakeCLI Output question

Posted: February 10th, 2010, 6:54 pm
by randyharris
It seems that the Bash Script is the best solution for me for post processing, not that I know how to create a bash script, but it seems easier for me to fiddle with than Python which is like me trying to read Klingon.

I love getting the emails from SABnzbd with the results of the download, unarchiving,... and post processing. My Bash Post Processing script encodes videos for AppleTV using the HandBrakeCLI. I like to see all the scan type information, but really REALLY don't need to see endless line after line like the one below:

Encoding: task 1 of 1, 28.29 % (23.07 fps, avg 22.11 fps, ETA 01h41m33s)

Does anybody know of a solution to trap/filter those lines from accumulating in the HandBrakeCLI Log that gets included in the SAB email after completion?

Thanks much.