Re: [x265] [PATCH RFC] presets: adjust presets to increase spread and align closer with x264 presets

2013-11-07 Thread Deepthi Nandakumar
Since the default preset is medium, shouldnt x265_param_default apply medium settings only? So that the if (!strcmp(preset, medium)) block here is empty?? In that case, the preset (if specified) will change only the ones which are different from medium? Also, there are a few params here that 1.

Re: [x265] [PATCH RFC] presets: adjust presets to increase spread and align closer with x264 presets

2013-11-07 Thread Steve Borho
On Thu, Nov 7, 2013 at 4:07 AM, Deepthi Nandakumar deep...@multicorewareinc.com wrote: Since the default preset is medium, shouldnt x265_param_default apply medium settings only? So that the if (!strcmp(preset, medium)) block here is empty?? In that case, the preset (if specified) will