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

2018-05-22 Thread Carl Zwanzig
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 [...] |

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

2018-05-22 Thread Gyan Doshi
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

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

2018-05-22 Thread Gabriel Zachmann
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