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

Gyan Doshi gyandoshi at gmail.com
Tue May 22 21:09:14 EEST 2018



On 22-05-2018 11:32 PM, Gabriel Zachmann wrote:
> I invoke ffmpeg like this:
> 
> /usr/local/bin/ffmpeg -loglevel error -hide_banner -nostats -nostdin -i 'in.mpg' -map 0 -c:s copy -map_metadata 0 -map_metadata:s:v 0:s:v -map_metadata:s:a 0:s:a -c:a aac -b:a 128k -codec:v hevc -tag:v hvc1 -preset faster -crf 25 -x265-params profile=main:me=umh:subme=5:ref=4:aq-mode=2:aq-strength=1.0:psy-rd=2.0:psy-rdoq=1.0:rd=6 -f mp4 'out.mp4'
> 
> 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


Regards,
Gyan


More information about the ffmpeg-user mailing list