[x264-devel] [PATCH] Dump frame statistics to the csv log file in encode order

Henrik Gramner henrik at gramner.com
Thu May 28 23:55:03 CEST 2015


On Thu, May 28, 2015 at 8:40 AM, Gopu Govindaswamy
<gopu at multicorewareinc.com> wrote:
> its very difficult to manage in console output, the csv file is a easily manageable

You can redirect stderr to a file.

Alternatively, and a bit more fancy, redirect only the frame stats to
a file and print all other output to console as usual. Example bash
command line:
./x264 <opts> --log-level debug 2> >(tee >(grep "frame=" >
framestats.log) | grep -v "\[debug\]" >&2)


More information about the x264-devel mailing list