With --psnr at the end of encoding you should see something like:
Stream 0 PSNR (Overall/Avg/Y/U/V) 59.420 60.592 59.412 64.558 65.311
Sorry I chose the wrong term, I meant --cpu-used=1
The output goes to stderr, from a windows console you can use 2> output.txt
to capture it.
--
You received this message because you are subscribed to the Google Groups "Codec Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to codec-devel+unsubscribe@webmproject.org.
I do tried with the official build with Windows. However, when I run the cmake path/to/aom -G "Visual Studio 15 2017" , it does not give aomenc.exe.
I opened the aom.sln and build in released mode it will gives error.Do you have any idea on how to generate the aomenc.exe from here?
On Tuesday, 1 May 2018 11:04:30 UTC+8, James Zern wrote:On Sat, Apr 28, 2018 at 8:24 AM wai <waiy...@gmail.com> wrote:
>> The output goes to stderr, from a windows console you can use 2>
output.txt
>> to capture it.
> I tried this but nothing logged into my destination file. Is it because I
build the aomenc.exe by third party built environment?
Possibly. How were the binaries built and what console are you running them
under?
> If third party build will mess up the printing, is there other ways to
save the print or fix this issue?
It may be simpler to build the tools locally. The aom README [1] gives some
detail on how to set that up.
[1] https://aomedia.googlesource.com/aom
--
| Apr 27 |