Bash Script HandBrakeCLI Output question

Come up with a useful post-processing script? Share it here!
Post Reply
randyharris
Full Member
Full Member
Posts: 146
Joined: January 21st, 2010, 5:36 pm

Bash Script HandBrakeCLI Output question

Post 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.
Post Reply