[FFmpeg-user] How to get rid of X265 info output

Carl Zwanzig cpz at tuunq.com
Tue May 22 21:21:25 EEST 2018


On 5/22/2018 11:09 AM, Gyan Doshi wrote:
> 
> On 22-05-2018 11:32 PM, Gabriel Zachmann wrote:
>> I wold like to get rid of the "x265 [info]" lines (full output at the end).
> 
> Add log-level=1 or lower to your -x265-params

or pipe the output through grep-

/usr/local/bin/ffmpeg -loglevel error [...] | grep -v '^x265 [info]'

May need to add 2>&1 before the "|" if those messages are on stderr.

Later,

z!


More information about the ffmpeg-user mailing list