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
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to