Re: [x265] Custom LowRes scale

2014-07-22 Thread Nicolas Morey-Chaisemartin
I can do that :) Do you have standard way to generate these figures? (Video, options ?) Or shall I just generate a couple of figures to put in the commit? On 07/21/2014 06:16 PM, Deepthi Nandakumar wrote: Thanks, this is certainly an enhancement to x265 lookahead. We would be interested in this

Re: [x265] Custom LowRes scale

2014-07-22 Thread Nicolas Morey-Chaisemartin
On 07/21/2014 07:11 PM, Steve Borho wrote: Interesting. I imagine much 4k content would work decently well even with further downscaling of the lookahead pictures. The lowres motion vectors are used in weight analysis as well, so that file would need to be updated. I'll have a look at it. It

Re: [x265] Custom LowRes scale

2014-07-22 Thread Steve Borho
On 07/22, Nicolas Morey-Chaisemartin wrote: On 07/21/2014 07:11 PM, Steve Borho wrote: Interesting. I imagine much 4k content would work decently well even with further downscaling of the lookahead pictures. The lowres motion vectors are used in weight analysis as well, so that file would

Re: [x265] Custom LowRes scale

2014-07-22 Thread Nicolas Morey-Chaisemartin
On 07/22/2014 10:08 AM, Steve Borho wrote: On 07/22, Nicolas Morey-Chaisemartin wrote: I'll have a look at it. It doesn't semm as straight forward as the other files though. it is slightly more complicated; you'll want to scale up the block sizes used for motion-compensated weight analysis -

[x265] Custom LowRes scale

2014-07-21 Thread Nicolas Morey-Chaisemartin
Hi, We recently profiled x265 pre-analysis to estimate what performance we could reach using our accelerator and I was quite disappointed by the performance. When running on a Core-i7 with AVX at roughly 2.7GHz, we barely reached the 30fps mark using ultrafast preset on a 4K video. After a

Re: [x265] Custom LowRes scale

2014-07-21 Thread Deepthi Nandakumar
Thanks, this is certainly an enhancement to x265 lookahead. We would be interested in this - especially if you can also include some efficiency (bitrate vs SSIM) metrics that describe the penalty moving from X265_LOWRES_SCALE of 4 to higher scales. On Mon, Jul 21, 2014 at 8:49 PM, Nicolas

Re: [x265] Custom LowRes scale

2014-07-21 Thread Steve Borho
On 07/21, Nicolas Morey-Chaisemartin wrote: Hi, We recently profiled x265 pre-analysis to estimate what performance we could reach using our accelerator and I was quite disappointed by the performance. When running on a Core-i7 with AVX at roughly 2.7GHz, we barely reached the 30fps mark